# Binding OpUtils to use a Single IP Address ## Summary Assume that you have installed OpUtils on a computer that has dual IP addresses and you want to make OpUtils use a specific IP address for all communications. This article will help you achieve this. ## Description Follow the steps below to bind all communications to a specific IP address: - Stop the OpUtils Service. - Go to `\ProgramFiles\Adventnet\ME\conf` and open the `Server.xml` file in an editor. - Edit the connector node with the correct IP address as given below: **Before editing:** ```xml ``` **After editing:** ```xml ``` The IP address shown above is just an example; you should include the appropriate IP address here. - Save the `server.xml` file and start OpUtils.