Hi,
I am running transparent proxy to remote squid box
using the below commands in my firewall: -
$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 $cus_net -d $squid_box -i
$cusif -o $cusif -p tcp --dport 3128 -j ACCEPT
How can I monitor the squid health or availability
from the firewall?
Regards,
WL Siew
__________________________________
Do you Yahoo!?
Meet the all-new My Yahoo! - Try it today!
http://my.yahoo.com
Received on Mon Nov 22 2004 - 17:50:28 MST
This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST