Running domino server on eth0:1

Could someone provide me with the instructions on how I can run my domino server on a different ethernet interface?

Here is my setup:

RedHat 7.3, Domino 6.0

eth0 → 192.168.0.1

eth0:1 → 192.168.0.2

when I start the server it reports

Host name is myserver.here.com/192.168.0.1

Listening for connect requests on TCP Port:2050

but what I would like it to do is use the 192.168.0.2 address.

Thanks,

Ryan

Subject: running domino server on eth0:1

Put this line in the notes.ini (assuming the Domino server port name is TCPIP):

TCPIP_TCPIPAddress=0,192.168.0.2:1352

This binds the Domino TCPIP port to the specified address. Look it up in the Admin Help database for more information.

You may also need to bind the http port to the specific address in the server document if you’re using http in Domino as well.

Subject: RE: running domino server on eth0:1

You may also need to ensure that other programs are not bound to the ports you wish to use. sendmail will, for instance, bind to *:25 type netstat -lpn to find out who’s listening to what.

John