|
|
|
| i have one network
192.168.1.0
and
192.168.2.0
this networks are joined using a hardware VPN, so users on the firts network have access to the 2nd one and viceversa. no problem. everything works ok.
but the 192.168.0.1 network accept vpn connections for users too.
when a 2k / xp users connect to the internet and VPN, receive a 192.168.1.x address and access all resources on the 192.168.1.0 network.
but i can´t reach the 2.0 network because the routing only route packages to the 1.0 net.
what i need to configure on my 2k xp pro to reach the 2nd network?
i hope you guys understand me this scenario. i believe i need to make a "add route" command on the 2k xp machine!!
please help me!!! | |
| jeff_j_black 2003-07-10, 3:39 pm |
| The basic command for route add:
route -p add destination mask gateway
route -p add 192.168.2.0 255.255.255.0 192.168.1.254 (or whatever your gateway is)
route -p add 192.168.1.0 255.255.255.0 192.168.2.254 (or whatever your gateway is)
Both applied on the machine doing the routing.
-p = persistent, so the routes remain through rebooting.
You will also have to make sure that IP Routing is enabled on the machine doing the routing.
[HKEY_LOCAL_MACHINE\SYSTEM\Con
trolSet001\Services\Tcpip\Para
meters\IPEnableRouter=1
As long as the clients are configured with the correct gateway then they should get through. | |
|
| quote: Originally posted by jeff_j_black
The basic command for route add:
route -p add destination mask gateway
route -p add 192.168.2.0 255.255.255.0 192.168.1.254 (or whatever your gateway is)
route -p add 192.168.1.0 255.255.255.0 192.168.2.254 (or whatever your gateway is)
Both applied on the machine doing the routing.
-p = persistent, so the routes remain through rebooting.
You will also have to make sure that IP Routing is enabled on the machine doing the routing.
[HKEY_LOCAL_MACHINE\SYSTEM\Con
trolSet001\Services\Tcpip\Para
meters\IPEnableRouter=1
As long as the clients are configured with the correct gateway then they should get through.
thanks jeff.
i print your reply!!!
i keep posting after my return to my city (i´m on SQL moc now) to provide you information if this works...
thanks again!! | |
| jeff_j_black 2003-07-10, 4:47 pm |
| Well I hope it works out for you! You must be really busy. Best of luck! | |
|
| quote: Originally posted by jeff_j_black
Well I hope it works out for you! You must be really busy. Best of luck!
fortunately i´m out of my city... but i have lot of pendings: my job, additional task to make $$$ for payments of credits / monthly payments of the new car, etc.... and i have a new cuban beauty girl who spend too much money!!!! but is nice, and this is the thing who matter....
thanks for your help.
i wanto to take n Plus and another exams in one month!
regards
alex | |
| jeff_j_black 2003-07-10, 8:35 pm |
| Congrats on the new cuban beauty girl. That is what life is all about! | |
| cm2gj 2003-07-16, 11:36 am |
| quote: Originally posted by jeff_j_black
Congrats on the new cuban beauty girl. That is what life is all about!
Jaja thanks!
this girl got me crazy!!!!
thanks!
today i test the routing issue.
i keep posting.
 |
|
|
|