Stephane Jourdois wrote:
what you need is probablyThe problem is that I wan't to change the incoming traffic... What I would need is something similar to : -A PREROUTING -j SNAT --from-source xxx
iptables -A OUTPUT -t nat -j DNAT --to 1.2.3.4
iptables tutorial says that output chain in nat table is broken. but i don't know if it still is.
andrea