Same thing here
I noticed the same thing. Certain IP's are unreachable unless specifically allowed. The also don't show up in iptables using the list command.
It was happening on a new server but I took that IP and tried to trace out to it from other servers in other data centers, and whole other bandwidth providers including a server running cpanel on a sprint dsl line and its the same thing.
From Atlanta Server (installed long time)
BEFORE adding to allow list:
[email protected] [/usr/local/apache/conf]# traceroute 66.244.235.1
traceroute to 66.244.235.1 (66.244.235.1), 30 hops max, 38 byte packets
traceroute: sendto: Operation not permitted
1 traceroute: wrote 66.244.235.1 38 chars, ret=-1
AFTER manualy adding the IP
[email protected] [/usr/local/apache/conf]# traceroute 66.244.235.1
traceroute to 66.244.235.1 (66.244.235.1), 30 hops max, 38 byte packets
1 209.51.153.185 (209.51.153.185) 0.551 ms 0.527 ms 0.461 ms
2 209.51.137.97 (209.51.137.97) 0.301 ms 0.346 ms 0.381 ms
3 209.51.149.110 (209.51.149.110) 0.418 ms 0.726 ms 0.376 ms
4 bpr2-ge-2-3-0.atlantapaix.savvis.net (208.173.60.217) 0.492 ms 0.555 ms 0.505 ms
5 dcr2-so-4-3-0.Atlanta.savvis.net (208.172.75.237) 0.578 ms 0.627 ms 0.581 ms
6 POS2-0.BR2.ATL5.ALTER.NET (204.255.168.105) 1.102 ms 1.209 ms 1.062 ms
7 0.so-2-3-0.XL1.ATL5.ALTER.NET (152.63.82.198) 1.192 ms 1.351 ms 1.341 ms
8 0.so-5-0-0.XL1.CHI13.ALTER.NET (152.63.64.18) 30.590 ms 30.562 ms 30.475 ms
9 POS4-0.GW2.CHI13.ALTER.NET (152.63.71.213) 30.492 ms 30.371 ms 30.354 ms
10 BigPipe.customer.alter.net (63.84.148.130) 30.037 ms 30.077 ms 29.996 ms
11 rd2ec-ge0-0-0.il.shawcable.net (66.163.65.18) 29.894 ms 29.950 ms 29.903 ms
12 rc2ch-pos4-0.il.shawcable.net (66.163.65.13) 29.978 ms 30.066 ms 30.075 ms
13 rc2nr-pos10-0-0.wp.shawcable.net (66.163.77.93) 48.135 ms
<snipped>
********
********
Sacramento Server CentOS 2.6.9-42.ELsmp (has csf installed a long time)
Before:
[email protected] [/]# traceroute 66.244.235.1
traceroute to 66.244.235.1 (66.244.235.1), 30 hops max, 38 byte packets
traceroute: sendto: Operation not permitted
1 traceroute: wrote 66.244.235.1 38 chars, ret=-1
After manualy allowing:
[email protected] [/]# traceroute 66.244.235.1
traceroute to 66.244.235.1 (66.244.235.1), 30 hops max, 38 byte packets
1 38.102.33.1 (38.102.33.1) 0.555 ms 0.521 ms 0.483 ms
2 g3-0-185-core01.smf01.atlas.cogentco.com (38.112.242.165) 0.612 ms 0.683 ms 0.487 ms
3 g3-0-3504.core01.smf01.atlas.cogentco.com (38.112.38.225) 0.610 ms 0.725 ms 0.362 ms
4 p4-0.core02.sfo01.atlas.cogentco.com (154.54.1.253) 3.487 ms 3.085 ms 3.371 ms
5 t3-3.mpd01.sfo01.atlas.cogentco.com (154.54.3.118) 3.237 ms 3.557 ms 3.242 ms
6 t2-2.mpd01.sjc01.atlas.cogentco.com (154.54.1.26) 4.336 ms 4.564 ms 4.478 ms
MPLS Label=164 CoS=5 TTL=1 S=0
7 v3499.mpd01.sjc03.atlas.cogentco.com (154.54.6.238) 5.219 ms 4.951 ms 4.859 ms
8 shaw.sjc03.atlas.cogentco.com (154.54.13.86) 67.871 ms 67.701 ms 67.676 ms
9 rc1sj-ge3-0-0.cl.shawcable.net (66.163.67.9) 68.007 ms 67.674 ms 67.724 ms
10 rc2wt-pos0-0-0.wa.shawcable.net (66.163.76.65) 71.521 ms 71.426 ms
Same thing on other servers in South Bend and Ohio locations.
All running CentOS 4.4 except Atlanta (CentOS 3.8, 2.4.21-47.0.1.ELsmp) and tried it on another box in Atlanta running Fedora with 2.4.x kernel with the same result
Once a day or every other day we get a ticket about it from someone, look into it and the IP isn't blocked, add the IP and the problem is solved. I had always assumed their IP was previously blocked and was somehow getting cleared from the blocked list in csf, but not transferring that "clearing" to iptables.
Never checked the same IP from several servers spread around the U.S. But have checked the list of IPtables rules in the past and couldn't see the IP and assumed it was some caching issue. I doubt that the IP in the example has connected to (and been blacklisted) from many different Linux servers of mine, in many locations, including the one on the dsl connection that basicly serves on site.