I am a PIX Newbie and have been working on getting a new 506E Version 6.3 up and an running. I have a bunch of ports I need to redirect off our only outside IP but I just started with HTTP, HTTPS and FTP to see if I could get it working ... but no luck so far. Here's the config, I have been bangin my head all morning.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password gsAWvnbCBQH8qjoG encrypted
passwd cwsFBDjz5UG67VAy encrypted
hostname bendgate
domain-name uci.net
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol pptp 1723
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
names
access-list acl_in permit ip any any
access-list acl_in permit icmp any any
access-list acl_out permit tcp any host 216.104.74.98 eq https
access-list acl_out permit tcp any host 216.104.74.98 eq www
access-list acl_out permit tcp any host 216.104.74.98 eq ftp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 216.104.74.98 255.255.255.224
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 216.104.74.98 255.255.255.255 0 0
static (inside,outside) tcp 216.104.74.98 https 192.168.0.9 https netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 192.168.0.9 ftp netmask 255.255.255.255 0 0
access-group acl_out in interface outside
access-group acl_in in interface inside
route outside 0.0.0.0 0.0.0.0 216.104.74.97 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
aaa authentication ssh console LOCAL
aaa authentication serial console LOCAL
aaa authentication telnet console LOCAL
aaa authentication http console LOCAL
ntp server 216.104.72.10 source outside prefer
http server enable
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.0.24 ./bendgate.cfg
floodguard enable
telnet timeout 5
ssh 192.168.0.0 255.255.255.255 inside
ssh 192.168.0.0 255.255.255.0 inside
ssh timeout 30
console timeout 0
username bendgate password 7Ye8bUiyazX0/aEO encrypted privilege 2
terminal width 80
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password gsAWvnbCBQH8qjoG encrypted
passwd cwsFBDjz5UG67VAy encrypted
hostname bendgate
domain-name uci.net
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol pptp 1723
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
names
access-list acl_in permit ip any any
access-list acl_in permit icmp any any
access-list acl_out permit tcp any host 216.104.74.98 eq https
access-list acl_out permit tcp any host 216.104.74.98 eq www
access-list acl_out permit tcp any host 216.104.74.98 eq ftp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 216.104.74.98 255.255.255.224
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 216.104.74.98 255.255.255.255 0 0
static (inside,outside) tcp 216.104.74.98 https 192.168.0.9 https netmask 255.255.255.255 0 0
static (inside,outside) tcp interface ftp 192.168.0.9 ftp netmask 255.255.255.255 0 0
access-group acl_out in interface outside
access-group acl_in in interface inside
route outside 0.0.0.0 0.0.0.0 216.104.74.97 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
aaa authentication ssh console LOCAL
aaa authentication serial console LOCAL
aaa authentication telnet console LOCAL
aaa authentication http console LOCAL
ntp server 216.104.72.10 source outside prefer
http server enable
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
tftp-server inside 192.168.0.24 ./bendgate.cfg
floodguard enable
telnet timeout 5
ssh 192.168.0.0 255.255.255.255 inside
ssh 192.168.0.0 255.255.255.0 inside
ssh timeout 30
console timeout 0
username bendgate password 7Ye8bUiyazX0/aEO encrypted privilege 2
terminal width 80