Often servers have more than one IP address on a machine, which allows administrators to install more than one application to listen on the same port but different IP address.
Consider the following scenario. Your machine has the following IP addresses:
You want Syncrify to listen on 192.168.1.20 and another server, such as Microsoft IIS, listen on 192.168.1.10. You want both of them to serve on port 80, which is the default HTTP port.
In technical terms, this is called IP binding.
Follow the steps below to bind Syncrify's HTTP server to a particular IP address on your machine.