Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


IPTables redirect IP destination to another IP

28 Feb 2021 »

https://superuser.com/questions/681705/using-iptables-to-redirect-ip-address

iptables -t nat -A OUTPUT -d [ipaddress1] -j DNAT --to-destination [ipaddress2]