Hi
Have you identified what machine is sending these SYN packets (ip 10.0.0.1)? I have heard of some applications trying to initiate several connections at a time. Have you introduced any new machines/PC to the network recently? How long have you been seeing these messages?
I would first of all protect your network against SYN flood attacks as your network is currently wide open, given the configuration you posted. The following config will help minimize your exposure to a SYN flood attack.
policy-map WAN-policy
class WAN-class
set connection conn-max 100
set connection embryonic-conn-max 200
set connection per-client-embryonic-max 7
set connection per-client-max 5
set connection random-sequence-number enable
set connection timeout embryonic 0:0:45
The below link goes more in depth on attack mitigation and might be worth you reading.
http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00809763ea.shtml
--
Please rate all helpful posts
--
Please remember to select a correct answer and rate helpful posts