Friday 4 July 2014

Failed: ERROR_DNS_GSS_ERROR (RHEL)



"ERROR_DNS_GSS_ERROR" comes when you try to register your host name to a DNS.

Resolution to this error is pretty simple.

1) You will be using multiple DNS servers. In case of multiple DNS server you linux machine gets confuse and throws this error, unlike windows.

2) Add "DHCP_HOSTNAME=<hostname_of_machine>" in /etc/sysconfig/network-scripts/ifcfg-eth0 file.

3) Run "service network restart".

4) Run "net ads join -U administrator" command.

Bingo...No errors...!!!

No comments:

Post a Comment