sock=new Socket();
sock.bind(0,server.interface_ip_address); // Use globally defined
intereface in sbbs.ini
history=new History();
screen=new Screen();
Also, no changes to the [Global] section of sbbs.ini:
[Global]
; Override system address for this instance (optional):
Hostname =
; IP address of network interface to bind to (defaults to ANY/ALL
interfaces):
Interface =
; IPv4 address of network interface to use for outgoing connections
OutboundInterface =
; Override the SBBSCTRL environment variable (optional):
CtrlDirectory =
........