What provides domain resolution to a local subnet.

Associate
Joined
10 Nov 2004
Posts
2,237
Location
Expat in Singapore
Hi,

I have my home network on the 192.168.1.0 subnet and my Win7 desktop can map drives from my nas by name but my Linux boxes cannot. Like wise, my Windows boxes cannot access my Linux boxes by name.

What am I missing :D.

Thanks
RB
 
My Linux box is pointing to google DNS servers but so is my Windows desktop.

I have a local WHS 2011 with DHCP running on it and my ISPs router has had DHCP turned off.

RB
 
windows 7 has share discovery , that will search out shares within your subnet
linux does not

add an entry to your linux box(s) / windows hosts file for your nas ,
that should allow them to see it


eg:

192.168.1.10 windows1
192.168.1.11 windows2
192.168.1.13 linux1
192.168.1.14 nas

OR simpler way

enable DHCP on your router and set ALL devices to DHCP (use static DHCP assignment if you want specific IP's for devices)

IF you are using an external DNS service , how on earth will it know about ANY of your local devices ? ... it wont
 
Last edited:
host dns on your router or the whs box, point all machines to this (using dhcp scope options). You then set external dns in the whs or router config so that any records that the internal dns server can't resolve it will forward to google dns.

clear as mud? :D
 
host dns on your router or the whs box, point all machines to this (using dhcp scope options). You then set external dns in the whs or router config so that any records that the internal dns server can't resolve it will forward to google dns.

clear as mud? :D

+1
 
add an entry to your linux box(s) / windows hosts file for your nas ,
that should allow them to see it

Yeah, that is a possibility although the Linux boxes are VMs (on a ESXi server) and it would seem a pain to have to manage individual hosts files. My Linux based media players (WDTV Live and AC Ryan HD2) also have the same issue and I cannot change any hosts files easily for them.

OR simpler way

enable DHCP on your router and set ALL devices to DHCP (use static DHCP assignment if you want specific IP's for devices)

I have DHCP enabled on the NAS (WHS 2011), I have the NAS ip as static and have a static entry for it in the DHCP configuration.

IF you are using an external DNS service , how on earth will it know about ANY of your local devices ? ... it wont

Of course it wouldn't but then I would not expect my ISPs DNS server to know about all the machines I am running on my network either, hence the question.

RB
 
host dns on your router or the whs box, point all machines to this (using dhcp scope options). You then set external dns in the whs or router config so that any records that the internal dns server can't resolve it will forward to google dns.

clear as mud? :D

Yep looked at doing that and it all went a bit pear shaped (documented in this thread) what with the DNS server wanting a domain name and not being able to find any guides on configuring DNS for only an internal lan.

I will revisit if someone is able to point me at a decent guide (most concentrate on DNS servers for serving registered domains externally).

Cheers
RB
 
Back
Top Bottom