Redirect and change the source IP

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

 




En Mon, 03 Nov 2003 16:00:27 +0200, Ray Leach <raymondl@xxxxxxxxxxxxxxxxxxxxxx> escribió:


On Mon, 2003-11-03 at 15:24, Martín wrote:
How can I redirect inbound traffic and also change the source IP of this traffic?
iptables -t nat -A POSTROUTING -i eth0 -s 123.321.123.321 -p tcp --dport
80 -j SNAT --to 1.2.3.4


This would change the SOURCE IP, but I need also to redirect the traffic to another machine
How can I do both things?
Supose the linux machine has IP 192.168.1.1, the traffic is comeing from 192.16.1.2 and I want to recive that traffic in 192.168.1.1 cange its source IP to 192.168.1.2 and also redirect that trafic to 192.168.2.1.


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/


[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