C
Chris Swann
Guys,
I'm trying to get a dial up service sorted on our LAN. I
have a 3com Dual 56k modem attached to the LAN. I think
I've narrowed the problem down to the routing table on the
dialing machine.
The address range of the LAN is 192.168.1.X with a subnet
of 255.255.255.0. The 3com modem is IP 192.168.1.6
I have a remote computer with a modem which I wish to dial
into the network. I cant seem to get the routing right tho
so I've been lookin up the route command on MS's Technet
site - but its not making much sense to me.
I want to add a route on the remote computer to be able to
route to the network 192.168.1.* which has a subnet of
255.255.255.0 through the default gateway, which is the
modem, with an IP of 192.168.1.51.
According to:
http://www.microsoft.com/windowsxp/...oc/en/route.asp
It seems that the command (to create a persistant route)
should be:
route -p add 192.168.1.* MASK 255.255.255.0 192.168.1.51
METRIC 1
I've dialed up and the modem has allowed my username and
password. I've openned a dos shell and added the above
line, and it accepts it.
The think is it still doesnt want to allow me to ping the
rest of the network at all (192.168.1.*)
Can anyone offer any advice?
I'm trying to get a dial up service sorted on our LAN. I
have a 3com Dual 56k modem attached to the LAN. I think
I've narrowed the problem down to the routing table on the
dialing machine.
The address range of the LAN is 192.168.1.X with a subnet
of 255.255.255.0. The 3com modem is IP 192.168.1.6
I have a remote computer with a modem which I wish to dial
into the network. I cant seem to get the routing right tho
so I've been lookin up the route command on MS's Technet
site - but its not making much sense to me.
I want to add a route on the remote computer to be able to
route to the network 192.168.1.* which has a subnet of
255.255.255.0 through the default gateway, which is the
modem, with an IP of 192.168.1.51.
According to:
http://www.microsoft.com/windowsxp/...oc/en/route.asp
It seems that the command (to create a persistant route)
should be:
route -p add 192.168.1.* MASK 255.255.255.0 192.168.1.51
METRIC 1
I've dialed up and the modem has allowed my username and
password. I've openned a dos shell and added the above
line, and it accepts it.
The think is it still doesnt want to allow me to ping the
rest of the network at all (192.168.1.*)
Can anyone offer any advice?