What do I put in the “Search Domains” field? The 2019 Stack Overflow Developer Survey Results Are InHow 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?

How much of the clove should I use when using big garlic heads?

The difference between dialogue marks

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Mathematics of imaging the black hole

Cooking pasta in a water boiler

How do you keep chess fun when your opponent constantly beats you?

Does adding complexity mean a more secure cipher?

What does もの mean in this sentence?

How to add class in ko template in magento2

Why doesn't shell automatically fix "useless use of cat"?

Getting crown tickets for Statue of Liberty

What is the meaning of Triage in Cybersec world?

Short story: child made less intelligent and less attractive

Kerning for subscripts of sigma?

Worn-tile Scrabble

Is bread bad for ducks?

Can withdrawing asylum be illegal?

Alternative to の

The phrase "to the numbers born"?

How to type a long/em dash `—`

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

How did passengers keep warm on sail ships?

How to quickly solve partial fractions equation?

What is the most efficient way to store a numeric range?



What do I put in the “Search Domains” field?



The 2019 Stack Overflow Developer Survey Results Are InHow 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;








7















This one has always confused me. What do I put in this field?



enter image description here










share|improve this question




























    7















    This one has always confused me. What do I put in this field?



    enter image description here










    share|improve this question
























      7












      7








      7


      3






      This one has always confused me. What do I put in this field?



      enter image description here










      share|improve this question














      This one has always confused me. What do I put in this field?



      enter image description here







      network-manager






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 7 '11 at 1:40









      AlanAlan

      1,81542238




      1,81542238




















          3 Answers
          3






          active

          oldest

          votes


















          8














          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






          share|improve this answer























          • 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


















          14














          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.






          share|improve this answer


















          • 2





            This is the most helpful explanation on this topic on the entire internet.

            – phpguru
            Jan 19 '17 at 16:57


















          0














          So you need to own a server to use this feature??? 🙏





          share








          New contributor




          Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















            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
            );



            );













            draft saved

            draft discarded


















            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

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            8














            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






            share|improve this answer























            • 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















            8














            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






            share|improve this answer























            • 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













            8












            8








            8







            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






            share|improve this answer













            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 7 '11 at 2:59









            Mark RooneyMark Rooney

            5,98112957




            5,98112957












            • 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






            • 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













            14














            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.






            share|improve this answer


















            • 2





              This is the most helpful explanation on this topic on the entire internet.

              – phpguru
              Jan 19 '17 at 16:57















            14














            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.






            share|improve this answer


















            • 2





              This is the most helpful explanation on this topic on the entire internet.

              – phpguru
              Jan 19 '17 at 16:57













            14












            14








            14







            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.






            share|improve this answer













            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.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            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












            • 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











            0














            So you need to own a server to use this feature??? 🙏





            share








            New contributor




            Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              0














              So you need to own a server to use this feature??? 🙏





              share








              New contributor




              Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                0












                0








                0







                So you need to own a server to use this feature??? 🙏





                share








                New contributor




                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                So you need to own a server to use this feature??? 🙏






                share








                New contributor




                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 6 mins ago









                Sean Tank GarveySean Tank Garvey

                1




                1




                New contributor




                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Sean Tank Garvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»