the problem is tht Ubuntu used to connect to the internet till a couple of days ago and now it doesnt...been googling but still stuck....Appreciate help
root@ubuntu:/home/xx# /etc/init.d/networking restart
* Reconfiguring network interfaces...
After Reconfig
root@ubuntu:/home/xx# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0c:76:4e:2f:3d
inet6 addr: fe80::20c:76ff:fe4e:2f3d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20660 errors:0 dropped:0 overruns:0 frame:0
TX packets:141 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1475194 (1.4 MB) TX bytes:10653 (10.6 KB)
Interrupt:23 Base address:0x4500
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:524362 errors:0 dropped:0 overruns:0 frame:0
TX packets:524362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26288144 (26.2 MB) TX bytes:26288144 (26.2 MB)
This is the log file that i get
Log File
May 13 07:27:33 ubuntu pppd[4704]: Plugin rp-pppoe.so loaded.
May 13 07:27:33 ubuntu pppd[4704]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
May 13 07:27:33 ubuntu pppd[4704]: Plugin /usr/lib/pppd/2.4.4/nm-pppd-plugin.so loaded.
May 13 07:27:33 ubuntu pppd[4704]: pppd 2.4.5 started by root, uid 0
May 13 07:27:33 ubuntu pppd[4704]: PPP session is 161
May 13 07:27:33 ubuntu pppd[4704]: Connected to 00:1a:64:c1:09:5a via interface eth0
May 13 07:27:33 ubuntu pppd[4704]: Using interface ppp0
May 13 07:27:33 ubuntu pppd[4704]: Connect: ppp0 <--> eth0
May 13 07:27:42 ubuntu pppd[4704]: CHAP authentication failed: I don't like you. Go 'way.
May 13 07:27:42 ubuntu pppd[4704]: Connection terminated.
May 13 07:27:42 ubuntu pppd[4704]: Exit.
Added this line...
sudo nano /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

