I am taking over the management of a Pix 501 (first cisco product for me) that was used only for VPN and remote access. Now the box needs to be used for web access (internet surf & email) and VPN/remote access. When the pix was hooked up to the server (sitexxxx 172.x.x.252) it was able to get out on the internet. When the gateway on the workstations were changed to the router’s ip (172.x.x.251), they were not able to get out.
I would also like to change the pix’s ip from 172.x.x.251 to 172.x.x.254. This is the address of the current router in place that the Pix is supposed to replace. Unfortunately, at the bottom of the config that address is used in dhcp commands (this again pointed to the old router in place which has been removed and replaced with a temp router, which this pix is to replace). Here is the current running config on the pix:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd gBjs7N0lKmWs8qJD encrypted
hostname pixfirewall
domain-name ciscopix.com
clock timezone PST -8
clock summer-time PDT recurring
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 172.x.x.252 sitexxxxx
name 172.x.x.59 dedicatedworkstation
object-group service RDesktop tcp-udp
port-object range 3389 3389
access-list outside_access_in permit tcp any host 68.x.x.250 eq 3389
access-list inside_outbond_nat0_acl permit ip any host dedicatedworkstation
access-list inbound permit tcp any host 68.x.x.250 object-group RDesktop
access-list inside_access_in permit ip any any
access-list inside_outbound_nat0_acl permit ip any 172.x.x.224 255.255.255.240
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 68.x.x.250 255.255.255.252
ip address inside 172.x.x.251 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool smallpool 172.x.x.230-172.x.x.235
pdm location sitexxxxx 255.255.255.255 inside
pdm location 172.x.x.252 255.255.255.255 inside
pdm location 198.x.x.0 255.255.255.0 outside
pdm location 172.x.x.224 255.255.255.240 outside
pdm location 65.x.x.216 255.255.255.255 outside
pdm location dedicatedworkstation 255.255.255.255 inside
pdm location 65.x.x.175 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 dns 0 0
static (inside,outside) tcp 68.x.x.250 3389 dedicatedworkstation 3389 netmask
255.255.255.255 0 0
access-group inbound in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 68.x.x.249 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 server enable
http 198.xxx.xxx.0 255.255.255.0 outside
http 65.xxx.xxx.175 255.255.255.255 outside
http 172.xxx.xxx.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
sysopt connection permit-pptp
sysopt connection permit-l2tp
crypto ipsec transform-set TRANS_ESP_3DES_MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set TRANS_ESP_3DES_MD5 mode transport
isakmp enable outside
isakmp nat-traversal 20
telnet timeout 5
ssh 198.x.x.0 255.255.255.0 outside
ssh 172.x.x.0 255.255.255.0 inside
ssh timeout 5
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication pap
vpdn group PPTP-VPDN-GROUP ppp authentication chap
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe auto
vpdn group PPTP-VPDN-GROUP client configuration address local smallpool
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username sitexxxxx password *********
vpdn enable outside
dhcpd address sitexxxxx-172.x.x.254 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
username admin password rI/q74VpsXRiswkc encrypted privilege 15
terminal width 80
Cryptochecksum:e4ce041c3c9f7517a1bbe13af3d5e07b
: end