cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
545
Views
0
Helpful
4
Replies

PIX and FTP Connection Issue

lsittechsupport
Level 1
Level 1

Hello,

I have a stand alone Windows 2003 Server set up for FTP.

The server is set up with usernames and passwords required and no anonmymous login allowed.

I can successfully use it from within the office. However from outside of the network it fails to retreive the directory listing. I am receiving the error: "Server sent passive reply with unroutable address. Using server address instead".

In the PIX Config I have the following lines:

access-list outside extended permit tcp any host 192.168.5.5 eq 31

static (inside,outside) tcp 192.168.5.5 31 154.56.76.12 31 netmask 255.255.255.255

Public IP of Server: 192.168.5.5

Internal IP of Server: 154.56.76.12

Any ideas on what I am missing would be great.

Thanks in advance.

Stephen

4 Replies 4

bborovac
Level 1
Level 1

are you using tcp/31 instead of tcp/21 for ftp ?

Yes, we need to have three seperate ftp servers on the one machine. So we were hoping to use ports 31/32/33.

At the moment I am just testing on 31.

Sorry should have mentioned that in the post.

fixup protocol ftp 31

if you are running 7.x code

class-map FTP_31

match port tcp eq 31

!

policy-map global_policy

class FTP_31

inspect ftp

!

service-policy global_policy global

HTH

Vikram

Thankyou for the help.

Vikram your suggestion was perfect. Problem Solved.

Thanks Again

Review Cisco Networking products for a $25 gift card