06-01-2012 03:50 AM - edited 03-11-2019 04:14 PM
I have a ASA 5540 , with a single WAN IP
we have hosted a webpage on this IP through static NAT
now i want to host another webpage on the same wan IP but a different port but i am not able to do it
Kindly Help....
06-01-2012 04:18 AM
Hi
yes you can do it
static (inside,outside) tcp w.x.220.1 80 1.2.2.17 80 netmask 255.255.255.255
static (inside,outside) tcp w.x.220.1 81 1.2.2.18 80 netmask 255.255.255.255
06-01-2012 08:59 AM
Just adding to the great answer before, you also need to allow that traffic into the outside access-list
access-list outside_in permit tcp any host w.x.220.1 eq 80
access-list outside_in permit tcp any host w.x.220.1 eq 81
access-group outside_in in interface outside
Regards,
Rate all the helpful posts
Julio
10-21-2025 02:55 AM
Hmm i never used the ASA 5540 specifically for web hosting. Is it mainly for security or can it handle normal hosting traffic too? Also, wondering if pairing it with a fast and secure business website hosting makes any noticeable difference in performance. Has anyone actually tried running websites on this setup?
10-21-2025 11:52 AM
So you have a 5540 publicly exposed on the internet in 2025?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide