943,518 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 17533
  • Networking RSS
You are currently viewing page 1 of this multi-page discussion thread
May 14th, 2004
0

Routing between lans with windows 2000

Expand Post »
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
Reputation Points: 66
Solved Threads: 3
Junior Poster
liliafan is offline Offline
117 posts
since Apr 2004
May 14th, 2004
1

Re: Routing between lans with windows 2000

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
Reputation Points: 107
Solved Threads: 4
Posting Whiz
feigned is offline Offline
311 posts
since Oct 2003
May 14th, 2004
0

Re: Routing between lans with windows 2000

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
TKS
Reputation Points: 108
Solved Threads: 18
Posting Pro in Training
TKS is offline Offline
470 posts
since Jan 2004
May 14th, 2004
0

Re: Routing between lans with windows 2000

Quote originally posted by TKS ...
REG_DWORD HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\IPEnableRouter = 1
Hey TKS, I have already set the registry values, that was the first thing I did, but still it isn't working.

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
Reputation Points: 66
Solved Threads: 3
Junior Poster
liliafan is offline Offline
117 posts
since Apr 2004
May 14th, 2004
1

Re: Routing between lans with windows 2000

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.
Reputation Points: 107
Solved Threads: 4
Posting Whiz
feigned is offline Offline
311 posts
since Oct 2003
May 15th, 2004
0

Re: Routing between lans with windows 2000

Quote 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.
Feigned excellent links :-) I had been working on it all day yesterday, today I followed the instructions on those pages and it was up and running within 30 minutes.

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
Reputation Points: 66
Solved Threads: 3
Junior Poster
liliafan is offline Offline
117 posts
since Apr 2004
May 15th, 2004
1

Re: Routing between lans with windows 2000

...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.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
May 16th, 2004
0

Re: Routing between lans with windows 2000

Quote 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.
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.
Reputation Points: 107
Solved Threads: 4
Posting Whiz
feigned is offline Offline
311 posts
since Oct 2003
May 16th, 2004
0

Re: Routing between lans with windows 2000

Quote 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.
Interesting... could have sworn 2000 could do it...

What model Wireless NIC do you have, liliafan? Linux or a *BSD might have okay support for it.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
May 16th, 2004
0

Re: Routing between lans with windows 2000

Quote originally posted by alc6379 ...
Interesting... could have sworn 2000 could do it...
I don't think so Alex- I think feigned is right about that one.

(Of course, what do I know, spending most of my waking hours in Linux-Land as I do... :mrgreen: )
DMR
Team Colleague
Reputation Points: 221
Solved Threads: 369
Wombat At Large
DMR is offline Offline
6,439 posts
since Dec 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Mac to PC Network keeps disconnecting
Next Thread in Networking Forum Timeline: Cannot use download accelerator on network





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC