12-21-2000 10:42 AM - edited 03-08-2019 07:53 PM
Can you access the lokal lan with the nic and at the same time access a remote lan via a modem?
When i trie this , the client is accessing the remote lan via vpn (modem) but it also disconnects the lan via the NIC.
Iam using a vpn koncentrator 3005 and the latest client 2.5.2.
If you want to mail me use marcus.bengtsson@martinsson.se
12-28-2000 06:43 AM
You might want to take a look at this link:
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_v53/ipsec/exvpncl.htm
Hope this helps!
04-17-2001 12:46 PM
By default, Windows's PPP Client (dialup client) change the default route to the IP address assigned from the PPP server. You can see this in the DOS windows by typing route print before and after you connected to the remote network. You can change this behavior by
1. Goto the Dialup Networking Windows -> YourConnection properties -> TCP/IP setting and and deselect the "Use Default Gateway on Remote Network"
2. Use winipcfg (windows9x) or ipconfig /all |more on NT to find the assigned IP on PPP adapter
3. GO to DOS windows and add the route to your remote network pointing to the assigned IP address as gateway.
The bad thing about this is you have to add the route everytime you connected to remote LAN because the assigned IP address is usually different everytime you dial in, unless they(Net Admin) can preserve the dialup IP address for you. Then you can build a script/batch file to take care of the reoute change.
GoodLuck !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide