Advanced Routing
I need some advice on a little project I've been pursuing for some time now. I've been wanting to get some of my older PCs in the basement online, without running an ethernet cable. Now the logical way to do this to me, is a wireless bridge of some sort. So, what I am trying to do, is take my current web server, and make it bridge the gap between two "Lans". For an example of what I mean, see this diagram. It's not my network, but close enough.
So, the router goes to the internet. I want to be able to have all PCs on that diagram access each other, and access the internet, and I want the server to still be able to be a web server, and be able to have full accessibility FROM the internet, as well as TO the internet.
I was told at one point that stuff to this extent can be done with Linux. So, if someone has any advice or would be able to help me in accomplishing this, please reply. If you have any other questions about what I'm asking.. let me know.
I'm still open to suggestions if this isn't a reasonable way. I am aware of running cable and of "ethernet over power". I'm willing to go there next if you think this linux bridge thing is nearly impossible to accomplish. I just thought I'd get a second opinion.
-Kirk
So, the router goes to the internet. I want to be able to have all PCs on that diagram access each other, and access the internet, and I want the server to still be able to be a web server, and be able to have full accessibility FROM the internet, as well as TO the internet.
I was told at one point that stuff to this extent can be done with Linux. So, if someone has any advice or would be able to help me in accomplishing this, please reply. If you have any other questions about what I'm asking.. let me know.
I'm still open to suggestions if this isn't a reasonable way. I am aware of running cable and of "ethernet over power". I'm willing to go there next if you think this linux bridge thing is nearly impossible to accomplish. I just thought I'd get a second opinion.
-Kirk
Comments
alternatively if you have a second router, you can connect it to the first, and just set it up as a 'daisy chain ' (wds).
-Kirk
or
you have win 2k right?
http://www.annoyances.org/exec/show/ics_2000
-Kirk
Then you need to use the 'route add' command (cmd prompt). I can't remember the syntax right now. But that should do it.
Sorry I'm not more specific. but it's been a long while since i had to do that. I'm sure you can google the specifics of 'route add'
-Q
-Kirk
-Q
I don't know if bridging connections would work or not, it might.
-Kirk
What router do you have?
-Kirk
-Q
PS. However, the wireless point I'm none to sure about, that will require especial configuration.
-Kirk
-Q
Computer 1 wants data from 55.66.77.88
Computer 1 notices that 192.168.1.10 (assuming thats your server) is a gateway
Computer 1 decides to request data through that machine
Server routes data over the wireless connection to the access point
Data gets to 55.66.77.88
Data comes back from 55.66.77.88
Server sends data back to Computer 1
Computer 1 is happy