I wish to add the following iptables entries:
Code: Select all
iptables -t nat -A PREROUTING -d 8.8.8.8 -j DNAT --to-destination 107.20.195.51
iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT --to-destination 107.20.190.171
P.s: i tried etc/rc.local but it gets flushed after some time.