Document information
Document ID: | 4542 |
---|
Subject: | What is a TCP/IP binding |
---|
Creation date: | 12/14/15 4:35 PM |
---|
Last modified on: | 12/14/15 4:35 PM |
---|
Address binding
A machine may have one or more IP addresses associated with a network card. For example:
- 127.0.0.1 - Every machine has this address and is called the loop-back address
- 192.168.1.12
When you run a server on a machine it listens for incoming client connections. Administrators can selectively pick which IP addresses a server process listens on. This selective picking is called binding. For example, if you just bind to the loop-back, clients running on the same machine can connect to the server
Binding to a specific IP address in Xeams
The SMTP as well as the SMTP Proxy server in Xeams can be bound to a specific IP address on the machine. To bind to an IP, specify the value for
Bind To field.
User comments
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? Please add it below. Your name and tip will appear at the
end of the document text.