PDA

View Full Version : Networking question.


Outsider
Oct 22nd, 2008, 10:36 AM
I've got a LAN setup at home, with several machines on the 192.168.0.x addresses.

Now if I attach a device (like a router) which has an address of 192.168.1.1, I am not able to see it from my workstation @192.168.0.10 (subnet mask of 255.255.255.0)

Is it possible to access the specified router from my workstation? If so, what network changes do I need to make?

matradley
Oct 22nd, 2008, 10:41 AM
I've got a LAN setup at home, with several machines on the 192.168.0.x addresses.

Now if I attach a device (like a router) which has an address of 192.168.1.1, I am not able to see it from my workstation @192.168.0.10 (subnet mask of 255.255.255.0)

Is it possible to access the specified router from my workstation? If so, what network changes do I need to make?

You'll have to set up your new router 192.168.1.1 to be able to communicate with *.*0.1.

LAN 0: IP: 192.168.0.1

LAN 1: IP: 192.168.1.1
Default Gateway: 192.168.0.1
DNS: 192.168.0.1

This way, your devices on subnet 192.168.0.1/24 should be able to communicate with subnet 192.168.1.1/24.

Feel free to correct me if I am wrong. :)