Networking Forums

Networking Forums > Computer Networking > Windows Networking > two VPNs and routing

Reply
Thread Tools Display Modes

two VPNs and routing

 
 
Andrey Kuru
Guest
Posts: n/a

 
      09-18-2006, 11:05 AM
Gents,

Could you pls explain, how easy to make automatic routing on the client side
?

I have home eth connection. I establish VPN connection for internet access.
After that, I need access to the office. I need to establish the second VPN
connection.

My eth ip address is 10.153.132.xxx.
My office network is 10.30.xxx.xxx

Now I should manually find the ip address, which was offered by Office's VPN
server and run this script:

%1 == ppp adapter ip address, VPN office connection

route delete 10.0.0.0 mask 255.0.0.0 %1
route add 10.30.0.0 mask 255.255.0.0 %1

Any advices, how do it autmatically ?

Thanks.


 
Reply With Quote
 
 
 
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      09-18-2006, 02:48 PM
You may create a batch file including rasdial and the script.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Andrey Kuru" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Gents,

Could you pls explain, how easy to make automatic routing on the client side
?

I have home eth connection. I establish VPN connection for internet access.
After that, I need access to the office. I need to establish the second VPN
connection.

My eth ip address is 10.153.132.xxx.
My office network is 10.30.xxx.xxx

Now I should manually find the ip address, which was offered by Office's VPN
server and run this script:

%1 == ppp adapter ip address, VPN office connection

route delete 10.0.0.0 mask 255.0.0.0 %1
route add 10.30.0.0 mask 255.255.0.0 %1

Any advices, how do it autmatically ?

Thanks.


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Man-in-the-middle and VPNs Dave Rudisill Wireless Internet 4 02-26-2007 10:23 PM
2 vpns redundancy g Windows Networking 3 09-11-2006 01:15 PM
VPNs with DHCP endpoints? OT? William P.N. Smith Wireless Internet 8 02-07-2006 07:32 PM
Two VPNs on ONE Server? Ted Windows Networking 3 01-03-2006 09:53 PM
VPNs conflict MP Broadband Hardware 6 07-26-2004 08:32 PM



1 2 3 4 5 6 7 8 9 10 11