Код: Выделить всё
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Код: Выделить всё
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j DNAT --to-destination 10.10.10.2:443
Код: Выделить всё
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Код: Выделить всё
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j DNAT --to-destination 10.10.10.2:443