Linux Netfilter discussions
 help / color / mirror / Atom feed
* PREROUTING exclude
@ 2002-09-05 12:50 Scott Ainslie
  2002-09-05 13:01 ` Antony Stone
  2002-09-05 13:09 ` Anders Fugmann
  0 siblings, 2 replies; 3+ messages in thread
From: Scott Ainslie @ 2002-09-05 12:50 UTC (permalink / raw)
  To: netfilter

I want the following rule to work for all machines on my subnet except for 
192.168.0.4. How do I exclude this single machine from this rule?

/sbin/iptables -t nat -A PREROUTING -i eth0 -p tcp \
-s 192.168.0.0/24 \
-d 0/0 --dport 80 \
-j DNAT --to 192.168.0.4:3128

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com



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

end of thread, other threads:[~2002-09-05 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 12:50 PREROUTING exclude Scott Ainslie
2002-09-05 13:01 ` Antony Stone
2002-09-05 13:09 ` Anders Fugmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox