PDA

View Full Version : Setting Up ADSL Router



ForbiddenSword
07-30-2004, 07:09 AM
Hi. Sorry if this in the wrong forum, but I didnt know where to put it.

I would like to know how to use my adsl router with linux:

http://www.dse.co.nz/cgi-bin/dse.storefront/4109e5f20585eabc273fc0a87f990722/Product/View/XH1149

My ISP uses PPPoA only, and the router settings ( for XP ) are :
Dns Suffix: none
Router I.P. 192.168.1.3
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.2
Dns Server: 202.27.184.3
Alternate Dns Server: 202.27.184.5

Using these settings, and the driver from the hardware manufacturer, (using dhcpcd) how can I setup my router?

tearinghairout
07-30-2004, 10:51 AM
Are you connecting to the router via USB or ethernet?

Are you running Knoppix off the CD or have you installed to hard disk?

If you are using ethernet, to be honest, I'd be kind of surprised if it didn't all just start working by itself, thanks mostly to the miracle of DHCP.

What happened when you tried?

baldyeti
07-30-2004, 11:49 AM
It's probably somewhere in the menus as well, but try "sudo pppoeconf" from a command prompt.

ForbiddenSword
07-31-2004, 12:20 AM
I load Knoppix from a boot cd, so I use expert mode to load my routers driver. I believe it is connected by usb, and when I run the driver, I think it detects this....using DHCPCD makes the lights flash, yet when I try to access the internet from Mozilla or the other program ( forgot the name ) it dosen't work. I can't configure it from the PPPOE one, for two reasons, 1 being it dosent find something when I try, and two is that my ISP only supports PPPOA. My router is configured perfectly for windows, but for some reason it dosent work on linux. If somebody could give me a few instructions to set it up, that would be great.

tearinghairout
07-31-2004, 02:34 AM
What is the output of the following commands?

ifconfig

netstat -rn

ForbiddenSword
07-31-2004, 04:33 AM
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\stevie>netstat -rn

Route Table
================================================== ========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 d0 41 12 11 29 ...... XH1149 DSE ADSL Router LAN

Adapter - Packet Scheduler Miniport
===============================================

Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.2 192.168.1.3 30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.3 192.168.1.3 30
192.168.1.3 255.255.255.255 127.0.0.1 127.0.0.1 30
192.168.1.255 255.255.255.255 192.168.1.3 192.168.1.3 30
224.0.0.0 240.0.0.0 192.168.1.3 192.168.1.3 30
255.255.255.255 255.255.255.255 192.168.1.3 192.168.1.3 1
Default Gateway: 192.168.1.2
================================================== =========================
Persistent Routes:
None

tearinghairout
07-31-2004, 04:53 AM
I meant the output when running Knoppix.

ForbiddenSword
07-31-2004, 05:26 AM
Oh Sorry, I'll do that in an hour. Im doing a download at the moment. But that information should help anyway.