DSL Problem

Thilo Six T.Six at gmx.de
Sun Jan 8 16:39:34 UTC 2006


'Forum Post schrieb am 08.01.2006 14:00:
> Hi All,
> 
> 
> 
> Managed to get to the administration page of my adsl modem its a
> prolink hurricane 9000/p.

Google:
Hurricane 9000/9000C/9000P - 4-port Ethernet ADSL Modem/Router

> any help this can do?

> Ricahrd

This means you have to set up the DSL connection in this router.
Your computer works then just normal as DHCP-Client.
In this case you don´t have to set up a DSL connection in your computer.
You probably have to edit /etc/network/interfaces now manually, because
pppoeconf has automatically edited this file.

I only have this file for direkt DSL connection without router. Which
means I can´t tell exactly what has to be changed there.

But you probably will need this:

<-----------------------------
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
------------------------------>

Every line else should start with #.

BEFOR editing this file, do a backup somewhere!

Then:
sudo update-rc.d -f ppp remove
sudo update-rc.d -f pppd-dns remove

Reboot and see if it works.

good luck

MfG Thilo





More information about the ubuntu-users mailing list