> Hello. I'm taking some classes on > iptables, and I heard it's possible to > use iptables to spoof outgoing packets > (or any packet at all). > So, my question is: How do I do it ? > How can I alter the source address of > a given packet using iptables ? > Thanks in advance. By using SNAT or MASQUERADE jump target. //Jesper