FreeBSD 4.10 + squid
ipfw.conf
ipfw add 100 allow ip from any to any via lo0
ipfw add 200 deny ip from 192.168.0.0/16 to any in via rl0
ipfw add 300 deny ip from 172.16.0.0/8 to any in via rl0
ipfw add 400 deny icmp from any to any frag
ipfw add 500 allow ICMP any to any
ipfw add 600 allow ip from any to any via rl1
ipfw add 700 fwd 10.10.10.1,3128 tcp from 10.10.10.0/24 to any 80 out xmit rl0
ipfw add 800 divert natd all from any to any rl0
ipfw add 900 allow tcp from any to any 110,25
ipfw add 1000 allow tcp from any 110,25 to any
ipfw add deny all from any to any
Почему с клиентских машин не работает ping?
Что нужно еще открыть в ipfw?
СПАСИБО!