All of lore.kernel.org
 help / color / mirror / Atom feed
* redirect to proxy servere
@ 2007-03-01 12:19 dhottinger
  2007-03-01 13:00 ` Jan Engelhardt
  0 siblings, 1 reply; 5+ messages in thread
From: dhottinger @ 2007-03-01 12:19 UTC (permalink / raw)
  To: netfilter

I currently redirect all port 80 traffic to my squid proxy server with  
following:

$IPC -A TOSERVERS -p tcp --dport 8080 -d 204.111.40.10 -i $L3 -j LACCEPT
$IPC -A TOSERVERS -p tcp --dport 8080 -d 204.111.40.10 -i $L3 -j LACCEPT
$IPC -A TOSERVERS -p tcp --dport 9011:9015 -d 204.111.40.10 -i $L3 -j LACCEPT
$IPC -A TOSERVERS -p tcp --dport 10000 -d 204.111.40.10 -i $L3 -j LACCEPT

Works great, except all of a sudden my apple computers wont do  
software updates.  So, I would like to not redirect traffic that is  
destined for apple.com or swscan.apple.com's website.  Im not quite  
sure of the syntax for my rule, or if this is even possible.  Any ideas?

thanks,

ddh


-- 
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools



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

end of thread, other threads:[~2007-03-01 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 12:19 redirect to proxy servere dhottinger
2007-03-01 13:00 ` Jan Engelhardt
2007-03-01 13:50   ` dhottinger
2007-03-01 14:09     ` dhottinger
2007-03-01 16:11       ` Jan Engelhardt

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.