Cruizectrl
asked on
Switched ISPs, VPN config
Hey Experts.
I've switched ISPs and I'm trying to change the config on the pix through the PDM (which almost never works well for me.) Can you guys tell me what I'm missing? Still not able to ping the router gateway from the outside ip.
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 81DY7MJxGxsXHGVe encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname DallasPix
domain-name Domain
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 vpn permit ip 10.229.0.0 255.255.0.0 10.228.0.0 255.255.0.0
access-list nonatvpn permit ip 10.229.0.0 255.255.0.0 10.228.0.0 255.255.0.0
access-list nonatvpn permit ip 10.229.0.0 255.255.0.0 192.168.200.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 192.168.200.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 1 STATIC IP ASSIGNED FROM ISP 255.255.255.0
ip address inside 10.229.0.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool group1 192.168.200.1-192.168.200. 254 mask 255.255.255.0
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 10.228.0.0 255.255.0.0 outside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonatvpn
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 ISP Router Gateway 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 sip-disconnect 0:02:00 sip-invite 0:03: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
http 0.0.0.0 0.0.0.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-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map MYMAP 1 ipsec-isakmp
crypto map MYMAP 1 match address vpn
crypto map MYMAP 1 set peer HQ address
crypto map MYMAP 1 set transform-set MYSET
crypto map MYMAP 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map MYMAP interface outside
isakmp enable outside
isakmp key ******** address Tunneladdress netmask 255.255.255.255 no-xauth
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 86400
isakmp policy 21 authentication pre-share
isakmp policy 21 encryption 3des
isakmp policy 21 hash md5
isakmp policy 21 group 2
isakmp policy 21 lifetime 86400
vpngroup DallasPix address-pool group1
vpngroup DallasPix dns-server 10.228.1.1 10.229.1.1
vpngroup DallasPix wins-server 10.228.1.1
vpngroup DallasPix idle-time 1800
vpngroup DallasPix password ********
telnet timeout 5
ssh 10.229.0.0 255.255.0.0 inside
ssh timeout 5
management-access inside
console timeout 0
dhcpd address 10.229.1.2-10.229.1.32 inside
dhcpd dns 68.238.96.14 68.238.96.12
dhcpd wins 10.228.0.5
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain domain
dhcpd auto_config outside
dhcpd enable inside
username 0din password mMM3z1pLU4.5K23w encrypted privilege 15
terminal width 80
Cryptochecksum:c0567d00263 8ac952cb72 2cc951a8ca 6
: end
I've switched ISPs and I'm trying to change the config on the pix through the PDM (which almost never works well for me.) Can you guys tell me what I'm missing? Still not able to ping the router gateway from the outside ip.
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 81DY7MJxGxsXHGVe encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname DallasPix
domain-name Domain
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 vpn permit ip 10.229.0.0 255.255.0.0 10.228.0.0 255.255.0.0
access-list nonatvpn permit ip 10.229.0.0 255.255.0.0 10.228.0.0 255.255.0.0
access-list nonatvpn permit ip 10.229.0.0 255.255.0.0 192.168.200.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 192.168.200.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 1 STATIC IP ASSIGNED FROM ISP 255.255.255.0
ip address inside 10.229.0.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool group1 192.168.200.1-192.168.200.
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 10.228.0.0 255.255.0.0 outside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonatvpn
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 ISP Router Gateway 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 sip-disconnect 0:02:00 sip-invite 0:03: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
http 0.0.0.0 0.0.0.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-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map MYMAP 1 ipsec-isakmp
crypto map MYMAP 1 match address vpn
crypto map MYMAP 1 set peer HQ address
crypto map MYMAP 1 set transform-set MYSET
crypto map MYMAP 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map MYMAP interface outside
isakmp enable outside
isakmp key ******** address Tunneladdress netmask 255.255.255.255 no-xauth
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 86400
isakmp policy 21 authentication pre-share
isakmp policy 21 encryption 3des
isakmp policy 21 hash md5
isakmp policy 21 group 2
isakmp policy 21 lifetime 86400
vpngroup DallasPix address-pool group1
vpngroup DallasPix dns-server 10.228.1.1 10.229.1.1
vpngroup DallasPix wins-server 10.228.1.1
vpngroup DallasPix idle-time 1800
vpngroup DallasPix password ********
telnet timeout 5
ssh 10.229.0.0 255.255.0.0 inside
ssh timeout 5
management-access inside
console timeout 0
dhcpd address 10.229.1.2-10.229.1.32 inside
dhcpd dns 68.238.96.14 68.238.96.12
dhcpd wins 10.228.0.5
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain domain
dhcpd auto_config outside
dhcpd enable inside
username 0din password mMM3z1pLU4.5K23w encrypted privilege 15
terminal width 80
Cryptochecksum:c0567d00263
: end
ASKER
fgasimzade,
This still doesn't allow my inside clients to get internet. :/
This still doesn't allow my inside clients to get internet. :/
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
This access list is wrong, you should have your remote network as source address, like this:
access-list outside_cryptomap_dyn_20 permit ip 192.168.200.0 255.255.255.0 10.229.0.0 255.255.0.0