What do I put in the “Search Domains” field? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to remove .local suffix from Ubuntu hostname?How to temporarily turn off NetworkManager from the command-line?Why does the computer only connect to the network (e.g. eth0) when you log in?Configuring Network without Default GatewayCan't resolve windows domains in local networkHow do I configure the search domain correctly?How to specify additional search domains for resolver in 16.04 when using DHCP?How to setup VPN connection (PPTP) to use the VPN server's internet connection?dns-search vs search optionHow to edit the NetworkManager connections while not liveWhat should I put in the Network Manager configuration?
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Why was the term "discrete" used in discrete logarithm?
When to stop saving and start investing?
Letter Boxed validator
Stars Make Stars
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
How do I determine if the rules for a long jump or high jump are applicable for Monks?
Is the address of a local variable a constexpr?
Doubts about chords
Why are there no cargo aircraft with "flying wing" design?
How do I stop a creek from eroding my steep embankment?
How do I keep my slimes from escaping their pens?
Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?
IndentationError when pasting code in Python 3 interpreter mode
How can I fade player when goes inside or outside of the area?
How to find all the available tools in macOS terminal?
Using et al. for a last / senior author rather than for a first author
How widely used is the term Treppenwitz? Is it something that most Germans know?
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
Sorting numerically
How to recreate this effect in Photoshop?
How to motivate offshore teams and trust them to deliver?
How can I make names more distinctive without making them longer?
What do I put in the “Search Domains” field?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to remove .local suffix from Ubuntu hostname?How to temporarily turn off NetworkManager from the command-line?Why does the computer only connect to the network (e.g. eth0) when you log in?Configuring Network without Default GatewayCan't resolve windows domains in local networkHow do I configure the search domain correctly?How to specify additional search domains for resolver in 16.04 when using DHCP?How to setup VPN connection (PPTP) to use the VPN server's internet connection?dns-search vs search optionHow to edit the NetworkManager connections while not liveWhat should I put in the Network Manager configuration?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
This one has always confused me. What do I put in this field?
network-manager
add a comment |
This one has always confused me. What do I put in this field?
network-manager
add a comment |
This one has always confused me. What do I put in this field?
network-manager
This one has always confused me. What do I put in this field?
network-manager
network-manager
asked May 7 '11 at 1:40
AlanAlan
1,81542238
1,81542238
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you connect to a domain server at work with a number of other servers connected to it you would put the names of the other servers you wish to search in this field.
The average user connecting to their ISP would leave this field blank.
The following Ubuntu Forums post explains it in more detail
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
add a comment |
More accurately: It's a list of domains that the DNS resolver will append to a hostname when attempting to resolve it to an IP address.
For example, let's say you manager a bunch of servers at mycompany.com (web1.mycompany.com, web2.mycompany.com, db.mycompany.com, etc), and you're tired of typing the fully-qualified domain name every time you need to ping them or SSH to them.
You can add "mycompany.com" to the list of search domains to avoid that. Now when you ping or SSH to web1, it will try to resolve web1, fail, then try web1.mycompany.com, which will succeed.
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f40887%2fwhat-do-i-put-in-the-search-domains-field%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you connect to a domain server at work with a number of other servers connected to it you would put the names of the other servers you wish to search in this field.
The average user connecting to their ISP would leave this field blank.
The following Ubuntu Forums post explains it in more detail
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
add a comment |
If you connect to a domain server at work with a number of other servers connected to it you would put the names of the other servers you wish to search in this field.
The average user connecting to their ISP would leave this field blank.
The following Ubuntu Forums post explains it in more detail
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
add a comment |
If you connect to a domain server at work with a number of other servers connected to it you would put the names of the other servers you wish to search in this field.
The average user connecting to their ISP would leave this field blank.
The following Ubuntu Forums post explains it in more detail
If you connect to a domain server at work with a number of other servers connected to it you would put the names of the other servers you wish to search in this field.
The average user connecting to their ISP would leave this field blank.
The following Ubuntu Forums post explains it in more detail
answered May 7 '11 at 2:59
Mark RooneyMark Rooney
5,99112957
5,99112957
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
add a comment |
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
Thank you Mark! That answers my question perfectly. A bit of a tooltip overhaul may do wonders for Ubuntu.
– Alan
May 7 '11 at 3:02
2
2
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
@Alan - agreed the community documentation needs work, the Ubuntu Community Documentation for Internet and Network only goes up to 7.10 and does not really clarify it's use
– Mark Rooney
May 7 '11 at 3:17
add a comment |
More accurately: It's a list of domains that the DNS resolver will append to a hostname when attempting to resolve it to an IP address.
For example, let's say you manager a bunch of servers at mycompany.com (web1.mycompany.com, web2.mycompany.com, db.mycompany.com, etc), and you're tired of typing the fully-qualified domain name every time you need to ping them or SSH to them.
You can add "mycompany.com" to the list of search domains to avoid that. Now when you ping or SSH to web1, it will try to resolve web1, fail, then try web1.mycompany.com, which will succeed.
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
add a comment |
More accurately: It's a list of domains that the DNS resolver will append to a hostname when attempting to resolve it to an IP address.
For example, let's say you manager a bunch of servers at mycompany.com (web1.mycompany.com, web2.mycompany.com, db.mycompany.com, etc), and you're tired of typing the fully-qualified domain name every time you need to ping them or SSH to them.
You can add "mycompany.com" to the list of search domains to avoid that. Now when you ping or SSH to web1, it will try to resolve web1, fail, then try web1.mycompany.com, which will succeed.
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
add a comment |
More accurately: It's a list of domains that the DNS resolver will append to a hostname when attempting to resolve it to an IP address.
For example, let's say you manager a bunch of servers at mycompany.com (web1.mycompany.com, web2.mycompany.com, db.mycompany.com, etc), and you're tired of typing the fully-qualified domain name every time you need to ping them or SSH to them.
You can add "mycompany.com" to the list of search domains to avoid that. Now when you ping or SSH to web1, it will try to resolve web1, fail, then try web1.mycompany.com, which will succeed.
More accurately: It's a list of domains that the DNS resolver will append to a hostname when attempting to resolve it to an IP address.
For example, let's say you manager a bunch of servers at mycompany.com (web1.mycompany.com, web2.mycompany.com, db.mycompany.com, etc), and you're tired of typing the fully-qualified domain name every time you need to ping them or SSH to them.
You can add "mycompany.com" to the list of search domains to avoid that. Now when you ping or SSH to web1, it will try to resolve web1, fail, then try web1.mycompany.com, which will succeed.
answered Jan 15 '15 at 15:44
odigityodigity
25638
25638
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
add a comment |
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
2
2
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
This is the most helpful explanation on this topic on the entire internet.
– phpguru
Jan 19 '17 at 16:57
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f40887%2fwhat-do-i-put-in-the-search-domains-field%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown