Nitin N:
> Clarifying to avoid any confusions.
> 
> I have created separate ports for each service in each instance than the
> default ones. These are natted to the corresponding public static IP's
> default service ports.
> 
> I have to use different ports as if I am not mistaken I cannot share ports
> between aliases IPs. Correct me if I am wrong.

Different services can share the same IP address and different ports
Example:
    192.168.0.1:25
    192.168.0.1:587

Different services can share the same port and different IP addresses
Example:
    192.168.0.1:25
    192.168.0.2:25

Different services cannot share {same IP address, same port}

        Wietse

Reply via email to