Hi all,
does anyone know if it is possible to change the destination address for local generated outgoing traffic? I try to achieve that traffic with a destination address to 1.2.3.4 gets rewritten to 10.10.10.10. I tried to implement that rules in
In general I want to rewrite the source and destination address that "public" traffic gets rewritten to "internal" traffic. This is necessary because I want to remove the public IP on a server and during the migration connections to that public address should be rewritten to the internal address.
Thank you in advance.
does anyone know if it is possible to change the destination address for local generated outgoing traffic? I try to achieve that traffic with a destination address to 1.2.3.4 gets rewritten to 10.10.10.10. I tried to implement that rules in
pf
and ipfw
without success.In general I want to rewrite the source and destination address that "public" traffic gets rewritten to "internal" traffic. This is necessary because I want to remove the public IP on a server and during the migration connections to that public address should be rewritten to the internal address.
Thank you in advance.