All of lore.kernel.org
 help / color / mirror / Atom feed
* trying to block an internal ip
@ 2007-08-13  3:15 Blake Patton
  2007-08-13  4:32 ` Канивец Николай
  0 siblings, 1 reply; 2+ messages in thread
From: Blake Patton @ 2007-08-13  3:15 UTC (permalink / raw)
  To: netfilter


-- 
I have been trying to block all traffic from an internal ip address, and packets are still going out, (seen with tcpdump) I don't see any traffic coming in for that ip. here are the rukles I have put in place.

/sbin/iptables -A INPUT -i $CLEANIF1 -s 192.168.31.208 -j DROP
/sbin/iptables -A INPUT -i $CLEANIF1 -d 192.168.31.208 -j DROP

I thought this would shut down 192.168.31.208, however that is not the case. any advice would be appreciated.







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-13  4:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  3:15 trying to block an internal ip Blake Patton
2007-08-13  4:32 ` Канивец Николай

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.