| | |
Routing between lans with windows 2000
![]() |
Hi
I am not sure if anyone can help with this is it a pretty big problem.
Basically I have just moved my home office to my garage, in order to link to the dsl router in the house I have upgraded the router to a linksys wireless router.
I have a machine in the garage with windows 2000 advanced server installed, I want to use this machine as a gateway between the machines in the garage and the router in the house.
I have set up the machine with a 802.11g wireless pci card which is connected just fine to the router in the house, and a 10/100 ethernet card which is connected to the switch in the shed which all the machines are linked to.
Now I want all the machines in the garage to use the windows 2000 gateway to link to the dsl router.
I have tried using 2 distinct networks:
192.168.1.0 / 255.255.255.0 in the house
192.168.0.0 / 255.255.255.0 in the garage
I then set up all my machines in the shed on the 192.168.1.0 subnet with a gateway set as 192.168.0.1 (the windows 2000 machine) I also installed the windows routing and remote access in the 2000 machine, and set the registry to enableipforward. This failed.
I tried to have both networks on the same subnet this failed.
I tried setting static routes to 0.0.0.0 / 255.255.255.0 on interface 2 (ethernet) to use the gateway 192.168.1.50 (wireless route) this failed.
I have tried combinations of all the above and everything failed, none of the other machines in the garage can get a connection to the router in the house.
All suggestions would help.
Thanks
Ben
I am not sure if anyone can help with this is it a pretty big problem.
Basically I have just moved my home office to my garage, in order to link to the dsl router in the house I have upgraded the router to a linksys wireless router.
I have a machine in the garage with windows 2000 advanced server installed, I want to use this machine as a gateway between the machines in the garage and the router in the house.
I have set up the machine with a 802.11g wireless pci card which is connected just fine to the router in the house, and a 10/100 ethernet card which is connected to the switch in the shed which all the machines are linked to.
Now I want all the machines in the garage to use the windows 2000 gateway to link to the dsl router.
I have tried using 2 distinct networks:
192.168.1.0 / 255.255.255.0 in the house
192.168.0.0 / 255.255.255.0 in the garage
I then set up all my machines in the shed on the 192.168.1.0 subnet with a gateway set as 192.168.0.1 (the windows 2000 machine) I also installed the windows routing and remote access in the 2000 machine, and set the registry to enableipforward. This failed.
I tried to have both networks on the same subnet this failed.
I tried setting static routes to 0.0.0.0 / 255.255.255.0 on interface 2 (ethernet) to use the gateway 192.168.1.50 (wireless route) this failed.
I have tried combinations of all the above and everything failed, none of the other machines in the garage can get a connection to the router in the house.
All suggestions would help.
Thanks
Ben
Application development, webhosting, and much more: www.webcentric-hosting.com
I assume you're using RRAS in Advanced Server to do this, right?
See here:
http://support.microsoft.com/default...;en-us;Q299801
A little less cryptic:
http://www.certificationsuccess.com/...cfm?pageid=269
See here:
http://support.microsoft.com/default...;en-us;Q299801
A little less cryptic:
http://www.certificationsuccess.com/...cfm?pageid=269
Champagne ambition on a beer budget.
Windows 2000 sucks for IP Forwarding. Using RRAS only attempts to change the registry value. If it cannot write to the registry, then the setting wouldn't enable. Give manually setting this value a try and see if it works (who knows, it's windows right?)
The key is:
REG_DWORD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter = 1
The key is:
REG_DWORD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter = 1
My Home Away from Home: Yet Another Linux Blog
•
•
•
•
Originally Posted by TKS
REG_DWORD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter = 1
feigned I just printed the 2 reference links you gave me I am going to try that now.
I miss linux, I set up ip forwarding in 20 minutes before, but unfortunatly the wireless card I have doesn't support linux properly, even using the linixant driverloader, the best connection I can get is 11mbps which on a wireless-g card is terrible, so I am left having to fight against windows.
Thanks both of you for the advice.
Ben
Application development, webhosting, and much more: www.webcentric-hosting.com
•
•
•
•
Originally Posted by feigned
Yeah, I've heard that linux isn't quite "with it" when it comes to the wireless side of things.
It is just basic NAT though.
Linux is lacking behind in wireless networking only because the hardware vendors don't release drivers for linux and it is up to the linux community to produce their own drivers which obviously takes a little time, for them to figure out the hardware etc, however, if you can get the drivers in my personal opinion (personal tastes do vary) linux provides a more stable and easier interface to this kind of task.
Anyway thanks again for the help
Ben
Application development, webhosting, and much more: www.webcentric-hosting.com
...Have you thought about bridging, as opposed to routing?
With bridging, you join to segments together, sort of like a router. But, with a bridge, you can have all of the machines on the same logical subnet.
The cool thing about it is that you don't have to tell the machines on the LAN about the bridge-- it's all transparent. If you're worried about network traffic, all of your traffic would be kept in the garage, seperated from the rest of the house.
Linux can do this, any *BSD can do it, and Windows 2000/XP can do it, too.
With bridging, you join to segments together, sort of like a router. But, with a bridge, you can have all of the machines on the same logical subnet.
The cool thing about it is that you don't have to tell the machines on the LAN about the bridge-- it's all transparent. If you're worried about network traffic, all of your traffic would be kept in the garage, seperated from the rest of the house.
Linux can do this, any *BSD can do it, and Windows 2000/XP can do it, too.
Alex Cavnar, aka alc6379
•
•
•
•
Originally Posted by alc6379
...Have you thought about bridging, as opposed to routing?
With bridging, you join to segments together, sort of like a router. But, with a bridge, you can have all of the machines on the same logical subnet.
The cool thing about it is that you don't have to tell the machines on the LAN about the bridge-- it's all transparent. If you're worried about network traffic, all of your traffic would be kept in the garage, seperated from the rest of the house.
Linux can do this, any *BSD can do it, and Windows 2000/XP can do it, too.
Champagne ambition on a beer budget.
•
•
•
•
Originally Posted by feigned
2000 cannot, but XP and 2k3 can. I'm not hip with the alternative OS's (just cutting my teeth), but that's a good bit of info.
What model Wireless NIC do you have, liliafan? Linux or a *BSD might have okay support for it.
Alex Cavnar, aka alc6379
•
•
•
•
Originally Posted by alc6379
Interesting... could have sworn 2000 could do it...
(Of course, what do I know, spending most of my waking hours in Linux-Land as I do... :mrgreen: )
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
- Ancient Aborigine blessing
Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.
However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
![]() |
Other Threads in the Networking Hardware Configuration Forum
- Previous Thread: Mac to PC Network keeps disconnecting
- Next Thread: Cannot use download accelerator on network
| Thread Tools | Search this Thread |
802.11 802.11n bluetooth british broadband browserproblems bt connectionproblem connectivity data desktop dual hardware infrastructure internet network networking news program reliability riched20.dll routers storage survey technology telecoms troubleshoot uk videoconferencing view virgin wireless wirelessnetworking






