Re: Modifying Source Ip on input/prerouting

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

 



Stephane Jourdois wrote:
The 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
what you need is probably

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



[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