• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VPN Help behind Pix

multiband8303

Senior member
As topic states...

2801 = Head end

Pix 501 = Remote side...

Pix can get on the internet - and can resolve outside addresses - however when I try to ping the head end (I don't know yet if ICMP is turned on or off) - but I can't ping anything inside that location... nor can outlook sync up - but the tunnell shows up..

Probally an ACL I need to setup... if you want configs - I can PM them to you.
 
If anyone else wants to chime in...here is the config of the pix so far...

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password LPzHuwkk2wJQpre8 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname kentuckypix
domain-name maxxfinancial.com
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
name 192.168.235.0 Fargo
name (MY WAN IP TO REMOTEIN)TSNetrix
name (SOME PEER) adam
name (HEAD END PEER SIDE = CISCO 2801 = WAN IP ADDRESS) Fargo2
access-list inside_outbound_nat0_acl permit ip 192.168.51.0 255.255.255.0 Fargo 255.255.255.0
access-list outside_cryptomap_20 permit ip 192.168.51.0 255.255.255.0 Fargo 255.255.255.0
access-list outside_access_in remark vpn
access-list outside_access_in permit ip Fargo 255.255.255.0 any
access-list outside_access_in remark Netrix
access-list outside_access_in permit tcp host (WAN IP ADDRESS) any
access-list 100 permit ip Fargo 255.255.255.0 192.168.51.0 255.255.255.0
access-list 101 permit ip Fargo 255.255.255.0 192.168.51.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside (PEER IP ADDRESS) 255.255.255.252
ip address inside 192.168.51.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location Fargo 255.255.255.0 outside
pdm location Fargo 255.255.255.0 inside
pdm location (HEAD END ADDRESS)255.255.255.255 outside
pdm location (HEAD END ADDRESS) 255.255.255.255 outside
pdm location TSNetrix 255.255.255.255 outside
pdm location adam 255.255.255.255 outside
pdm location Fargo2 255.255.255.0 outside
pdm location 192.168.51.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 216.196.199.121 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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http (HEAD END WAN IP ADDRESS) 255.255.255.255 outside
http (HEAD END WAN IP ADDRESS) 255.255.255.255 outside
http 192.168.51.0 255.255.255.0 inside
http Fargo 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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set VPN esp-3des esp-sha-hmac
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer (PEER IP ADDRESS)
crypto map outside_map 20 set transform-set ESP-3DES-SHA ESP-AES-128-SHA
crypto map VPN 10 ipsec-isakmp
crypto map VPN 10 match address 100
crypto map VPN 10 set peer 216.196.199.122
crypto map VPN 10 set transform-set VPN
crypto map VPN interface outside
isakmp enable outside
isakmp key ******** address (PEER IP ADDRESS) netmask 255.255.255.255 no-xauth no-config-mode
isakmp key ******** address 216.196.199.122 netmask 255.255.255.255 no-xauth no-config-mode
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 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.51.51-192.168.51.60 inside - HEAD END OFFICE DHCP SERVER
dhcpd dns (WAN DNS SERVER) (WAN DNS SERVER #2)
dhcpd wins 192.168.238.9
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain HOLA
dhcpd enable inside
terminal width 80
Cryptochecksum:15722af90d800d90e86a28e4b471d782
: end


Anyone want to chime in - everything in ( ) is what I put into to prevent information from being leaked.
 
Back
Top