cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
3
Replies

PIX 501 w/ ppoe using 1 IP

brandon.dillon
Level 1
Level 1

With a PIX 501 running 6.3(4) connecting to the ISP via PPOE with a static IP, What command syntax can I use to create a static NAT translation from that out side IP to a internal IP For the use of incoming Web traffic, email and things like that.

I have done it with a multiple IP but never done it with just the 1 ip on the outside interface.

thanks!

Brandon

3 Replies 3

cpembleton
Level 4
Level 4

Configure static port redirection using the interface statement

static [(internal_if_name, external_if_name)] {tcp|udp} {global_ip|interface} global_port

local_ip local_port [netmask mask]

ex:

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

Thanks,

Chad

Please rate if helpful.

Chad, just a little typo :)

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

ok thanks guys will try this over the weekend

Review Cisco Networking products for a $25 gift card