View Single Post
Posts: 117 | Thanked: 44 times | Joined on Dec 2009
#8
Originally Posted by 9000 View Post
It should not be a solution but rather a workaround. You may define the mapping in /etc/hosts so that typing 'wiki' in MicroB will send you to correct intranet website:

(as root)
Code:
echo 192.168.1.10 wiki >> /etc/hosts
(192.168.1.10 is an example)

I'm not sure if this can be considered a bug anyway.
Thats one way of handling, but you really cant expect to create a hosts entry for all the intranet servers.
The name resolution should have been handled by the resolv.conf file which apparently is not being updated correctly.