I'm wondering if it's possible to have two (or more) machines on my LAN that are running ssh on port 22, but depending on the outside requested port, forward it to a certain machine. e.g.
wan request:22000 -> lenore:22
wan request:22001 -> hopfrog:22
wan request:22002 -> fortunado:22
wan request:22 -> montressor:22 (astaro)
Is this the way to go about it, or is there another (better?) solution?
This thread was automatically locked due to age.