Kernel IP Routing Table (blocking access)
Last 8 lines of my routing table:209.197.244.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
209.197.229.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
209.197.245.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
209.197.244.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
157.238.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
130.94.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 209.197.244.1 0.0.0.0 UG 0 0 0 eth0
Sometimes i have this line:
64.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0
The problem - if i have this line, all visitors from 64.X.X.X can't access the server + i cant ping 64.X.X.X

When i /sbin/route del -net 64.0.0.0 netmask 255.0.0.0 dev eth0,
everything back to normal.
I don't know who add this entry. What is a problem?
Do you know?
Thank you in advance.