Can I use NAT effectively to translate services "ports", not IP address?
 
Let's say there are 10 (b2b) http servers behind a FW-1.  Customer A needs to access http-server-a (222.222.222.111), Customer B needs to access http-server-b (222.222.222.222).
 
Provided FW-1 can do it, I am going to tell all customers to use a single (same) IP address, e.g., 11.11.11.11 with different port number, to access their respective servers (222.222.222.111 or 222.222.222.222), such as https://11.11.11.11:3333 for customer A, which will re-direct her to http-server-A, https://11.11.11.11:3334 for customer B, which will direct him to http-server-B?
 
Any comments are appreciated.
 
Regards,
 
Ivan

Reply via email to