Port forwarding on ASA
I need to access a resource from outside world that is in my private network at port 5900 using ASA's public IP.
object service port_vnc
service tcp source eq 5900
!
nat (inside,outside) source static obj_192.168.1.11 interface destination static any_1 any_1 service port_vnc port_vnc
object service port_vnc
service tcp source eq 5900
!
nat (inside,outside) source static obj_192.168.1.11 interface destination static any_1 any_1 service port_vnc port_vnc
0 comments:
Post a Comment