I'm attempting to setup a PIX 501 to hide my Web/FTP server. I've been playing around with it for a while and have had no luck getting it working. Here is my config:
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password * encrypted
passwd * encrypted
hostname *
domain-name *
fixup protocol ftp 21
no fixup protocol h323 h225 1720
no fixup protocol h323 ras 1718-1719
fixup protocol http 80
no fixup protocol ils 389
no fixup protocol rsh 514
no fixup protocol rtsp 554
no fixup protocol sip 5060
no fixup protocol sip udp 5060
no fixup protocol skinny 2000
no fixup protocol smtp 25
no fixup protocol sqlnet 1521
names
pager lines 20
mtu outside 1500
mtu inside 1500
ip address outside *.*.*.152 255.255.255.240
ip address inside *.*.*.4 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 *.*.*.153 netmask 255.255.255.240
nat (inside) 1 *.*.*.0 255.255.255.0 0 0
static (inside,outside) *.*.*.152 *.*.*.131 netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 *.*.*.145 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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet *
telnet timeout 50
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:*
: end
Gate#
Any help for this config would be greatly appreciated. Thanx
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password * encrypted
passwd * encrypted
hostname *
domain-name *
fixup protocol ftp 21
no fixup protocol h323 h225 1720
no fixup protocol h323 ras 1718-1719
fixup protocol http 80
no fixup protocol ils 389
no fixup protocol rsh 514
no fixup protocol rtsp 554
no fixup protocol sip 5060
no fixup protocol sip udp 5060
no fixup protocol skinny 2000
no fixup protocol smtp 25
no fixup protocol sqlnet 1521
names
pager lines 20
mtu outside 1500
mtu inside 1500
ip address outside *.*.*.152 255.255.255.240
ip address inside *.*.*.4 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 *.*.*.153 netmask 255.255.255.240
nat (inside) 1 *.*.*.0 255.255.255.0 0 0
static (inside,outside) *.*.*.152 *.*.*.131 netmask 255.255.255.255 0 0
route outside 0.0.0.0 0.0.0.0 *.*.*.145 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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet *
telnet timeout 50
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:*
: end
Gate#
Any help for this config would be greatly appreciated. Thanx