View previous topic :: View next topic |
Author |
Message |
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Thu Dec 25, 2008 6:38 pm Post subject: PPPoE over wireless? [BSNL] |
|
|
I am new to the world of PPP as I have never used this before. Just came home for the holidays and we have a BSNL dataone broadband service.
Now, what I have is a wireless connection to which I connect and then dial up a pppoe connection and surf the web.
To configure it on Windows I did this:
Connected to the wireless
Create a new connection -> Set up my connection manually -> Connect using a broadband connection that requires a username and password and so on with the details..
In Linux..
Connect to the wireless (that I could already see)
Then I used pppoe-setup (from rp-pppoe) to configure the pppoe thing.
I entered the username and password, chose wlan0 as the device, and no firewall.
However, when I run pppoe-start it times out and does not connect.
Can someone please help me with this! _________________ Who shall guard the guards?
Last edited by rahulthewall on Mon Dec 29, 2008 6:59 am; edited 1 time in total |
|
Back to top |
|
|
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Dec 29, 2008 6:59 am Post subject: |
|
|
Any ideas anyone, need to update my Gentoo! _________________ Who shall guard the guards? |
|
Back to top |
|
|
outermeasure Apprentice
Joined: 26 Nov 2008 Posts: 194 Location: ping6 ff02::1
|
Posted: Mon Dec 29, 2008 7:04 am Post subject: |
|
|
If your wireless router does PPPoE, it may be easier to use that instead. |
|
Back to top |
|
|
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Dec 29, 2008 9:33 am Post subject: |
|
|
I might be mistaken, but I do not think that the wireless router is capable of PPPoE. However, all the documentation that I have found related to this issue is oriented around the binary adsl-setup, however I am unable to find this binary in my installation of rp-pppoe.
I do not know whether this would solve the issue or not, but in any case it would be nice to know how to get this binary in gentoo (or whether it has the same functionality as pppoe-setup.
Cheers
Rahul _________________ Who shall guard the guards? |
|
Back to top |
|
|
outermeasure Apprentice
Joined: 26 Nov 2008 Posts: 194 Location: ping6 ff02::1
|
Posted: Mon Dec 29, 2008 9:49 am Post subject: |
|
|
rahulthewall3000 wrote: | I might be mistaken, but I do not think that the wireless router is capable of PPPoE. However, all the documentation that I have found related to this issue is oriented around the binary adsl-setup, however I am unable to find this binary in my installation of rp-pppoe.
I do not know whether this would solve the issue or not, but in any case it would be nice to know how to get this binary in gentoo (or whether it has the same functionality as pppoe-setup.
Cheers
Rahul |
Don't think adsl-setup is necessary. Check that you have ppp compiled in your kernel. Also follow the instruction in Gentoo Network Configuration section of the handbook. |
|
Back to top |
|
|
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Sat Jan 03, 2009 4:26 pm Post subject: |
|
|
So, I used the roaring penguin gui (tkpppoe), made wlan0 the default interface and was able to connect to the internet. However, I am unable to use the internet. Firefox hangs at looking up ..... while ping google.com yields no result. Now, this could be a problem in DNS resolution or something like that but I am not sure. However, here is the output from ifconfig when roaring penguin told me that it was connected, maybe some one would be able to tell me as to what was wrong.
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)
|
_________________ Who shall guard the guards? |
|
Back to top |
|
|
rahulthewall Veteran
Joined: 01 Nov 2007 Posts: 1264 Location: Zürich
|
Posted: Mon Jan 05, 2009 6:10 am Post subject: |
|
|
Guys, some input please! _________________ Who shall guard the guards? |
|
Back to top |
|
|
Ph0eniX Guru
Joined: 24 Sep 2004 Posts: 502 Location: New York, U.S.
|
Posted: Mon Jan 05, 2009 6:54 pm Post subject: |
|
|
rahulthewall3000 wrote: | Guys, some input please! |
Do you have valid name servers in your /etc/resolve.conf? |
|
Back to top |
|
|
|