Brekeke SIP Server Wiki

Bind Brekeke SIP Server to one IP address

Set the following variables at Brekeke SIP Server property file and restart Brekeke SIP Sever PC.

The property file is “<Brekeke_install_directory>/webapps/sip/WEB-INF/work/sv/sv.properties

--------------------------------------------------------------------------------
net.bind.interface = the interface IP address you want to use.
net.net1.interface = the interface IP address you want to use.
net.net1.interface-restrict = the interface IP address you don't want to use
---------------------------------------------------------------------------------

 

Example:
If there are IP addresses 192.168.0.1, 192.168.0.2 and 192.168.0.3 set at pc and you want to use 192.168.0.1 for Brekeke SIP Server, set as following in sv.properties file and restart server pc.

------------------------------------------
net.bind.interface = 192.168.0.1
net.net1.interface = 192.168.0.1
net.net1.interface-restrict = 192.168.0.2
net.net2.interface-restrict = 192.168.0.3
------------------------------------------
Yes No
Suggest Edit