I'm running Debian 7.0 on a server and I have some containers by OpenVZ.
I would like to, according to the request to the server, send this request to a specific container. Example:
domain.com:500 -> Container1 will handle it
domain.com:501 -> Container2 will handle it
I would like, if possible, avoid IPTables cause I simply have troubles with it and never really understand the rules of it (I would love to avoid HAProxy too). I have no problems using UFW.
I'm looking for a really simple solution.