diff options
| author | Hannes Eder <[email protected]> | 2010-07-23 12:46:32 +0200 |
|---|---|---|
| committer | Patrick McHardy <[email protected]> | 2010-07-23 12:46:32 +0200 |
| commit | 7b215ffc3885a38182d3d49ceb41d0a81c3e041a (patch) | |
| tree | 65172fb8eec92848efee3b76f32ff3dabc4c84fa /tools/perf/scripts/python/bin | |
| parent | 9c3e1c39679144c250dda95098333ecb5f1f407a (diff) | |
IPVS: make friends with nf_conntrack
Update the nf_conntrack tuple in reply direction, as we will see
traffic from the real server (RIP) to the client (CIP). Once this is
done we can use netfilters SNAT in POSTROUTING, especially with
xt_ipvs, to do source NAT, e.g.:
% iptables -t nat -A POSTROUTING -m ipvs --vaddr 192.168.100.30/32 --vport 80 \
-j SNAT --to-source 192.168.10.10
[ minor fixes by Simon Horman <[email protected]> ]
Signed-off-by: Hannes Eder <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Patrick McHardy <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions