Hello, how would I go about changing the source address of a packet/connection when the packet comes right in? I'd say ipt -t mangle -A INPUT -s a.b.c.d -j CHANGEME --to-source e.f.g.h but what is the correct target, if there exists such at all?
Hello, how would I go about changing the source address of a packet/connection when the packet comes right in? I'd say ipt -t mangle -A INPUT -s a.b.c.d -j CHANGEME --to-source e.f.g.h but what is the correct target, if there exists such at all?