The other option would be to change the wireless router to be just an access point, providing wireless access without setting up a separate network. There should be instructions for that in your user's manual; if you can't make sense of the instructions, post the full model number of the wireless router, and we can look it up.
Main Topics
Browse All Topics





by: rowansmithPosted on 2009-03-14 at 06:51:40ID: 23886819
Your wireless must also have a IP address on the 192.168.5.1 network? The ethernet port on your Wireless Router.
So lets say your wireless router is 192.168.5.254 (you should make this a static IP address not assigned dynamically).
On your ADSL router add a static route for 192.168.2.0/24 (mask 255.255.255.0) via 192.168.5.254
On your Wireless Router add a default gateway of 192.168.5.1
Turn off RIP (Evil routing protocol). You do not need it.
Now your wireless clients will get an IP address of 192.168.2.* and they will have a default gateway of 192.168.2.1.
-Rowan