Servers listening over multiple networks

Edit the server’s sql.ini file to listen over multiple networks by creating multiple “master” entries, one for each network the server will listen on. For example, the server “MYSERVER” has the following sql.ini entry:

MYSERVER
    master = NLWNSCK,mercury,1234
    master = NLNWLINK,my_mercury_spx

When a server parses sql.ini and sees the server name MYSERVER, it listens at the TCP/IP address “mercury,1234” for incoming TCP/IP connections and at the SPX bindery address “my_mercury_spx” for incoming IPX/SPX connections.