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.
Parents
  • 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.
Reply
  • 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.
Children