All of lore.kernel.org
 help / color / mirror / Atom feed
* Transparent Proxy to a Remote Squid Box
@ 2004-11-19 15:50 ro0ot
  2004-11-19 17:11 ` Jason Opperisano
  0 siblings, 1 reply; 2+ messages in thread
From: ro0ot @ 2004-11-19 15:50 UTC (permalink / raw)
  To: netfilter

I am running the below scripts for "Transparent Proxy to a Remote Squid 
Box": -

$IPTABLES -t nat -A PREROUTING -i $cusif -s ! $squid_box -p tcp --dport 
80 -j DNAT --to $squid_box:3128
$IPTABLES -t nat -A POSTROUTING -o $cusif -s $cus_net -d $squid_box -j 
SNAT --to $cus_ip
$IPTABLES -A FORWARD -s $eastin_i001 -d $squid_box -i $cusif -o $cusif 
-p tcp --dport 3128 -j ACCEPT

If the daemon dies, I need to remove the above three lines.  How can I 
monitor the Squid daemon from the firewall? 

Regards,
ro0ot





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

end of thread, other threads:[~2004-11-19 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-19 15:50 Transparent Proxy to a Remote Squid Box ro0ot
2004-11-19 17:11 ` Jason Opperisano

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.