Hello All,
Cisco ASA version 9.8(2), ASDM: 7.8(2)
NAT forwarding working, but if is NAT forwarding enabled :
1. I don´t have access via logmein from outside(internet) to that server, there is access only via port which is defined in NAT forwarding.
2. Next problem is that from Server, where is NAT forwarding enabled I have extremely slow connection, If I disable NAT forwarding, everything working properly (of course instead of NAT forwarding)
This issues are same on all servers, where I have NAT forwarding(I choose only one Server:obj_192.168.1.47, because config is same on all).
I need to have forwarding from outside via port to specific server. Could you please help me? Am I doing something wrong? Is there any another option to do port forwarding from outside.
Here is configuration:
nat (inside_internal,outside) source static Internal_Network Internal_Network destination static Remote_VPN Remote_VPN
nat (inside_internal,outside) source static LOCAL_S2S NATG_S2S destination static REMOTE_S2S REMOTE_S2S
nat (inside_internal,outside) source static obj_192.168.1.47 interface service any Kamery2_ZAR_Source
nat (inside_internal,outside) source static obj_192.168.1.47 interface service any RTCP2_KAMERY_Source
nat (inside_internal,outside) source static LOCAL_S2S LOCAL_S2S destination static REMOTE_S2S REMOTE_S2S
nat (inside_internal,outside) source dynamic DM_INLINE_NETWORK_2 interface
access-group outside_access_in in interface outside
object service Kamery2_ZAR_Source
service tcp source eq 8100
object service RTCP2_KAMERY_Source
service tcp source eq 1024
access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_3 any object obj_192.168.1.47
object-group network DM_INLINE_NETWORK_2
network-object object Internal_Network
network-object object Internal_Public_wifi
object-group service DM_INLINE_SERVICE_3
service-object object Kamery2_ZAR_ACL
service-object object RTCP2_KAMERY_ACL
I attached screen from ASDM too.
Thank you very much