06-09-2011 08:57 AM - edited 03-11-2019 01:43 PM
Hi,
I am configuring a new ASA 5510 to replace a SonicWall and I have a problem with an HTTP Connection inside my LAN.
PC from the LAN ( using ASA LAN interface as gateway) can't Connect to a Camera video Web Server (192.168.4.20) on Port 80 whereas I can Ping it.
ADSM logs show :
106015# Deny TCP (no connection) from ip1 to ip2 Flags RST on Interface LAN.
The adaptive security appliance discarded a TCP Packet that has no Associated connection in the adaptive security appliance Connection table.
- I Enabled command "same-security-traffic permit intra-interface"
- HTTP inspection is disabled.
I used Capture feature on the Ingress Interface, I joined the Logs and a part of my ASA Running Config.
Any Ideas? Thank You
06-09-2011 10:12 AM
Hello,
Try this:
global (lan) 1 Interface
static (lan,lan) 192.168.4.20 192.168.4.20
Cheers
Mike
06-16-2011 09:31 AM
Ok but Can I remove NAT exemption now ? ( I used it to avoid the dynamic nat : "Global (WAN) 1 interface" )
object-group network DM_INLINE_NETWORK_21
network-object 192.168.2.0 255.255.255.0
network-object 192.168.3.0 255.255.255.0
network-object 192.168.5.0 255.255.255.0
network-object 192.168.4.0 255.255.255.0
access-list LAN_nat0_outbound extended permit ip 192.168.0.0 255.255.248.0 object-group DM_INLINE_NETWORK_21
Thanks
06-16-2011 10:43 PM
Hello,
I am not quite sure if it is going to break any other configuration that you may have (VPN, access to another interface etc), so lets just disable the exeption just for the source host in question. Do the following:
access-list LAN_nat0_outbound line 1 deny ip 192.168.1.x host 192.168.4.20
The x represents the host from where you want to reach the camera server.
Let me know how it goes.
Mike
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