Note: E-mailed *and* posted.
In article <d5lheg$eeb$05$(E-Mail Removed)>,
Timo Nentwig <(E-Mail Removed)> wrote:
:Robert Nichols wrote:
:
:> In article <d5lcqi$l4k$(E-Mail Removed)>, I wrote:
:> :
:> :This should work as you expect:
:> :
:> : iptables --source 127.0.0.0/8 --in-interface ! lo -j DROP
:>
:> Oops -- typing a bit to hastily there. That command is incomplete and
:> doesn't specify where to put the rule. I'll leave that as an exercise
:> for the reader.
:
:Yes, that missing space was a typo, too. That's not the problem.
I don't know what's happening, then. When I insert the a rule with:
# iptables -I RH-Firewall-1-INPUT 1 -s 127.0.0.0/8 -i ! lo -j LOG
it does not log packets sent to 127.0.0.1 via the loopback interface.
(Yes, if I leave out the "!" it does log the packets.)
By any chance do you have some unusual routing that is sending 127.0/8
traffic over another interface? Try changing "DROP" to "LOG" and see
what gets logged.
--
Bob Nichols AT comcast.net I am "rnichols42"
|