cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
706
Views
0
Helpful
1
Replies

HTTP 404 errors in CSS11500

Andrewkai
Level 1
Level 1

Hi,

I'm seeing the following error on one of our real server. Is there a way to find out who is spamming?

10.x.x.x(VIP) - - "POST /slmruntime/service HTTP/1.0" 404 1214

Thanks,

Andrew

1 Reply 1

chrhiggi
Level 3
Level 3

Andrew-

  The easiest way to see that would be to take a sniffer trace (using a tool like wireshark) on the server itself, or log the source IP of the client.  If your CSS is doing NAT, you could have it insert the source IP as a header and look for the client IP in the trace.  There is no easy way to see which client sent which URL in a CSS unfortunately.

Regards,

Chris Higgins