10-07-2021 08:25 AM
Hello Everyone,
I'm trying to allow access to a DVR so that I can access it from the outside using port 37777. The app on the phone is using the outside IP and port 37777, but the the firewall is showing:
%ASA-7-710005: {TCP|UDP} request discarded from source_address/source_port to interface_name:dest_address/service
The ASA does not have a UDP server that services the UDP request. Also, a TCP packet that does not belong to any session on the ASA may have been discarded. In addition, this message appears (with the SNMP service) when the ASA receives an SNMP request with an empty payload, even if it is from an authorized host. When the service is SNMP, this message occurs a maximum of once every 10 seconds so that the log receiver is not overwhelmed.
I've tried everything I can think of to get it to work. For the interest of time can someone please show me the CLI configuration commands that would accomplish this task. Thank you.
DVR is 124.2.0.100
10-07-2021 08:41 AM
not sure where this IP located > 124.2.0.100 (internet ?)
Then do you have ACL which allow ?
10-07-2021 09:42 AM
Yes, but it not working what would be the best way to define them?
10-07-2021 10:22 AM
We need to look at your ACL how it is configured? to add any further suggestions.
10-07-2021 11:59 AM
object network DukeDVR
host 124.2.0.100
description DVR
nat (inside,outside) source static DukeDVR DukeDVR service 37777 37777
access-list outside_access_in permit tcp any host 124.2.0.100
access-group outside_access_in in interface outside
10-10-2021 01:29 AM
If the DVR is outside your network and internet, NAT should be able to work for you.
Or are you Looking for source IP address - 124.2.0.100 as source to coming towards your LAN to access 37777
If that is not the case explain?
what is the Source - where is that source ? ( LAN or Internet ?)
what is desitnation - where is that destination ( LAN or Internet ?)
what port ? ( TCP or UDP with port number ?)
10-09-2021 10:39 PM
10-10-2021 07:27 PM
10-11-2021 04:06 AM
Glad to know it was fixed, what was the fix for our users.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide