Re: iptables for spoofing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux