Forum Discussion
Michael_Yates
Jul 05, 2011Nimbostratus
Yes. Each IP Address has the ability to be configured as multiple Virtual Servers with a different service port on each.
Example:
vs.example.com.http - IP Address 10.10.10.10 Port 80
vs.example.com.https - IP Address 10.10.10.10 Port 443
vs.example.com.ssl - IP Address 10.10.10.10 Port 22
The only caveat is that you cannot have the same IP Address configured on multiple Virtual Servers using the same port.
Example:
vs.www.example1.com.http - IP Address 10.10.10.10 Port 80
vs.www.example2.com.http - IP Address 10.10.10.10 Port 80 - INVALID
You can however have both websites pointed / sharing a single Virtual Server.
Example:
www.example1.com to 10.10.10.10
www.example2.com to 10.10.10.10
You could then separate the different website traffic using an iRule.