All of lore.kernel.org
 help / color / mirror / Atom feed
* redirect
@ 2007-03-06 14:42 dhottinger
  2007-03-07 16:14 ` redirect Georgi Alexandrov
  0 siblings, 1 reply; 9+ messages in thread
From: dhottinger @ 2007-03-06 14:42 UTC (permalink / raw)
  To: netfilter@lists.netfilter.org

I currently redirect all traffic on port 80 to my proxy server with
$IPC -t nat -A PREROUTING -p tcp -i ! $IF --dport 80    -s !  
204.111.40.0/24 -d ! 204.111.40.0/24 -j DNAT --to-destination  
$PROXY_IP:8080

I would like to have any traffic destined for apple.com excluded from  
this redirect.  I cant seem to get the syntax right.  Anyone got any  
ideas?

thanks,

ddh

-- 
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools



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

end of thread, other threads:[~2007-03-09 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 14:42 redirect dhottinger
2007-03-07 16:14 ` redirect Georgi Alexandrov
2007-03-07 16:43   ` redirect dhottinger
2007-03-07 16:50   ` redirect dhottinger
2007-03-08  7:01     ` redirect Georgi Alexandrov
2007-03-08 11:34       ` redirect dhottinger
2007-03-08 14:50         ` redirect (nfcan: addressed to exclusive sender for this address) Jim Laurino
2007-03-08 14:58           ` dhottinger
2007-03-09 15:07             ` Georgi Alexandrov

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.