Elver Loho wrote:

Some of my friends like to drag their computers to my place for LAN parties
sometimes and I've set up a DHCP server on my Linux gateway for easy
configuration. When someone sets up a game server on their computer, we still
have to resort to broadcasting via the voice-over-air protocol to get the IP
to everyone. Today I set up a WINS server with Samba on my Linux gateway and
all of my Windows-running computers now belong to the same Samba-managed
workgroup and can resolve by name.

The problem is that my non-Windows-running computers would also like the
ability to resolve NetBIOS names to IPs. Is there a DNS server out there that
can resolve via Samba's WINS server first and if it's not found, resort to
acting as a normal caching nameserver or simply route the request to some
other name servers? Basically, what I'm looking for is a DNS-to-WINS/DNS
proxy. Does such a thing exist?

How about doing it the right way ;-)

Configure an internal DNS server, and use the DHCP server to configure the clients to use it.
Configure the DHCP and DNS server to do dynamic DNS updates.


When a client connects to your network and gets a lease, it's hostname (by default the NetBIOS machine name for a Windoze box) will get added to your internal DNS zone and can be resolved by any of the other clients.

The ISC packages BIND and DHCPD will handle this just fine - see www.isc.org

Simon


-- Simon Hobson MA MIEE, Technology Specialist Colony Gift Corporation Limited Lindal in Furness, Ulverston, Cumbria, LA12 0LD Tel 01229 461100, Fax 01229 461101

Registered in England No. 1499611
Regd. Office : 100 New Bridge Street, London, EC4V 6JA.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to