Results 1 to 3 of 3

Thread: Second server added but can't access using <hostname>.local

  1. #1
    Join Date
    Sep 2006
    Location
    Maryland, USA
    Beans
    260
    Distro
    Ubuntu 12.04 Precise Pangolin

    Second server added but can't access using <hostname>.local

    I just added a second server and everything works fine, but I want it to broadcast it's name on the LAN so I can connect to it using <hostname>.local

    It's getting all the network connections, I can even get out to the Internet - I can also look up the IP address using nmap - where should I be looking for documentation, etc?

    Thanks
    Impari Systems, Inc
    http://www.imparisystems.com

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Second server added but can't access using <hostname>.local

    The service responsible for 'zero configuration' (.local domain) is called avahi.

    To check if it is installed:
    Code:
    apt-cache policy avahi-daemon
    To see if it's running:
    Code:
    ps aux | grep avahi
    To restart the service:
    Code:
     sudo service avahi-daemon restart
    Here's more detail information.

    Hope it helps.
    Regards.

  3. #3
    Join Date
    Sep 2006
    Location
    Maryland, USA
    Beans
    260
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Second server added but can't access using <hostname>.local

    Perfect! Thanks!
    Impari Systems, Inc
    http://www.imparisystems.com

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •