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

outside nat on pix 6.3(4)

dritanulqinaku
Level 1
Level 1

I have a pat for users accessing internet. I want to do a static nat for internal web server and that this server to be seen by internal users as domain name. Can you help me about this.

I have done a:

static(outside,inside) 193.56.33.22 192.168.1.1 dns netmask 255.255.255.255 0 0

But I can see web server from inside but I cannot see it from outside.

thanks

4 Replies 4

jackko
Level 7
Level 7

depends on how many public ip you've got.

if only one,

static (outside,inside) tcp 80 80 netmask 255.255.255.255

if there are more than one

static (outside,inside) netmask 255.255.255.255

for accessing the web server from the internet, inbound acl is also required.

access-list 111 permit tcp any eq 80

access-group 111 in interface outside

I have one public ip address. But I want to see this web server from inside too with a domain too. Is it is possible with your static command ?

thnx

keep the static command and do "alias (inside) 255.255.255.255"

for reference,

http://www.cisco.com/en/US/partner/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aee.shtml#backinfo

thank you for the response. I will try this but I have seen the cisco web site that there is a doc as attachment. And there is a difference.

thank you very much

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: