iptables -t nat -A PREROUTING -p tcp -m multiport --dports 80,443,2068,8192 -j DNAT --to-destination 192.168.1.175
Just adjust the "--dports" to the ports you need and the --to-destination to the destination IP (note it must be on the same network as the server running iptables
iptables, forwarding, multiple, ports, ipiptables, nat, prerouting, tcp, multiport, dports, dnat, destination, adjust, quot, ip, server,