While it seems to be a kind of typical pattern for the intranet ... however haven't been able to find the right and working solution for it. I'm trying to set up the intranet site accessible by the link: http:// teamwork/ and created for this a zone file below for BIND 9. The strange thing in this configuration is that I can't access the web site by one-word link "teamwork", however once I add a dot - "teamwork." - it works! How can I get rid of the dot at the end of tld domain name so just "teamwork" in the browser address bar could work? This is my zone file for "teamwork":
$TTL 1d
@ IN SOA ns.teamwork. root.srv.teamwork. (
20130704
24h
12m
8w
5h )
IN NS ns.teamwork.
ns IN A 172.18.0.2
www IN A 172.18.0.2
teamwork. IN A 172.18.0.2