

I have a PPPoE connection. I configured my username and password using pppoe-setup command and pppoe-start to start connection. PPPoE is connected but no internet (can't ping or surf websites). I can only access(&ping) to my router ip 192.168.1.1.
Here is the output of ifconfig command.
- Code: Select all
eth0 Link encap:Ethernet HWaddr F4:6D:04:0B:EB:B1
inet addr:192.168.1.128 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f66d:4ff:fe0b:ebb1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7494 errors:0 dropped:0 overruns:0 frame:0
TX packets:4437 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2906654 (2.7 MiB) TX bytes:534847 (522.3 KiB)
Interrupt:46 Base address:0x2000
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:184 errors:0 dropped:0 overruns:0 frame:0
TX packets:184 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:14460 (14.1 KiB) TX bytes:14460 (14.1 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:172.16.4.6 P-t-P:1.1.1.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:46 (46.0 b) TX bytes:65 (65.0 b)
wmx0 Link encap:Ethernet HWaddr 64:D4:DA:19:A2:71
UP NOARP MTU:1400 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:20
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Wireless connection is fine and i'm using it now.
On Ubuntu before, I've used pppoe-conf for connecting and internet was ok.
Looking for your help

Thanks.