Licensing

Licensing

    • FAQFAQ
      Participant

      Some things to check 1. Verify your hostname Open up a terminal window and type: hostname 2. ping hostname 3. Verify the IP Address You can verify the IP Address by typing: ip addr show To show the IP address for eth0 you can type: ip addr show eth0 or /sbin/ifconfig -a and nslookup hostname.domain.com 4. Once verified check that the hostname value returned matches the IP address in the /etc/hosts file. 5. You might need to edit the /etc/nsswitch.conf file: On the “hosts:” line, make sure “dns” is before “files”