Hi,
I have a weird problem on my asa firewall. Untill now I have some open ports like this:
object-group service TCP-18000 tcp
port-object eq 18000
access-list outside_access extended permit tcp any host 192.168.1.118 object-group TCP-18000
object network obj-192.168.1.118_1
nat (inside,outside) static interface service tcp 18000 18000
this works witouth a problem.
Now i have an internal webserver that i cannot switch it's on port 80 bound to the internal ip. When browsing locally it works. I would like to open port 18007 from the outside so i redirect to the internal port 80 to the internal ip whatever I try it does not work with these commands what am I doing wrong ?
bject-group service TCP-18007 tcp
port-object eq 18007
access-list outside_access extended permit tcp any host 192.168.1.118 object-group TCP-18007
object network obj-192.168.1.118_1
nat (inside,outside) static interface service tcp 80 18007
i also tried
nat (inside,outside) static interface service tcp 18007 80