Routing between lans with windows 2000

Reply

Join Date: Apr 2004
Posts: 113
Reputation: liliafan is on a distinguished road 
Solved Threads: 2
liliafan's Avatar
liliafan liliafan is offline Offline
Junior Poster

Routing between lans with windows 2000

 
0
  #1
May 14th, 2004
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
Application development, webhosting, and much more: www.webcentric-hosting.com
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 311
Reputation: feigned is a jewel in the rough feigned is a jewel in the rough feigned is a jewel in the rough 
Solved Threads: 4
feigned's Avatar
feigned feigned is offline Offline
Posting Whiz

Re: Routing between lans with windows 2000

 
1
  #2
May 14th, 2004
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
Champagne ambition on a beer budget.
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 468
Reputation: TKS will become famous soon enough TKS will become famous soon enough 
Solved Threads: 18
TKS's Avatar
TKS TKS is offline Offline
Posting Pro in Training

Re: Routing between lans with windows 2000

 
0
  #3
May 14th, 2004
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
My Home Away from Home: Yet Another Linux Blog
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 113
Reputation: liliafan is on a distinguished road 
Solved Threads: 2
liliafan's Avatar
liliafan liliafan is offline Offline
Junior Poster

Re: Routing between lans with windows 2000

 
0
  #4
May 14th, 2004
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
Application development, webhosting, and much more: www.webcentric-hosting.com
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 311
Reputation: feigned is a jewel in the rough feigned is a jewel in the rough feigned is a jewel in the rough 
Solved Threads: 4
feigned's Avatar
feigned feigned is offline Offline
Posting Whiz

Re: Routing between lans with windows 2000

 
1
  #5
May 14th, 2004
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.
Champagne ambition on a beer budget.
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 113
Reputation: liliafan is on a distinguished road 
Solved Threads: 2
liliafan's Avatar
liliafan liliafan is offline Offline
Junior Poster

Re: Routing between lans with windows 2000

 
0
  #6
May 15th, 2004
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
Application development, webhosting, and much more: www.webcentric-hosting.com
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Routing between lans with windows 2000

 
1
  #7
May 15th, 2004
...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.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Oct 2003
Posts: 311
Reputation: feigned is a jewel in the rough feigned is a jewel in the rough feigned is a jewel in the rough 
Solved Threads: 4
feigned's Avatar
feigned feigned is offline Offline
Posting Whiz

Re: Routing between lans with windows 2000

 
0
  #8
May 16th, 2004
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.
Champagne ambition on a beer budget.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Routing between lans with windows 2000

 
0
  #9
May 16th, 2004
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.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 363
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Routing between lans with windows 2000

 
0
  #10
May 16th, 2004
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: )
"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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC