Hey Rich
I have taken a screenshot of everything you asked. I will also print the outputs for you as requested.
/etc/resolv.conf:
search attlocal.net
nameserver 192.168.1.254
sudo ping -c3 8.8.8.8 :
tc@box:~$ sudo ping -c3 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=55 time=26.130 ms
64 bytes from 8.8.8.8: seq=1 ttl=55 time=25.200 ms
64 bytes from 8.8.8.8: seq=2 ttl=55 time=25.884 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 25.200/25.738/26.130 ms
the ping command i printed is different than the screenshot, either way i still have connectivity with ' wifi ' but not the internet or repository.
route -n :
tc@box:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
coreplayer2, i have applied your recommendation.