From: Blake Patton <pattonb@network1.ca>
To: netfilter@lists.netfilter.org
Subject: trying to block an internal ip
Date: Sun, 12 Aug 2007 21:15:52 -0600 [thread overview]
Message-ID: <46BFCCE8.7000300@network1.ca> (raw)
--
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.
next reply other threads:[~2007-08-13 3:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-13 3:15 Blake Patton [this message]
2007-08-13 4:32 ` trying to block an internal ip Канивец Николай
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=46BFCCE8.7000300@network1.ca \
--to=pattonb@network1.ca \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.