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!

PIX 501 Client VPN Config

Status
Not open for further replies.

n2you469

IS-IT--Management
Joined
Aug 26, 2005
Messages
1
Location
US
Below is the set up I have on my PIX 501. I use telnet because the PDM is out of date.

The config below has a site to site VPN which I made and works fine, but I have to enter in a config for people to use the VPN client software to have access. Anyone have a config for the VPN client software ????


interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password DeVB5LLO6MyCXPtp encrypted
passwd DeVB5LLO6MyCXPtp encrypted
hostname xxx
domain-name xxx
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list outside_access permit tcp any host x.x.xx.x eq www
access-list MYACCESSLIST permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255
.255.0
access-list MYACCESSLIST permit ip 192.168.2.0 255.255.255.0 192.168.1.0 255.255
.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.248
ip address inside 192.168.1.10 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn-pool 192.168.1.200-192.168.1.254
pdm location 192.168.2.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
global (outside) 10 interface
nat (inside) 0 access-list MYACCESSLIST
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
static (inside,outside) x.x.x.x 192.168.1.1 netmask 255.255.255.255 0 0
access-group outside_access in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set MYSET esp-3des esp-sha-hmac
crypto dynamic-map MYMAP 20 match address MYACCESSLIST
crypto dynamic-map MYMAP 20 set transform-set MYSET
crypto map TEST 200 ipsec-isakmp dynamic MYMAP
crypto map TEST interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 28800
vpngroup ghw_vpn address-pool vpn-pool
vpngroup ghw_vpn dns-server 192.168.1.1
vpngroup ghw_vpn default-domain homewarrantycenter.com
vpngroup ghw_vpn idle-time 1800
vpngroup ghw_vpn password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet 192.168.2.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top