Link to home
Start Free TrialLog in
Avatar of buckstaff
buckstaff

asked on

How to Connect to Cisco Pix 501? (Noob needs commands)

I was wondering how I can connect to our cisco pix 501?  I know how to connect with hyperterminal, but I don't know how to do a (config terminal).

I need to add the following line to our router because our VPN users cannot access the internet when they are connected to our VPN

vpngroup buckstaffuser split-tunnel nonat

Will that work?

Thanks
Avatar of batry_boy
batry_boy
Flag of United States of America image

You need to be in "enable" mode before you can do a "configure terminal" command.  Type "enable" at the ">" prompt, then enter the enable password.  The prompt will change to a "#" prompt...then you can issue the "configure terminal" command.  The prompt will then look like:

hostname(config)#

From that prompt you can issue the "vpngroup" command that you specified.  However, you'll need to have the ACL called "buckstaffuser" already defined.

Hope this helps...
ASKER CERTIFIED SOLUTION
Avatar of Les Moore
Les Moore
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of buckstaff
buckstaff

ASKER

thanks lrmoore,

How can I verify that the change was made on the pix?  
pix#write term
you rock.  I really need to get my Cisco certs one of these days.