cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
333
Views
0
Helpful
1
Replies

pix 515e natting to inside host

bhavesh-patel
Level 1
Level 1

i want to nat public ip to a host on local network.

i want to give http(web) access to this host from outside.

can i do this from ASDM?

1 Accepted Solution

Accepted Solutions

JORGE RODRIGUEZ
Level 10
Level 10

Sure you can do it in asdm that's why is there for ,  try to get use to  doing in it through pix  command line .

Assume server IP is  10.10.10.1 and Public IP 20.20.20.1 , for web access default HTTP port is  tcp  port  80

pix515>

pix515>enable

pix515#config t

pix515(config)#

static (inside,outside)   netmask 255.255.255.255

that is:
pix515(config)#static (inside,outside)  20.20.20.1 10.10.10.1  netmask 255.255.255.255

then inbound access rule

access-list  extended permit tcp any host eq

that is :

pix515(config)#access-list  outside_access_in extended permit tcp any host 20.20.20.1 eq 80

I have not seen ASDM example  ,  you still could use  link bellow  as reference

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080862017.shtml

Jorge Rodriguez

View solution in original post

1 Reply 1

JORGE RODRIGUEZ
Level 10
Level 10

Sure you can do it in asdm that's why is there for ,  try to get use to  doing in it through pix  command line .

Assume server IP is  10.10.10.1 and Public IP 20.20.20.1 , for web access default HTTP port is  tcp  port  80

pix515>

pix515>enable

pix515#config t

pix515(config)#

static (inside,outside)   netmask 255.255.255.255

that is:
pix515(config)#static (inside,outside)  20.20.20.1 10.10.10.1  netmask 255.255.255.255

then inbound access rule

access-list  extended permit tcp any host eq

that is :

pix515(config)#access-list  outside_access_in extended permit tcp any host 20.20.20.1 eq 80

I have not seen ASDM example  ,  you still could use  link bellow  as reference

http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080862017.shtml

Jorge Rodriguez
Review Cisco Networking products for a $25 gift card