07-05-2005 08:50 PM - edited 03-02-2019 11:17 PM
Hi I am trying to troubleshoot a TCP attacks problem. Here is the following message: %TCP-2-TCP_MAXESTABLISHED:Possible TCP ACK attack. Maximum established connection limit 64 reached. Will drop unused connection.
I know in LINUX there is a command to find out where open connections are coming from, I was wondering if there is a similar command for Cisco IOS? Thanks for the help.
07-05-2005 09:11 PM
The OS running is CatOS.
07-06-2005 12:41 AM
Try show users. It works on my CatOS boxes - 8.4(5)GLX.
Kevin Dorrell
Luxembourg
07-07-2005 10:30 PM
hi,
i'm facing the same problem can u tell me what is the command in linux b'coz i'm working on a linux server...
thanks for help
07-09-2005 08:04 AM
You may want to turn on NAT debug mode:
ciscorouter> enable
Password: ********
ciscorouter#term mon
ciscorouter#debug ip nat detailed
IP NAT detailed debugging is on
ciscorouter#
03:29:49: NAT: creating portlist proto 6 globaladdr 97.158.253.26
03:29:49: NAT: Allocated Port for 192.168.1.100 -> 97.158.253.26: wanted 80 got 80
03:29:49: NAT: o: tcp (198.133.219.1, 5698) -> (97.158.253.26, 80) [0]
Regards,
Junhan
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