Help, Please… I installed 2 Domino partition server on the Dell PowerEdge 840 running win2k3.2 network cards are installed.
Card#1 is connecting to 10.22.82.xxx.
Card#2 is connecting to 192.168.1.xxx
I can ping both ip from my ws and from the windows server.
Domino partition#1 is reachable from the Notes client.
Domino parttion#2 CAN NOT be reached from notes clients. Any attempt get the error message: "The remote server is not a known TCP/IP host.
I assigned hostnames using host table on the server. There are connection documents at the clent side and the server side.
any idea?
Subject: Response
Your second address (192.168…) is a private address. Do you know that all of your clients can access the machine at this address? Usually this type of configuration is reserved for cluster traffic over a private LAN. In any case, you’ll need two NRPC ports (say TCPIP1 and TCPIP2), and you’ll need to bind each to the appropriate address in the notes.ini file.
TCPIP1_TcpIpAddress=0,:1352
TCPIP2_TcpIpAddress=0,:1352
Subject: Compression and Encryption
Also you can add options to these notes.ini entries to compress and encrypt the connectionit follows the same syntax as for a workstation
TCPIP=TCP,0,15,0,45088,
You can also bind netbios if you need to with the same syntax
LAN0=NETBIOS,0,15,0,12288,
You will of course need to just restart the domino server component to make the changes effective
Regards
Mark
Subject: Binding Two Cards
In your notes.ini look for a line
TCPIP_TCPIPADDRESS=0,10.22.82.001:1352 ’ This is for card one
Add a line
TCPIP_TCPIPADDRESS=1,192.168.0.001:1352 ’ This will bind card # 2
This will make ensure that both cards are bound by the server with your required IP addresses.
Regards
Mark Gregory