Same IP But Different PortsQuestion:How do I allow the CDP Server to use the same IP but different ports for remote networks? Solution:You can use NAT to map external ports to internal IPs. Nat will need to be configured to accept public IPs with various ports, and route them to their internal hosts over port 1167. So NAT will take care of routing the ports to their respective hosts over port 1167. Next, you will need to make sure the hosts are registered by name in the CDP Server interface . <To specify a non-default port> 1)Select the host from the list. From the CDP Server machine, you should be able to resolve each Hostname to the IP address that NAT is using. If you cannot resolve the hostname to the IP address, you can either use DNS or configure /etc/hosts on the CDP Server to resolve the unique hostnames to the IP address that NAT is using.
Related Articles
|