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

redirect traffic

zekenshin
Level 1
Level 1

Hi,

I have a problem with my pix. I have my pix with outside ip "213.36.80.163", i have a pc in the lan with an ftp server with ip "10.0.1.1". I want redirect internet ftp traffic to my local pc.

I have tried this solution :

- static (outside,inside) tcp 10.0.1.1 21 213.36.80.163 21

But that not work.

If someone have an idea ... :)

Thx u in advance

Kenshin

4 Replies 4

mcelec
Level 1
Level 1

static command makes only a route wich you can use later.

after static command, you must have a ACL or a conduit.

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/prod_configuration_examples_list.html

Hope that helps

mc

Thx u very much

i'll tried with an access-list

Kenshin

yizhar
Level 1
Level 1

HI.

- static (outside,inside) tcp 10.0.1.1 21 213.36.80.163 21

You should reverse the order:

static (inside,outside) tcp 213.36.80.163 21 10.0.1.1 21

And add ACL as mentioned.

Look here - Using nat, global, static, conduit, and access-list Commands and Port Redirection on PIX:

http://www.cisco.com/warp/public/707/28.html

Yizhar

thx you for your answer, I'll look the url

Kenshin