How to navigate to a subdomain without specifying the domain? (in a web browser)

0

I want to be able to navigate to my home network's web server from my browser without having to type in any domain or top level domain. For example, I want to type:

http://mylinuxbox/

and have it navigate to

http://mylinuxbox.mylocaldomain.tld/

I've been able to configure bind to get the qualified host name to navigate correctly, but I'm not sure how to get the unqualified one to work. I know it's possible because I've seen academic and corporate networks allow you to easily navigate to their internal websites this way.

How can I achieve this using bind?

Sridhar Sarnobat

Posted 2016-01-23T04:02:40.043

Reputation: 870

Answers

2

You need to configure your client computer with a primary DNS suffix and/or set DNS search suffixes in your TCP/IP settings.

Serge

Posted 2016-01-23T04:02:40.043

Reputation: 270

hmmmm, i need to figure out how to do this on Mac OS X – Sridhar Sarnobat – 2016-01-23T04:30:21.773

1

Try Editing DNS and search domain settings

– Serge – 2016-01-23T04:31:34.143