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

Newbie PIX-501 config

admin_2
Level 3
Level 3

I have very little exp with router/firewall. I have the vpn working using the PDM wizard. I want to make my websever avail to the outside. I am not understanding what command combinations allow port 80 traffic through and forward to my internal web server. I am assuming I can do both VPN connections and webserver forwarding with a single public ip address.

Thanks!

3 Replies 3

mostiguy
Level 6
Level 6

are you running nat, pat (you only have one legitimate external ip address), or neither?

Not applicable

I have 1 public IP addresses assigned to the pix (Does that put me running pat?) It is the address assigned to the Outside interface. I have 2 more avail Public IP's if I need them.

All you need is two statemnets ... one static and one access-list

it goes something like this:

static (inside,outside) your_public_ip your_www_ip net 255.255.255.255

access-l outside_in permit tcp any host your_www_ip eq www