First verify the Hosts file. Add networker server entry to the Hosts file of the client and add the client entry to the Hosts of the networker server. (both short name and long name need to be added)
If issue still exists, delete peer information:
On the client:
nsradmin -p nsrexec
print type: nsr peer information; name:
delete
On the networker server:
nsradmin -p nsrexec
print type: nsr peer information; name:
delete
if issues still persists, disable GSS strong auth:
On the client:
update auth methods:"0.0.0.0/0,oldauth"
if still now work, add networker server name to the nsr/res/servers file in the client. If the servers file does not exist under nsr/res, create it.
Note: Host file for servers and client has been configure adding on both end.
Clients Firewall has been for trouble shooting but no avail.
Anyone can help me on this. It's been a week trying to connect the client on the Networker Server. Googling and no luck to found a solution for this. Appreciate all your comments here.
TimQuan
6 Operator
•
1242 Posts
25765
4
Posted July 11th, 2013 21:00
First verify the Hosts file. Add networker server entry to the Hosts file of the client and add the client entry to the Hosts of the networker server. (both short name and long name need to be added)
If issue still exists, delete peer information:
On the client:
nsradmin -p nsrexec
print type: nsr peer information; name:
delete
On the networker server:
nsradmin -p nsrexec
print type: nsr peer information; name:
delete
if issues still persists, disable GSS strong auth:
On the client:
update auth methods:"0.0.0.0/0,oldauth"
if still now work, add networker server name to the nsr/res/servers file in the client. If the servers file does
not exist under nsr/res, create it.