Link to home
Start Free TrialLog in
Avatar of andreacadia
andreacadia

asked on

PIX Firewall VPN Client Config

I need some additional eyes to look at this config.  What is preventing VPN clients from successful establishement via Cisco VPN client??

Password: ********
pix# sh run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname pix
domain-name xxxxxxx.local
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 inbound_traffic permit tcp any interface outside eq 3389
access-list inbound_traffic permit icmp any any echo-reply
access-list inbound_traffic permit icmp any any
access-list VPN_Traffic permit ip 10.100.52.0 255.255.255.128 10.104.0.0 255.254.0.0
access-list nonat permit ip 10.100.52.0 255.255.255.128 10.104.0.0 255.254.0.0
access-list nonat permit ip 10.100.52.0 255.255.255.128 172.30.0.0 255.255.0.0
access-list nonat permit ip 10.100.52.0 255.255.255.128 192.168.25.0 255.255.255.0
access-list VPN_TW permit ip 10.100.52.0 255.255.255.128 172.30.0.0 255.255.0.0
access-list allow_client_vpn permit ip 10.100.52.0 255.255.255.128 192.168.25.0 255.255.255.0
pager lines 24
logging monitor debugging
logging host inside 10.100.52.10
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.192
ip address inside 10.100.52.126 255.255.255.128
ip audit info action alarm
ip audit attack action alarm
ip local pool CiscoVPNClientPool 192.168.25.1-192.168.25.10
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 10.100.52.10 3389 netmask 255.255.255.255 0 0
access-group inbound_traffic in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
timeout xlate 0:05: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 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 TPVI-TPIT esp-3des esp-sha-hmac
crypto ipsec transform-set TPVI-TW esp-3des esp-sha-hmac
crypto ipsec transform-set AES esp-aes esp-sha-hmac
crypto dynamic-map VPNClient 30 set transform-set AES
crypto map TPVI-TPIT 10 ipsec-isakmp
crypto map TPVI-TPIT 10 match address VPN_Traffic
crypto map TPVI-TPIT 10 set peer x.x.x.x
crypto map TPVI-TPIT 10 set transform-set TPVI-TPIT
crypto map TPVI-TPIT 20 ipsec-isakmp
crypto map TPVI-TPIT 20 match address VPN_TW
crypto map TPVI-TPIT 20 set peer x.x.x.x
crypto map TPVI-TPIT 20 set transform-set TPVI-TW
crypto map TPVI-TPIT interface outside
crypto map ClientMap 30 ipsec-isakmp dynamic VPNClient
isakmp enable outside
isakmp key ******** address x.x.x.x netmask 255.255.255.255
isakmp key ******** address x.x.x.x netmask 255.255.255.255
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 28800
isakmp policy 15 authentication pre-share
isakmp policy 15 encryption aes
isakmp policy 15 hash sha
isakmp policy 15 group 2
isakmp policy 15 lifetime 86400
vpngroup CiscoVPNClient address-pool CiscoVPNClientPool
vpngroup CiscoVPNClient dns-server 10.100.52.10
vpngroup CiscoVPNClient wins-server 10.100.52.10
vpngroup CiscoVPNClient default-domain xxxxxx
vpngroup CiscoVPNClient split-tunnel allow_client_vpn
vpngroup CiscoVPNClient idle-time 1800
vpngroup CiscoVPNClient password ********
telnet timeout 20
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 60
management-access inside
console timeout 0
dhcpd address 10.100.52.70-10.100.52.99 inside
dhcpd dns 66.248.160.66 65.112.145.66
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Cryptochecksum:7379d1b01c874ee45a9b43de4267beee
: end
pix#
ASKER CERTIFIED SOLUTION
Avatar of Cyclops3590
Cyclops3590
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
also reapply the crypto map to the interface just to make sure the changes take effect by doing the following
crypto map TPVI-TPIT interface outside
Avatar of andreacadia
andreacadia

ASKER

Thats perfect.  I must have just been looking to hard :).  That solved the issue.  Could i jog your brain once more?? I cannot seem to be able to ping from vpn client side to internal LAN.  Do you see anything preventing this?
you're sure the host you're trying to ping uses the firewall as the default gateway?
also, try
debug icmp trace
on the firewall and then try to ping.  
also check the firewall on the vpn client and the lan client to see if either one of those would be blocking the request
SOLUTION
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
Thanks Calvinetter,

Issuing the "clear xlate" command seems to have solved the issue with communicating across the VPN.  My initial question however was answered by Cyclops however so i wil split the points 80/20.  I hope this is fare to both of you.

Thanks for the help.
No problem andreacadia! Glad you got it going.

cheers all