Hi
I have a load balancer I am trying to nat multiple ports to (at this time, http and https) behind an ASA 5515.
I have created a service group for the nat ports:
object-group service webServices
service-object tcp destination eq www
service-object tcp destination eq https
I created an object for the host:
object network lb01
host 192.168.72.13
and an access-list rule:
access-list outside_in extended permit object-group webServices any object nglb01
But when I try to add a nat rule for the network object like this:
nat (dmz,outside) static interface service tcp webServices webServices
It returns errors.
Please what is the correct way to do this? I want to be able to NAT ports 80, and 443 to the load balancer.