Forward FTP traffic on PIX 515



I am unable to foward FTP traffic to my internal server. Can someone
take a look at my configuration and see if I am missing anything.
Thanks

PIX Version 7.0(1)
hostname doncarpix
domain-name doncarsys.com
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
access-list ACL_OUT extended permit tcp any host x.x.114.254 eq ftp
no pager
logging enable
logging timestamp
logging emblem
logging trap warnings
logging asdm warnings
logging mail critical
logging from-address doncarpix@xxxxxxxxxxxxx
logging recipient-address jduguay@xxxxxxxxxxxxx level errors
logging host inside 198.163.230.202 format emblem
mtu external 1500
mtu inside 1500
no failover
monitor-interface external
monitor-interface inside
asdm image flash:/asdm
no asdm history enable
arp timeout 14400
global (external) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,external) tcp x.x.114.254 ftp 198.163.230.1 ftp netmask
255.255.255.255
access-group ACL_OUT in interface external
route external 0.0.0.0 0.0.0.0 x.x.114.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
username jduguay password EVop5bqi.XYr9e0u encrypted privilege 15
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication telnet console LOCAL
http server enable
http 198.163.230.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp
telnet 198.163.230.0 255.255.255.255 inside
telnet timeout 5
ssh scopy enable
ssh 198.163.230.0 255.255.255.255 inside
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 50
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect ftp
!
service-policy global_policy global
management-access inside
Cryptochecksum:56ed1986d662ca941f5c3b9ca8419bcd
: end

.



Relevant Pages