Hello,
Cisco ASA version: 9.8(2)
I have prepared port forwarding and it is working properly, but if I want to add port https(443), I receive error message (because this port is used for webvpn and asdm). I have already found out, I can change port in webvpn ...but I want to rather change port for NAT rule.
Configuration of NAT, for HTTPs is( this one not working because of 443 reservation):
nat (inside_internal,outside) source static obj_192.168.1.12 interface service any HTTPS
object network obj_192.168.1.12
host 192.168.1.12
Q: How should I change configuration, to work ?
I have already tried to add nat, to the object netwrok:
object network obj_192.168.1.12
host 192.168.1.12
nat (inside_internal,outside) static interface service tcp 443 4443
but it does not work.
Thank you