LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   PPPoE connects but does not work (https://www.linuxquestions.org/questions/linux-networking-3/pppoe-connects-but-does-not-work-695026/)

rahulthewall3000 01-05-2009 01:21 AM

PPPoE connects but does not work
 
Hello all,

I have been posting this on the India Broadband forums and Gentoo Forums - but I haven't been able to solve my problems there so I am posting the question here.

I am using the roaring penguin software to connect to the broadband connection that I have at home.
I used pppoe-setup to setup the connection (no firewalling, automatic dns and wlan0 as the interface), then typed pppoe-connect and was told that the connection was made. Here is my ifconfig.
Code:

googly rahul # ifconfig                                                       
eth0      Link encap:Ethernet  HWaddr 00:15:c5:1b:9f:d4                       
          UP BROADCAST MULTICAST  MTU:1500  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:1000                                       
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)                             
          Interrupt:17                                                       

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:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2584 (2.5 KiB)  TX bytes:2584 (2.5 KiB)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:117.201.81.152  P-t-P:117.201.80.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1460  Metric:1
          RX packets:3 errors:12 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:54 (54.0 B)  TX bytes:83 (83.0 B)

wlan0    Link encap:Ethernet  HWaddr 00:13:02:ab:1c:a1a
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::213:2ff:feab:1ca1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23 errors:0 dropped:0 overruns:0 frame:0
          TX packets:64 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1968 (1.9 KiB)  TX bytes:12960 (12.6 KiB)

wmaster0  Link encap:UNSPEC  HWaddr 00-13-02-AB-1C-A1-77-6C-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST  MTU:1500  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:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

However, I am unable to do anything with this connection. I can't browse the net (hangs at looking up .... ), can't ping ...

I really do not know what the problem is. If someone could shed some light on this, it would be really appreciated!

mohannad 01-05-2009 01:56 AM

try changing the interface used to do ping: ping -I ppp0 google.com

rahulthewall3000 01-05-2009 05:29 AM

No changes. However ping is now exiting with unknown host name google.com! (with and without the interface)

mohannad 01-06-2009 12:14 PM

ok, try to turn off all interfaces the turn the needed interfaces on again :

ifconfig down all
ifconfig wlan0 IP ESSID up
ifconfig ppp0 up

and disable IPv6, since i had a problem with a wireless network when IPv6 was enabled

(not sure of ifconfig syntax)

hope it works


All times are GMT -5. The time now is 03:19 PM.