Greetings,
Thank you for your answer. As I understand your answer, you said: if I do not wish the ISP to provide a domain name for the connection, I would need for them to change the configuration on their end.
However, that's not quite what I wanted to know - what I want to know is: is there a way to set the DIR-655 so that it will provide a specified domain name for LAN based computers through DHCP *without regard to* what the ISP may or may not have provided for the WAN connection?
The connection specific domain name doesn't have any relevance outside of my local network - the only real use for it is in providing extended DNS resolution within the network, so that if a user were to type, for example, PING FOO the resolver would first attempt to look up FOO in DNS. If it were unsuccessful in finding FOO, then it would append the connection specific domain name and reattempt DNS lookup.
By providing a locally specified connection specific domain name, I can allow users who don't think about DNS and FQDN names with DNS resolution that will nevertheless still function as expected at the local LAN level. However, if the ISP assigned connection specific domain name is provided by DHCP, local resolution of unqualified domain names becomes "broken", as the FQDN produced when the initial lookup fails is not registered with either the ISP's DNS server, or with my own DNS server.
Examples (fictional names):
Example 1:
ISP provided connection specific domain name: foo.bar.neo.rr.com
DHCP provided connection specific domain name: <echos ISP provided name>
End user attempts to resolve DNS name: quack
NSLOOKUP attempts DNS resolution of FQDN "quack" - fails
NSLOOKUP attempts DNS resolution of FQDN "quack.foo.bar.neo.rr.com" - fails
End result: fail
Example 2:
ISP provided connection specific domain name: foo.bar.neo.rr.com
DHCP provided connection specific domain name: duck.local
End user attempts to resolve DNS name: quack
NSLOOKUP attempts DNS resolution of FQDN "quack" - fails
NSLOOKUP attempts DNS resolution of FQDN "quack.duck.local" - success
End result: success
So what I need to know is - is this possible, using the DHCP setup in the DIR-655? And if so, how?
Thank you for your assistance so far, and also in anticipation of any additional information you can provide.