Hello, Seferovic Edvin a écrit :
$IPTABLES -t nat -A PREROUTING -i $ETH -p tcp --sport $UNPRIVPORTS --dport 4444 -d xxx.xxx.xxx.xxx -j DNAT--to-destination 192.168.178.32You need port here !!! --to-destination 192.168.178.32:80
Also, 192.168.178.112 must be the gateway for the return packets so they are properly un-DNATed.