iptables v1.4.14: Couldn't load target `return':No such file or directory
iptables: Chain already exists.
iptables v1.4.14: Need TCP, UDP, SCTP or DCCP with port specification
iptables -t nat -A to_squid -j REDIRECT -p tcp --to-port 3128
iptables: Chain already exists.
Исправил на:
$IPT -t nat -A to_squid -s "$a" -j RETURN
Но связи с инетом нет.
Попробовал так:
$IPT -t nat -A to_squid -d ${a} -j RETURN
Тоже нет инета...