Wilbert J. Rojas O. wrote:
Thanks but i have only one internet provider. I was trying with SNAT
and DNAT but i failed with this rules:
iptables -t nat -A PREROUTING -p all -d 200.9.190.25 -i eth0 -j DNAT
--to 10.24.54.96
#so also you lan clients can talk with pubblic ip
$IPT -t nat -A PREROUTING -d 200.9.190.25 -j DNAT --to 10.24.54.96
iptables -t nat -A POSTROUTING -p all -d 10.24.54.96 -o eth0 -j SNAT
--to 200.9.190.25
$IPT -t nat -A POSTROUTING -s 10.24.54.96 -o eth0 -j SNAT
--to 200.9.190.25
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