> It's not TEE's job to modify the packet - that's for DNAT left to do.
I see. thx.
What would be the best approach using DNAT for the following scenario
instead of having this ? :
# iptables .. -j TEE --gateway 192.168.0.1 --new-dst 192.168.0.21
--new-dport 201
# iptables .. -j TEE --gateway 192.168.1.2 --new-dst 192.168.1.22
--new-dport 201
# iptables .. -j TEE --gateway 192.168.1.2 --new-dst 192.168.1.23
--new-dport 202
scenario:
I have a server (192.168.3.20/24) that is getting a quite substantial
amount of udp data on some port and I need to replicate that data out to
192.168.0.21/24, 192.168.1.22/24 and 192.168.1.23/24 servers ?
thx,
-sergey
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html