So, Im running a minecraft server in my home, thing is that I want to have 2 servers running at the same time. Im currently using dyndns so that users connect through an ip that Ive set to "name1.dyndns-server.com" and I want to do the same for my other server.

Thing is, minecraft by default connects to port 25565, and I dont want to have the users connect to "name2.dyndns-server.com:25566" I just want them to type the name2 ip.

Is it possible to route the ips so that when they connect to name1 ip it internally connects them to server1 running on port 25565, and when they connect to name2 ip it routes them to that server thats internally running on port 25566?