For access a ftp with squid i use this:
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
echo "1" > /proc/sys/net/ipv4/ip_forward
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ
howto convert to use with iptables ??
Received on Tue Sep 11 2001 - 05:03:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:07 MST