linuxmc@xxxxxxxxx wrote:
Hi, have you try with a rule like
$IPTABLES -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT
--to-destination 82.109.120.222:8080
?
Best regards ! Marco
Should be better the redirect target:
$IPTABLES -t nat -A PREROUTING -i $INTERNAL -p tcp --dport 80 -j
REDIRECT --to-ports $PROXY_PORT
$IPTABLES -t nat -A PREROUTING -i $INTERNAL -p tcp --dport 443 -j
REDIRECT --to-ports $PROXY_PORT
Ciao,
MIchele
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html