08-15-2017 07:44 AM - edited 03-12-2019 02:49 AM
Hi All,
We have an ASA 5525-X (v9.1(7) with ASDM 7.1(3)) and what I'm trying to achieve is relatively simple (at least it should be) but struggling and trying to work out whether the ASA is missing some config or something else in our security stack is causing problems by process or elimination.
I have a 3rd party cloud solution (on 123.123.123.123) which needs to send logs inbound through our ASA to a log collector on our LAN. The log collector is NAT'd on our ASA and the port on the outside interface (tcp 7000) translates to a different port internally (tcp 514). I've set the NAT and an ACL up as follows with ASDM:
(Note all addresses are examples!)
The hit counter is going up on the rule when I use the test connection from the cloud provider, however 3 way H-S doesn't seem to fully complete. Logs on the inside log collector are showing the SYN & SYN-ACK work, but the ACK seems to have SEW flags.
Any help would be greatly appreciated.
Cheers
08-15-2017 10:04 AM
The syslog service is usually udp/514 - not tcp. Has that default been changed on your servers?
08-15-2017 11:10 PM
Hi Marvin,
Aware of that thanks. The vendor of the internal server has asked that we send logs to the device over tcp/514 and not the traditional udp/514 as they are accepting over both.
Cheers,
Dan
08-16-2017 12:27 AM
OK. Given that, how you've described your ACL and NAT sound OK.
For further troubleshooting I'd double check the implementation logic using packet-tracer.
If all looks good there I'd then proceed to do a capture of the interesting traffic and have a look at the decode in Wireshark.
Note - see the following for a good explanation of the states we normally expect to see regarding connection flags:
https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113602-ptn-113602.html
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