This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Internal DNS on LAN

Hey,

We've got lots of home computers connected to an Astaro V7 and would like to have them recognize each other by computer name (so sharing will be possible).

However, trying to ping a computer by computer name doesn't resolve the IP.
Is there a way to configure the device to make the DNS work with the DHCP so we could use sharing by hostnames?

Thanks
mule


This thread was automatically locked due to age.
  • Do you have WINS running?  Try enabling it.

    Also, add each of the other computers to each others hosts file.
  • How do I enable WINS?

    There are around 300 computers, and they aren't connected to an AD so modifying the hosts file isn't an option.
  • Would recommend a crash course in Security 101 before rethinking enabling sharing between 300 home computers.
  • It's already enabled, but works only by IP and not by hostname.
    It's ok, the security is fine.
  • Let me try to explain again please.

    The Astaro is the DHCP server - it holds the IPs and MACs of every computer anyway.
    The Astaro is also the DNS - it acts as a proxy (DynDNS) for all the computers.

    Why can't he (as a DNS) preform a check in the DHCP table and only then go to the DNS server?

    Please correct me if I'm wrong.
    What need to be done in order to make it work?

    Thanks all in advance.
  • Is your "real" DNS server able to handle DHCP updating of DNS entries?  If so, then configure the PCs to update the DNS server when they get configured by DHCP.
  • Directly from the help screen in v.7 under Network | DHCP

    WINS node type: Windows Internet Naming Service (WINS) is Microsoft's implementation of NetBIOS Name Server (NBNS) on Windows, a name server and service for NetBIOS computer names. WINS servers act as a database matching computer names with IP addresses, thus allowing computers using NetBIOS to take advantage of the TCP/IP network. Depending on your WINS node type selection, the WINS Server text box apperars where you must enter the IP address of the WINS server. The following WINS node types are available:

        * B-node: B-node systems use broadcasts only.
        * P-node: P-node systems use only point-to-point name queries to a Windows name server (WINS).
        * M-node: M-node systems broadcast first, then query the name server.
        * H-node: H-node systems query the name server first, then broadcast.

    Given what you're trying to do, B-node and M-node will broadcast your name and IP to everyone else there.

    BTW - You can still modify the hosts file, and it will still work - though doing it on 300 workstations would be a big task.
  • johnjobst - The real DNS server is an external server, not under my control/

    eganders - Thanks! Looks promising, will try.