Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Cisco VPN Client

Status
Not open for further replies.

brunopt

IS-IT--Management
Joined
Mar 1, 2004
Messages
47
Location
PT
Hi all

My problem is someone have an ideia is about the cisco vpn client. I´ve a cisco 1700 router making vpn which have a Radius server on the windows 2000 to auth.
I´ve installed the cisco vpn client on my laptop, and check the option to start the vpn before making the login ( My OS is XP ).Once i rebooted the computer before making the login the vpn client display and i started it. It makes the connection and everything goes right except one small thing that is very important to me. On my windows 2000 domain i´ve login scripts that run each time i make a login on the network to map drives and to add routes to different subnets, my problem is when i connect using the vpn client is does not run the scripts.

Can someone give an hint about this.

Thank you very much to all
 
Made sure you defined DNS servers on the VPN client to get pushed down? Basically the PC isn't seeing the domain controllers it sounds like..

BuckWeet
 
Hi, and thakns for replaying my topic.

I´cant find it were to configure the dns servers on the vpn client, my version is the 4.0.3D.

Can you tell me were i configure that.

Many thanks
 
you have to configure it on the router. Are you using eZvpn configuration or dynamic crypto maps on the router.

It is what is called "Config-mode". when you push parameters down to the client. Heres a link
as seen here:
Code:
crypto isakmp client configuration group hw-client-groupname
 key hw-client-password
 dns 30.30.30.10 30.30.30.11
 wins 30.30.30.12 30.30.30.13
 domain cisco.com
 pool dynpool
 acl 150
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top