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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPN Username and Password

Status
Not open for further replies.
Jul 12, 2001
33
US
I have my pix firewall with the following configuration:

.
.
.
data omitted
.
.
.
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map mymap 1 set transform-set myset
crypto map dyn-map 20 ipsec-isakmp dynamic mymap
crypto map dyn-map interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity hostname
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash sha
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
telnet 192.168.11.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
.
.
.


I have a couple of questions:

first of all, does this configuration seem correct or do i need to add anything else to it or change it...

second, i loaded the 3.0.3.B client on my machine and it asks for the group name, username and password. I am not sure exactly what needs to go in these fields since i never created any kind of username or password, only the preshare key....
or is it that i need to create a vpn group...if so what would the syntax look like...

would appreciate your assistance.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top