I am used to using FreeBSD as my openvpn router operating system and using natd -redirect_address to map an external IP address to an internal one
I am now needing to setup the same thing on a debian linux box. I have the vpn working fine but I need to add public ip addresses to the server so I can nat some internal IPs to them
so what would the translation in linux be (I assume iptables?) for having something like this in my freebsd rc.conf :
natd_flags="-redirect_address 10.8.0.6 202.125.14.93"
I am now needing to setup the same thing on a debian linux box. I have the vpn working fine but I need to add public ip addresses to the server so I can nat some internal IPs to them
so what would the translation in linux be (I assume iptables?) for having something like this in my freebsd rc.conf :
natd_flags="-redirect_address 10.8.0.6 202.125.14.93"