cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
0
Helpful
2
Replies

Static Nating Help ?

manish-young
Level 1
Level 1

Dear All,

I have Pix 506 with 6.3 Version. Public IP is assigned on Outside Interface. Need to Nat internal server to public IP assigned on Outside interface, So far no luck through PDM. ANY Advise ??

Regards

2 Replies 2

jackko
Level 7
Level 7

not very familiar with the pdm. below is the sample codes if you would like to try cli.

e.g.

static (inside,outside) tcp interface 80 80 netmask 255.255.255.255

access-list inbound permit tcp any interface outside eq 80

access-group inbound in interface outside

with the above same, inbound http access is permitted to the web server.

The above example is port forwarding. I suspect this is what manish-young is looking for.You can also use a NAT configuration.

static (inside,outside) outside inside

or

static (inside,outside)