I am using a DSl connection in my desktop. My desktop has two OSs - Windows 7 and Ubuntu 12.04. After installing Ubuntu 12.04 last month, I was successfully using internet in my desktop by using the command sudo pppoeconf. Today I received a update notification (via update manager) and I clicked to update. After a while I couldn't browse the internet anymore (and the update process didn't complete). I ran sudo pppoeconf, it seemed that the connection was established. To check the connection I also ran plog and I got the following output:
tanim@maqdesktop:~$ plog
May 17 18:02:06 maqdesktop pppd[3481]: Connect: ppp3 <--> eth0
May 17 18:02:06 maqdesktop pppd[3481]: Remote message: Login ok
May 17 18:02:06 maqdesktop pppd[3481]: PAP authentication succeeded
May 17 18:02:06 maqdesktop pppd[3481]: peer from calling number 00:00:00:EE:FF:F4 authorized
May 17 18:02:06 maqdesktop pppd[3481]: not replacing existing default route through ppp0
May 17 18:02:06 maqdesktop pppd[3481]: local IP address 10.15.29.17
May 17 18:02:06 maqdesktop pppd[3481]: remote IP address 10.15.0.1
May 17 18:02:06 maqdesktop pppd[3481]: primary DNS address 10.15.0.10
May 17 18:02:06 maqdesktop pppd[3481]: secondary DNS address 10.15.0.11
Looks like it hasbeen connected, but I can't browse internet with both firefox and google chrome. But I can connect to internet and browse internet with Windows 7 in the same PC (actually I am writing this using Windows 7).
Any solution to this?
Update: the ifconfig is as follows:
eth0 Link encap:Ethernet HWaddr e0:69:95:90:bc:e4
inet6 addr: fe80::e269:95ff:fe90:bce4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:114 errors:0 dropped:0 overruns:0 frame:0
TX packets:438 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17764 (17.7 KB) TX bytes:40031 (40.0 KB)
Interrupt:20 Memory:fe400000-fe420000
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:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1184 (1.1 KB) TX bytes:1184 (1.1 KB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.15.29.17 P-t-P:10.15.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1480 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:339 (339.0 B) TX bytes:5647 (5.6 KB)
ppp1 Link encap:Point-to-Point Protocol
inet addr:10.15.29.17 P-t-P:10.15.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1480 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:147 (147.0 B) TX bytes:2374 (2.3 KB)