I am not sure why you don't setup the VPN server to assign the same LAN ip
192.168.0.x. If for the security reason or the LAN is out the ip address,
add route is your option. quoted from
http://www.ChicagoTech.net
Route command and examples
PRINT Prints a route - route PRINT 157* .... Only prints those matching 157*
ADD Adds a route - route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3
IF 2
DELETE Deletes a route - route DELETE 157.0.0.0
CHANGE Modifies an existing route - route CHANGE 157.0.0.0 MASK 255.0.0.0
157.55.80.5 METRIC 2 IF 2
--
For more and other information, go to
http://www.ChicagoTech.net
Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.
Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
"speakeasy" <aaa> wrote in message
news:1_2dndMwKo87VcvcRVn-(E-Mail Removed)...
> Hi,
>
> I have a win2k server that has CISCO vpn client and connects to a remote
> vpn
> server. The LAN ip is 192.168.0.x. Once vpn is connected, it gets assigned
> a
> dynamic IP, like 10.8.1.x.
> I need to route the VPN traffic onto the LAN. I think I need to setup RRAS
> on the win2k server and maybe add some routing entries to the routing
> table.
> Can someone please tell me exactly. Thanks very much.
>
> Yi
>
>