evansnp wrote:As long as you don't mind using custom ports externally, then this is an ideal candidate for using VMs.basiluk wrote:Ok a little clarification here.
What I need to perform is as follows:
IP 180.1.2.3.4 needs port 443 open
IP 190.1.2.3.5 needs port 443 open
IP 192.1.2.3.6 needs port 80 open
IP 192.1.2.3.7 needs port 80 open
etc
If I do 121 NAT then all four IP's have all ports opened. If I use virtual servers then it will only accept one IP per port designation. SO how do I open the same port on multiple public IP's?
e.g. for 190.1.2.3.4, you could use external port 8443, mapped to 443 internally; IP 190.1.2.3.5 use 9443, mapped to 443 internally etc.
Otherwise known as port re-direction, for when you only have 1 WAN/public IP address