How to deal with two routers: one wireless, one wired?
January 24, 2007 1:41 PM
Subscribe
How do I get my wired router network to see my wireless router network? Are they the same thing?
(I generally like to ask questions which other people may benefit from, but I'm afraid this one may be too user-specific.)
I have a modem/ethernet router. This is then plugged in to a simple wireless hub (La Fonera) which then means that my lan is broadcast around the house. I have now plugged my FreeNAS box into the (wired) ethernet router. How can I get it to see my wireless lan?
For reference:
ethernet router: 10.0.0.2
wireless router's ip address according to router: 10.0.0.9
wireless router's ip address according to computers on the wireless network: 192.168.10.1
my computer's ip address (on wireless network): 192.168.10.1.
If it makes a difference, all subnet masks are 255.255.255.0
All the different numbers are confusing me, can someone help?
Thanks for your time!
posted by edbyford to computers & internet (15 comments total)
What's happening is that your wired router is doing something called NAT to give you a tiny private internet all of your own, 10.0.0.0/24 in the speak and acting as the intermediary between that private network and the real internet. The La Fonera is doing the same thing, just using a different private network 192.168.10.0/24. Since the wireless is inside the wired router's network, it should be possible to access wired devices from wireless devices. It is almost certainly not possible to go in the reverse direction.
Depending on the La Fonera's configuration, you should be able to, from a wireless or wired device, contact the FreeNAS box by its IP address (10.0.0.? you'll have to find this out from your FreeNAS).
It looks like FreeNAS has some kind of web interface, try putting it's IP address into a web browser on a wireless machine and see if it works.
You will most likely not be able to have the FreeNAS initiate any contact, as it has no idea how to get to 192.168.10.0 addresses. Clear as mud, huh?
Honestly, I'd be impressed if this setup worked even remotely well. I'd recommend just popping down to a computer store and picking up Linksys' cheapest wifi router unless you have a compelling need for the La Fonera. Black box routing devices are bad mojo.
posted by Skorgu at 2:15 PM on January 24, 2007