cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
337
Views
0
Helpful
2
Replies

NAT Statement

Suresh Varghese
Level 1
Level 1

Hi,

I would like to know how to NAT multiple webservers to one public IP on port based

i.e. i have 2 internet facing webservers (a.b.c.d & e.f.g.h) on the DMZ zone but have only one public IP (x.x.x.x). I want to access both these servers on the same public IP from the outside.

Can anyone help ?

Thanks

2 Replies 2

varrao
Level 10
Level 10

Hi Suresh,

You can use static port forwarding for it, whihc would be something like:

static (dmz,outside) tcp x.x.x.x 80 a.b.c.d 80

static (dmz,outside) tcp x.x.x.x 21 e.f.g.h 21

This would do the trick for you.

This just utilizes the specific port on PUblic IP rather tahn the whole IP address.

Please also let me know the version of ASA softawre, because this would be different from 8.3 onwards.

Hope this helps.

P.S.- rate posts which are helpful.

Thanks,

Varun

Thanks,
Varun Rao

Review Cisco Networking for a $25 gift card