-
odlevakp
-
RE: internet connection no longer working
-
Strange... could you open your Terminal application as mentioned before and [u]paste here the output[/u] of these commands (some were already mentioned, but bear with me :) ):
[code]status network-manager[/code]
network manager should be running...
[code]cat /var/lib/NetworkManager/NetworkManager.state[/code]
everything enabled there
[code]ifconfig[/code]
a network interface should be up
[code]route -n[/code]
quick look on your routing table
[code]cat /etc/network/interfaces [/code]
only loopback should be present
[code]nslookup linux.com[/code]
dns is working... i know I've posted a lot of commands here, but the output hopefully will give the ppl in this thread a better insight on the problem...
-
23 Apr 11
Strange... could you open your Terminal application as mentioned before and paste here the output of these commands (some were already mentioned, but bear with me :) ):
status network-manager
network manager should be running...
cat /var/lib/NetworkManager/NetworkManager.state
everything enabled there
ifconfig
a network interface should be up
route -n
quick look on your routing table
cat /etc/network/interfaces
only loopback should be present
nslookup linux.com
dns is working... i know I've posted a lot of commands here, but the output hopefully will give the ppl in this thread a better insight on the problem...