I've got one Linux server (Ubuntu) that has a public IP.
I want by connecting to it, on a specified port, be routed to another Linux computer on the same local network.
is this possible?
found this online;
iptables -t nat -A PREROUTING -p tcp --dport 49620 -j DNAT --to-destination...