RIP V2
#1
Posted 01 November 2004 - 02:13 PM
It has two network cards in it (for two different networks) but I need to enable RIP v2 routing on it.
How can this be done?
We don't have a Windows Server.
#3
Posted 01 November 2004 - 04:19 PM
According to MS, I should have an "Enable IP forwarding" on the advanved properties for the TCP/IP settings - but its not there :-(
#4
Posted 01 November 2004 - 05:11 PM
Then your machine should now be acting as a router. You haven't made it clear whether you're still having problems; are you able to ping from a machine on one subnet to a machine on the other subnet?
#5
Posted 01 November 2004 - 07:58 PM
I can't ping across subnets.
I can only ping the two subnets on the Win2K machine.
Regards.
#6
Posted 01 November 2004 - 10:00 PM
Originally posted by masterlodi:
I may be jumping the gun, but are you using more than one machine to perform routing duties, ie;
NIC 1: 192.168.0.1
NIC 2: 192.168.1.1
Machine 2
NIC 1: 192.168.1.2
NIC 2: 192.168.2.1
Hopefully not (it gets way more complicated), can you outline your network structure for me - to make sure I'm not going down the wrong route.
#7
Posted 01 November 2004 - 10:27 PM
I've got a Win2K machine with two network cards. First network (10.10..*) is tied to one card. Second network (192.168..*) is tied to the other card.
The 192.168.1.* is connected to a switch and XP Pro clients.
The 10.10.10.* is connected to another switch.
So, the Win2K machine can route to either network but now I need to build a route (with RIPV2) so that any client on the 192.168..* network to access the 10.10..* network.
Hope that makes some sense
Cheers
#8
Posted 02 November 2004 - 12:25 PM
Gotcha. At first glance the Win2K machine *should* be routing (after simply applying the registry hack). But I'm probably missing something (if someone notices, please shout ;)).
From the Win2K machine, can you provide here a dump of the 'ROUTE PRINT' results from a command prompt? Also, I'm sure you have already done this, but check to make sure that the default gateways of the clients are set to their respective NIC's address in the Win2K box.
Also, if you can dump out the results from a TRACERT from one of your XP clients (when pinging across the subnets) would be a great help.
#9
Posted 02 November 2004 - 01:34 PM
I've already checked the route but I'm obviously missing something
So here goes
route print
================================================================
Active Routes:
Network Dest Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.55 1
10.10.10.0 255.255.255.0 10.10.10.2 10.10.10.2 1
10.10.10.2 255.255.255.255 127.0.0.1 127.0.0.1 1
10.10.10.2 255.255.255.255 192.168.1.57 192.168.1.55 1
10.255.255.255 255.255.255.255 10.10.10.2 10.10.10.2 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.55 192.168.1.55 1
192.168.1.55 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.55 192.168.1.55 1
224.0.0.0 224.0.0.0 10.10.10.2 10.10.10.2 1
224.0.0.0 224.0.0.0 192.168.1.55 192.168.1.55 1
255.255.255.255 255.255.255.255 192.168.1.55 192.168.1.55 1
Default Gateway: 192.168.1.1
================================================================
tracert
================================================================
Tracing route to 10.10.10.2 over a maximum of 30 hops
1 1 ms 1 ms <1 ms officeportal.gateway.2wire.net [192.168.1.1]
2 34 ms 35 ms 35 ms btdhg546-hg3.ealing.broadband.bt.net [217.32.84.
74]
3 32 ms 35 ms 35 ms 217.32.84.33
4 33 ms 35 ms 35 ms 217.32.84.106
5 * * * Request timed out.
================================================================
Cheers!
#10
Posted 02 November 2004 - 01:54 PM
I've added
route -p add 10.10.10.2 MASK 255.255.255.255 192.168.1.55
I can now ping 10.10.10.2 (IP address of the NIC) but I need to access the entire network.
What am I doing wrong?!
Also, the NIC for 10.10.. does not have a default gateway.
Cheers!
#11
Posted 02 November 2004 - 03:12 PM
I think we're getting there. This is correct (and would have been configured by making your Win2K machine an 'IP forwarder'.
Active Routes:
Network Dest Netmask Gateway Interface Metric
10.10.10.0 255.255.255.0 10.10.10.2 10.10.10.2 1
10.10.10.2 255.255.255.255 127.0.0.1 127.0.0.1 1
10.10.10.2 255.255.255.255 192.168.1.57 192.168.1.55 1
10.255.255.255 255.255.255.255 10.10.10.2 10.10.10.2 1
Your Win2K machine is correctly forwarding the packets from one subnet to the other, what I think isn't happening properly is that packets from client machines to opposite subnets are being routed out over the internet first through your broadband connection (as seen in the TRACERT). How is your internet connection integrated into your network in relation to the Win2K machine?
That's fine (for the moment).
BTW - You only need to add persistent routes when you need to specify where the next hop is [for any given subnet] for when you have more than 2 subnets. Eg, this will tell one router what is the next router (hop) to forward packets to a third subnet.
#12
Posted 02 November 2004 - 03:38 PM
The switch that the Win2K and WinXP clients connect to serves the internet connection. It's IP address is 191.168.1.1 (if that helps).
Cheers
#13
Posted 02 November 2004 - 04:19 PM
I am not entirely familar with combined Modem/Routers, but there must be a way to configure it (as long as it not beyond the modem/router's capability) so that it knows to hop to the Win2K machine (NIC 192.168.1.55) to get to the 10.10.10.x subnet (through the machine's second NIC,10.10.10.2). Sort of like adding a persistent route but to the Modem/Router.
A couple of things to make sure of though;
- The 10.10.10.2 NIC in the Win2K router has NO gateway set and NO DNS set
- The 192.168.1.55 NIC in the Win2K router has it's gateway set to 192.168.1.1 and it's DNS set to 192.168.1.1
- The clients on the 10.10.10.x subnet have their gateway set to 10.10.10.2 and their DNS set to 192.168.1.1.
- The clients on the 192.168.1.x subnet have their gateway set to 192.168.1.1 and their DNS set to 192.168.1.1
Even before making any changes, you should [currently] be able to ping from the 10.10.10.x subnet to a client on the 192.168.1.x one but not visa versa.
Hopefully I'm on the right track
#14
Posted 02 November 2004 - 04:32 PM
As long as the switch on the 10.10.10.x subnet is acting just as a switch. If not, you'll have to tell this one about the hop to subnet 192.168.1.x and set the clients gateway's accordingly.
#15
Posted 02 November 2004 - 04:35 PM
But I've followed your list and all of them are correct!
#16
Posted 02 November 2004 - 05:37 PM
That's because it doesn't know that subnet 10.10.10.x exists. If there is no way to add a new static route (ie, "to get to 10.10.10.x, go through 192.168.1.55" ) into it's routing table then we've come to a dead end I'm afraid. If someone knows different with this model of 2wire switch they may be able to lend a hand, otherwise one choice would be to get hold of a more advanced ADSL switch.
Also, have found this page where someone wishes to use a 2wire 1800 switch with two subnets. Looks like there are some limitations with the hardware.
Sorry I couldn't help you further though
#17
Posted 02 November 2004 - 05:44 PM
Light dawns!!
That link was very helpful.
It shows how to add a static route to the IG1800!
Thing is, what is the correct route now to access the 10.10.10.x network (I know my IP addressing skills need brushing up)!
#18
Posted 02 November 2004 - 06:13 PM
It's going to be something like (it's difficult to say without actually looking at the configuration page and it's options);
Network address: 10.10.10.0
Netmask: 255.255.255.0
Gateway address: 192.168.1.55
Good luck!
#19
Posted 02 November 2004 - 06:30 PM
There progress though, as the tracert output from an XP machine gives:
Tracing route to 10.10.10.1 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms bcm2k [192.168.1.55]
2 * * * Request timed out.
Hope this helps!
Cheers Ross
#20
Posted 02 November 2004 - 06:41 PM
Try adding another static route (as before), but;
Network address: 10.10.10.255
Netmask: 255.255.255.255
Gateway address: 192.168.1.55
See if that works.

Help










