[dundee] routing woes

Andrew Clayton andrew at digital-domain.net
Mon Feb 16 00:32:19 GMT 2004


On Sat, 2004-02-14 at 19:50, Keir Lawson wrote:
> a long story...
> for chrimbo i got broadband (netgear dm602 usb/ethernet modem), great,
> but on the condition that i put it on two computers, one wirelessly with
> the wireless router (linksys wireless-B broadband router) i had also
> received, not so great. basically i can connect to the modem directly,
> via ethernet or usb (configuring the modem via 192.168.0.1), and access
> broadband that way, however, when it comes to the router i havent a
> clue. the instructions as far as the software setup was concerned was to
> automatically obtain ips etc via dhcp, and blank any dns stuff (these
> were windows instructions, but easily translated into linux).  i am then
> supposed to access the router by typing 192.168.1.1 into my browser,
> however nothing happens. can some one please help? tech support have
> been useless, keir
> 
> ps. i have attached screenshots of config dialogs etc (the settings i
> currently use to acces the modem), as it saves me trying to explain
> things i dont under stand


Perhaps in my previous mail I had got the adsl modem/router and linysys
wireless router mixed up.

Perhaps a more detailed explanation of how everything is wired (or not)
up would be useful....

Although the other thing which springs to mind, is that you are using a
192.168.0.x network with a netmask of 255.255.255.0 which means that
192.168.0.1 and 192.168.1.1 are on different networks.

To have your machine talk to 192.168.1.1 can be accomplished in a number
of ways. The simplest probably is to give your machines eth0 another IP
address say 192.168.1.10, this can be accomplished by simple doing a 
	
	ifconfig eth0:0 192.168.1.10 up

this should let you talk to the linksys on 192.168.1.1


Any more problems and it's probably best to go over interactively on
irc.



Andrew
 




More information about the dundee mailing list