> So, my question is: How do I do it ? > How can I alter the source address of > a given packet using iptables ? Using SNAT target like so: iptables -t nat -A POSTROUTING -s a.b.c.d -j SNAT --to a.b.c.e Regards, Maciej
> So, my question is: How do I do it ? > How can I alter the source address of > a given packet using iptables ? Using SNAT target like so: iptables -t nat -A POSTROUTING -s a.b.c.d -j SNAT --to a.b.c.e Regards, Maciej