kooma
MIS
- Apr 7, 2002
- 46
HELP..
I have a FTP server at 172.16.32.14 on my inside network.
I have my PIX working and I've add the lines below (some I've included for clarification).
I still cannot connect with a ftp client from the internet to 192.168.10.2.
What have I missed??? Can someone help me???
ip address outside 192.168.10.2 255.255.255.0
ip address inside 172.16.32.254 255.255.255.0
fixup protocol ftp 21
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.10.1 1
static (inside,outside) 192.168.10.2 172.16.32.14
conduit permit tcp host 192.168.10.2 eq ftp any
Thanks for anyone who can help.
I have a FTP server at 172.16.32.14 on my inside network.
I have my PIX working and I've add the lines below (some I've included for clarification).
I still cannot connect with a ftp client from the internet to 192.168.10.2.
What have I missed??? Can someone help me???
ip address outside 192.168.10.2 255.255.255.0
ip address inside 172.16.32.254 255.255.255.0
fixup protocol ftp 21
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.10.1 1
static (inside,outside) 192.168.10.2 172.16.32.14
conduit permit tcp host 192.168.10.2 eq ftp any
Thanks for anyone who can help.