Setting up adsl

BigAl-sa

Executive Member
Joined
Dec 26, 2006
Messages
6,757
Reaction score
316
Location
Pretoria
Can you boffs help me setting up adsl? I tried pppoeconf, but it can't find a device. The irony (sorry froot ;)), is that I plugged my missus's XP PC in and it worked without setting anything up (communicating from that machine).

(Excitement at being able to switch off iBurst!)
 
Are you using wired or wireless?

Is your connection running?
Code:
sudo ifup wlan0
for wireless (assuming wlan0 is your wireless device)
Code:
sudo ifup eth0
for wired (assuming eth0 is your wired device)
Code:
ifconfig
to see a list of configured interfaces and their status (UP/DOWN, addresses etc)

Are you able to see your router and/or its web interface (if it has one) ?
Code:
get 10.0.0.2
assuming your router's IP address is 10.0.0.2
That will download the index.html file from the router.

If you are able to see that your router is accessible by your computer, you can pretty much assume that the issue doesn't lie with connectivity between Linux and the router.

Is your router in bridged mode?
 
Do you need pppoeconf?

How does your XP machine connect to the internet, through a dial-up connection or just straight through the router?
 
Are you using wired or wireless?
wired

Is your connection running?
Code:
sudo ifup wlan0
unknown interface

Code:
ifconfig
to see a list of configured interfaces and their status (UP/DOWN, addresses etc)
see the two ethernet cards + l0 and pan0

Are you able to see your router and/or its web interface (if it has one) ?
Code:
get 10.0.0.2
assuming your router's IP address is 10.0.0.2
That will download the index.html file from the router.
get: command not found (strange, I thought get was std)

If you are able to see that your router is accessible by your computer, you can pretty much assume that the issue doesn't lie with connectivity between Linux and the router.
Can't get to the router from linux or XP

Is your router in bridged mode?
That I have no idea.

I am talking to you from XP, via the modem/router. I'll phone WA to find out how they set it up.
 
Do you need pppoeconf?

How does your XP machine connect to the internet, through a dial-up connection or just straight through the router?
Straight through router. I do need pppoeconf, otherwise no network connection.
 
Since you're using wired, wlan0 might not exist. What are the two ethX connections?
Code:
ifconfig
Assuming your two adapters are eth0 and eth1, what are their addresses?

What router are you using?
 
Assuming your two adapters are eth0 and eth1, what are their addresses?

What router are you using?
No IP addresses on either, just MAC. XP is giving the expected IP address.

Router: Billion 7300 RA
 
No IP addresses on either, just MAC. XP is giving the expected IP address.

Router: Billion 7300 RA

Please post output of
Code:
ifconfig

Have you tried sending the appropriate adapters up? Assuming eth0:
Code:
ifconfig eth0 up
or
Code:
ifup eth0

Is your network configuration handled by a DHCP server? If so:
Code:
dhclient eth0
 
I'm up!

I have no idea which of the commands you gave made it work, but thanks a million! I'll go through them slowly tomorrow and then report back.

BTW, this is from the linux box!

Am I allowed to smile :)

:D

You guys are tops!
 
I'm up!

I have no idea which of the commands you gave made it work, but thanks a million! I'll go through them slowly tomorrow and then report back.

BTW, this is from the linux box!

Am I allowed to smile :)

:D

You guys are tops!

Great to hear!
You'll probably find that your adapter was simply "DOWN".

If you'd like it to automatically go back "UP" every time you reboot, you can edit your /etc/network/interfaces file. Whichever interface is up should have a stanza that includes an "auto" line.

Example:
1)
Code:
ifconfig
check which adapter is being used for your internet. It's the one that has the IP address.
2) Assuming your adapter is eth0, your /etc/network/interfaces file should have something that looks like
Code:
auto eth0
 
Top
Sign up to the MyBroadband newsletter
X