Environment
Novell Client 2 SP3 for Windows
Open Enterprise Server 11 OES
eDirectory
Open Enterprise Server 11 OES
eDirectory
Situation
When trying to login to an OES server with an alternate/secondary IP server address, the error "Tree or Server not found" is displayed.
Specifying the IP address set as the server's default IP address allows the user to login without any problem.
Specifying the IP address set as the server's default IP address allows the user to login without any problem.
Resolution
Configure the server to listen for NCP (port 524) on the secondary IP address. Additional IP addresses must be routable. Add the secondary IP addresses to the server's eDirectory configuration by editing the "n4u.server.interfaces" entry in the /etc/opt/novell/eDirectory/conf/nds.conf file.
For example:
n4u.server.interfaces=192.168.110.23@524,192.168.110.24@524
Separate additional entries with a comma (,).
After editing, restart eDirectory (or simply restart the server). To restart eDirectory, use the following command:
NOTE: Restarting eDirectory will cause any currently-connected users to be disconnected!
rcndsd restart
For example:
n4u.server.interfaces=192.168.110.23@524,192.168.110.24@524
Separate additional entries with a comma (,).
After editing, restart eDirectory (or simply restart the server). To restart eDirectory, use the following command:
NOTE: Restarting eDirectory will cause any currently-connected users to be disconnected!
rcndsd restart