This optional parameter specifies one or more network
interface addresses to listen for incoming connections. It is only useful
if you are running Radiator on a multi-homed host (a host that has more
than one network address). The default value is the global
BindAddress
, which defaults to
0.0.0.0
. It listens to all networks connected to the
host. For more information, see
Section 3.7. Global parameters.
Using this
parameter, you can run multiple instances of Radiator on the one computer,
where each instance listens to connections directed to a different host
address. BindAddress
can include special formatting
characters, and multiple comma separated IPv4 and IPv6
addresses.
When SCTP multihoming is supported, all addresses defined
with BindAddress
must be either IPv4 or IPv6
addresses. Radiator binds all addresses to one listen socket instead of
creating multiple listen sockets.
Here is an example of using
BindAddress
:
# Only listen on one IPv4 address and the IPv6 loopback
BindAddress 203.63.154.1, ::1