Hi, We're facing an architecture where there are multiple address that needs to be used for a specific pool of IP from the LAN interface. Let's supose that we have 3 IP PUBLIC address 10.X.X.2; 10.X.X.3 and 10.X.X.4 and the gateway has the IP 10.X.X.1 From the LAN interface we might expect to get a range of IP Pool addresses 192.168.1.X to 192.168.1.Y 192.168.1.Z to 192.168.1.W 192.168.1.T to 192.168.1.U Traffic from the LAN to the WAN should expect the rule as stated below: LAN from 192.168.1.X to 192.168.1.Y to WAN 10.X.X.1 192.168.1.Z to 192.168.1.W to WAN 10.X.X.2 192.168.1.T to 192.168.1.U to WAN 10.X.X.3 First question, Can we define a PORT INTERFACE with multiple IP public interface? If so, Second Question, Shall we create a NAT rule for each range of IP pool? Do we need to create several static route within the VIRTUAL ROUTERS as we have several IP addresses. Your thoughts are much appreciated...
... View more