Syncrify » Knowledge base

Document information

Document ID: 1508
Subject: Binding Syncrify HTTP server to a specific IP address
Creation date: 9/22/10 10:14 AM
Last modified on: 9/22/10 10:14 AM


Binding Syncrify HTTP server to one IP


Often servers have more than one IP address on a machine allowing administrators to install more than one application that listens on the same port but different IP address.

Consider the following scenario. Your machine has the following IP addresses:
  • 192.168.1.10
  • 192.168.1.20
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.

  1. Stop Syncrify if it is running
  2. Using Windows Explorer on Windows or Terminal console on Linux/UNIX go to the installation directory of Syncrify.
  3. Go into the config folder
  4. Create a backup of AppConfig.xml file. You are about to modify this file and if Syncrify does not come up after modification, you will need to rollback.
  5. Using any text editor, such as Notepad on Windows and VI on Linux/UNIX, open AppConfig.xml file.
  6. Search for a parameter called "httpIP". It is quite possible this parameter does not exist in the file.
  7. Either modify the existing parameter line or add a new line that looks like:
    <parameter name="httpIP" type="1" value="192.168.1.20"></parameter>
  8. Save the file.
  9. Restart Syncrify




User comments

Posted by Rob on 3/5/11 1:47 AM

According to Search, AppConfig.xml doesn't exist anywhere on my computer...


Add a comment to this document

Do you have a helpful tip related to this document that you'd like to share with other users?

Important: This area is reserved for useful tips. Therefore, do not post any questions here. Instead, use our public forums to post questions.

Navigation

Social Media

Powered by 10MinutesWeb.com