>$IPTABLES -t nat -A PREROUTING -i $ETH -p tcp --sport >$UNPRIVPORTS --dport 4444 -d xxx.xxx.xxx.xxx -j DNAT --t >o-destination 192.168.178.32 You need port here !!! --to-destination 192.168.178.32:80 Regards, Edvin Seferovic
>$IPTABLES -t nat -A PREROUTING -i $ETH -p tcp --sport >$UNPRIVPORTS --dport 4444 -d xxx.xxx.xxx.xxx -j DNAT --t >o-destination 192.168.178.32 You need port here !!! --to-destination 192.168.178.32:80 Regards, Edvin Seferovic