Ricardo excellent response, one more question, if I have to open multiple ports on one of them, for example, ssh port (22), ftp (21) and special (8081, 8006) then it would be something?
iptables -t nat -A PREROUTING -p tcp --dport 8010 -j DNAT --to-destination 192.168.100.10 (Undeclared port)...