10-08-2015 10:14 AM - edited 03-11-2019 11:43 PM
I need to duplicate the port forwarding below on an ASA5506 with only one public address available. Any help would be appreciated.
Thanks,
Steve
Solved! Go to Solution.
10-08-2015 11:32 AM
What do you mean with "duplicate the port forwarding"?
To achieve the port forwarding you are have listed you only need two NAT rules:
object network obj-10.0.1.246 host 10.0.1.246 object network obj-10.0.1.149 host 10.0.1.149 object service tcp-eq-80 service tcp source eq 80 object service tcp-eq-2601 service tcp source eq 2601 nat (inside,outside) source static obj-10.0.1.246 interface service tcp-eq-80 tcp-eq-80 nat (inside,outside) source static obj-10.0.1.149 interface service tcp-eq-2601 tcp-eq-2601
10-08-2015 11:32 AM
What do you mean with "duplicate the port forwarding"?
To achieve the port forwarding you are have listed you only need two NAT rules:
object network obj-10.0.1.246 host 10.0.1.246 object network obj-10.0.1.149 host 10.0.1.149 object service tcp-eq-80 service tcp source eq 80 object service tcp-eq-2601 service tcp source eq 2601 nat (inside,outside) source static obj-10.0.1.246 interface service tcp-eq-80 tcp-eq-80 nat (inside,outside) source static obj-10.0.1.149 interface service tcp-eq-2601 tcp-eq-2601
10-12-2015 12:32 PM
Thanks Henrik for helping out on this. I'm duplicating a config from an Asus firewall to a 5506. Have not been able to test yet but I believe this is what I needed.
Steve
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