cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
224
Views
5
Helpful
1
Replies

Access to webserver

markbrook554
Level 1
Level 1

Hi,

I know that this might sound stupid, but our Cisco expert has left the company. My boss would like me (little knowledge of Cisco) to configure our Cisco Pix, to enable people to access our webserver.

The pix is currently configured and working for our Exchange webmail, but unsure how to configure it for people externally to access our webserver.

Can any body give me any ideas.

Again I know it sounds silly, but hope somebody could help.

Peter

1 Reply 1

nathan.deane
Level 1
Level 1

all you will need is the public IP address that you want to use for your webserver, private address of the webserver if you want to dedicate a single IP to be used for the webserver.

A NAT instance needs to be configured so all traffic to the specific public ip will be forwarded to the given private ip

eg

static (inside, outside) 209.165.201.12 10.1.1.3 netmask 255.255.255.255

you then may want to put an access-list on so only specific ports will be allowed through to the webserver

eg

access-list acl_out permit tcp any host 209.165.201.12 eq www

then apply the access-list

access-group acl_out in interface outside

Review Cisco Networking products for a $25 gift card