What are some likely causes to domain member PC losing contact to domain controller?DNS lookup fails when with all the Mac workstationsMS DNS lookup issueServer 2003, XP Clients, DNS issuesDNS can't resolve hostname; nslookup canHow to configure bind9 to be a local DNS only with no internet access?Windows 2003 - dns doesn't respond to workstationsUnreliable DNS resolving for external domains using Windows Server 2008What are all the possible causes of the “An Active Directory Domain Controller (AD DC) for the domain …” error message?Bind Server issue: Can not nslookup from client when DNS Master is down, but still can connect to InternetWindows DNS server randomly responds/times out

Why is current rating for multicore cable lower than single core with the same cross section?

Options leqno, reqno for documentclass or exist another option?

Find the coordinate of two line segments that are perpendicular

How can I get precisely a certain cubic cm by changing the following factors?

Cannot populate data in lightning data table

What is the difference between `a[bc]d` (brackets) and `ab,cd` (braces)?

Is it possible to measure lightning discharges as Nikola Tesla?

Illegal assignment from SObject to Contact

How to creep the reader out with what seems like a normal person?

A non-technological, repeating, visible object in the sky, holding its position in the sky for hours

Single Colour Mastermind Problem

Is creating your own "experiment" considered cheating during a physics exam?

Toggle Overlays shortcut?

What does "rf" mean in "rfkill"?

Do I have an "anti-research" personality?

When and why did journal article titles become descriptive, rather than creatively allusive?

What are the spoon bit of a spoon and fork bit of a fork called?

Bayesian Nash Equilibria in Battle of Sexes

Python "triplet" dictionary?

Was it really necessary for the Lunar Module to have 2 stages?

Why do TACANs not have a symbol for compulsory reporting?

When did stoichiometry begin to be taught in U.S. high schools?

Binary Numbers Magic Trick

Why are the 2nd/3rd singular forms of present of « potere » irregular?



What are some likely causes to domain member PC losing contact to domain controller?


DNS lookup fails when with all the Mac workstationsMS DNS lookup issueServer 2003, XP Clients, DNS issuesDNS can't resolve hostname; nslookup canHow to configure bind9 to be a local DNS only with no internet access?Windows 2003 - dns doesn't respond to workstationsUnreliable DNS resolving for external domains using Windows Server 2008What are all the possible causes of the “An Active Directory Domain Controller (AD DC) for the domain …” error message?Bind Server issue: Can not nslookup from client when DNS Master is down, but still can connect to InternetWindows DNS server randomly responds/times out






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








5















Several of our client Windows 10 client PC suddenly lost their connection to mapped drives against shared folders located on a domain controller (DC) called SBS2011 running Windows SBS Server.



I have verified that the DC can be ping (via IP & host names) from the client PC & vice versa.



NSlookup shows it cannot resolve the SBS2011 DC since :



PS C:UsersAdmin> nslookup sbs2011
Server: UnKnown
Address: 10.1.1.2



*** UnKnown can't find sbs2011: Non-existent domain



So it looks like a DNS issue to me.



Could having external DNS servers (eg. OpenDNS servers) in the DNS Scope Options (see attached) cause client PC issues in resolving IP of their local DC server ?



My initial thinking is that since the client PCs are being handed (via DHCP) DNS server settings that point to both the DC & the internet OpenDNS servers - that this would lead to the client PC trying to resolve internal name of the DC by heading out into the internet.



IPConfig /all on a client PC will show:



DHCP Enabled: Yes



IPv4 Address: 10.1.1.73(Preferred)



Subnet Mask: 255.0.0.0



Default Gateway: 10.1.1.1



DHCP Server : 10.1.1.2



DNS Servers : 10.1.1.2 | 208.67.222.222 | 208.67.220.220



enter image description here



An experienced system administrator's advice below made me think that this may be the cause :



[99.999% of the time it is an improper configuration on your network card settings, pointing to a dns server out on the web and not the dc as your dns server. also your server can only be the dns, there cannot be any internet dns servers setup on your nic cards of both the server and the workstations. the server needs to point to itself, and the workstations need to point to the server for all dns resolution. the dns service on the server will determine where to send the clients/server when it does a look up ]










share|improve this question



















  • 1





    If you configure a DNS server, it will use it.

    – eckes
    Apr 21 at 16:31











  • The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

    – Todd Wilcox
    Apr 22 at 13:22











  • @ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

    – Tickle Me
    Apr 22 at 17:41

















5















Several of our client Windows 10 client PC suddenly lost their connection to mapped drives against shared folders located on a domain controller (DC) called SBS2011 running Windows SBS Server.



I have verified that the DC can be ping (via IP & host names) from the client PC & vice versa.



NSlookup shows it cannot resolve the SBS2011 DC since :



PS C:UsersAdmin> nslookup sbs2011
Server: UnKnown
Address: 10.1.1.2



*** UnKnown can't find sbs2011: Non-existent domain



So it looks like a DNS issue to me.



Could having external DNS servers (eg. OpenDNS servers) in the DNS Scope Options (see attached) cause client PC issues in resolving IP of their local DC server ?



My initial thinking is that since the client PCs are being handed (via DHCP) DNS server settings that point to both the DC & the internet OpenDNS servers - that this would lead to the client PC trying to resolve internal name of the DC by heading out into the internet.



IPConfig /all on a client PC will show:



DHCP Enabled: Yes



IPv4 Address: 10.1.1.73(Preferred)



Subnet Mask: 255.0.0.0



Default Gateway: 10.1.1.1



DHCP Server : 10.1.1.2



DNS Servers : 10.1.1.2 | 208.67.222.222 | 208.67.220.220



enter image description here



An experienced system administrator's advice below made me think that this may be the cause :



[99.999% of the time it is an improper configuration on your network card settings, pointing to a dns server out on the web and not the dc as your dns server. also your server can only be the dns, there cannot be any internet dns servers setup on your nic cards of both the server and the workstations. the server needs to point to itself, and the workstations need to point to the server for all dns resolution. the dns service on the server will determine where to send the clients/server when it does a look up ]










share|improve this question



















  • 1





    If you configure a DNS server, it will use it.

    – eckes
    Apr 21 at 16:31











  • The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

    – Todd Wilcox
    Apr 22 at 13:22











  • @ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

    – Tickle Me
    Apr 22 at 17:41













5












5








5


1






Several of our client Windows 10 client PC suddenly lost their connection to mapped drives against shared folders located on a domain controller (DC) called SBS2011 running Windows SBS Server.



I have verified that the DC can be ping (via IP & host names) from the client PC & vice versa.



NSlookup shows it cannot resolve the SBS2011 DC since :



PS C:UsersAdmin> nslookup sbs2011
Server: UnKnown
Address: 10.1.1.2



*** UnKnown can't find sbs2011: Non-existent domain



So it looks like a DNS issue to me.



Could having external DNS servers (eg. OpenDNS servers) in the DNS Scope Options (see attached) cause client PC issues in resolving IP of their local DC server ?



My initial thinking is that since the client PCs are being handed (via DHCP) DNS server settings that point to both the DC & the internet OpenDNS servers - that this would lead to the client PC trying to resolve internal name of the DC by heading out into the internet.



IPConfig /all on a client PC will show:



DHCP Enabled: Yes



IPv4 Address: 10.1.1.73(Preferred)



Subnet Mask: 255.0.0.0



Default Gateway: 10.1.1.1



DHCP Server : 10.1.1.2



DNS Servers : 10.1.1.2 | 208.67.222.222 | 208.67.220.220



enter image description here



An experienced system administrator's advice below made me think that this may be the cause :



[99.999% of the time it is an improper configuration on your network card settings, pointing to a dns server out on the web and not the dc as your dns server. also your server can only be the dns, there cannot be any internet dns servers setup on your nic cards of both the server and the workstations. the server needs to point to itself, and the workstations need to point to the server for all dns resolution. the dns service on the server will determine where to send the clients/server when it does a look up ]










share|improve this question
















Several of our client Windows 10 client PC suddenly lost their connection to mapped drives against shared folders located on a domain controller (DC) called SBS2011 running Windows SBS Server.



I have verified that the DC can be ping (via IP & host names) from the client PC & vice versa.



NSlookup shows it cannot resolve the SBS2011 DC since :



PS C:UsersAdmin> nslookup sbs2011
Server: UnKnown
Address: 10.1.1.2



*** UnKnown can't find sbs2011: Non-existent domain



So it looks like a DNS issue to me.



Could having external DNS servers (eg. OpenDNS servers) in the DNS Scope Options (see attached) cause client PC issues in resolving IP of their local DC server ?



My initial thinking is that since the client PCs are being handed (via DHCP) DNS server settings that point to both the DC & the internet OpenDNS servers - that this would lead to the client PC trying to resolve internal name of the DC by heading out into the internet.



IPConfig /all on a client PC will show:



DHCP Enabled: Yes



IPv4 Address: 10.1.1.73(Preferred)



Subnet Mask: 255.0.0.0



Default Gateway: 10.1.1.1



DHCP Server : 10.1.1.2



DNS Servers : 10.1.1.2 | 208.67.222.222 | 208.67.220.220



enter image description here



An experienced system administrator's advice below made me think that this may be the cause :



[99.999% of the time it is an improper configuration on your network card settings, pointing to a dns server out on the web and not the dc as your dns server. also your server can only be the dns, there cannot be any internet dns servers setup on your nic cards of both the server and the workstations. the server needs to point to itself, and the workstations need to point to the server for all dns resolution. the dns service on the server will determine where to send the clients/server when it does a look up ]







windows domain-name-system






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 21 at 16:20







Tickle Me

















asked Apr 21 at 16:13









Tickle MeTickle Me

265




265







  • 1





    If you configure a DNS server, it will use it.

    – eckes
    Apr 21 at 16:31











  • The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

    – Todd Wilcox
    Apr 22 at 13:22











  • @ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

    – Tickle Me
    Apr 22 at 17:41












  • 1





    If you configure a DNS server, it will use it.

    – eckes
    Apr 21 at 16:31











  • The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

    – Todd Wilcox
    Apr 22 at 13:22











  • @ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

    – Tickle Me
    Apr 22 at 17:41







1




1





If you configure a DNS server, it will use it.

– eckes
Apr 21 at 16:31





If you configure a DNS server, it will use it.

– eckes
Apr 21 at 16:31













The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

– Todd Wilcox
Apr 22 at 13:22





The experienced sysadmin is correct - you cannot direct your Windows domain clients to use public DNS servers or you will cause a lot of problems for those clients.

– Todd Wilcox
Apr 22 at 13:22













@ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

– Tickle Me
Apr 22 at 17:41





@ToddWilcox - so is it best practice to avoid handing out public DNS servers via DHCP to Windows clients & instead use DNS Forwarder option to specify public DNS servers for those queries that your local DNS server are unable to resolve ?

– Tickle Me
Apr 22 at 17:41










2 Answers
2






active

oldest

votes


















5














The best method is to set the DNS to just the DC in the clients, and to set your DNS fowarder with the public’s one.



The way DNS work is not at 100% like you wrote, as the PC will use its first DNS resolver for all query, if the DNS don’t answer, because the server is off or other reasons, the PC switch to the other DNS server listed and will stick to it, and will use that one unless it fail too.



So as you can guess if the PC use the public DNS, all your domain query will fail as unknown, but the PC don’t try on the other DNS, as it got an answer, an unknown answer, but he got one.






share|improve this answer























  • Presumably to allow some redundancy you could add multiple DCs as DNS servers?

    – Harry Johnston
    Apr 22 at 2:23












  • @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

    – Tickle Me
    Apr 22 at 6:21











  • @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

    – yagmoth555
    Apr 22 at 10:49



















0














You should never use external DNS, but the actual problem here is your DC/DNS server is either not responding or no longer has a record registered for SBS2011.



Sometimes when a DC crashes, the DNS server may no longer be listening on the specified IP address. This would be in dnsmgmt.msc, server properties > Interfaces > Listen on. If this occurs, the DC may unregister it's own A record.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    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%2fserverfault.com%2fquestions%2f963978%2fwhat-are-some-likely-causes-to-domain-member-pc-losing-contact-to-domain-control%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









    5














    The best method is to set the DNS to just the DC in the clients, and to set your DNS fowarder with the public’s one.



    The way DNS work is not at 100% like you wrote, as the PC will use its first DNS resolver for all query, if the DNS don’t answer, because the server is off or other reasons, the PC switch to the other DNS server listed and will stick to it, and will use that one unless it fail too.



    So as you can guess if the PC use the public DNS, all your domain query will fail as unknown, but the PC don’t try on the other DNS, as it got an answer, an unknown answer, but he got one.






    share|improve this answer























    • Presumably to allow some redundancy you could add multiple DCs as DNS servers?

      – Harry Johnston
      Apr 22 at 2:23












    • @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

      – Tickle Me
      Apr 22 at 6:21











    • @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

      – yagmoth555
      Apr 22 at 10:49
















    5














    The best method is to set the DNS to just the DC in the clients, and to set your DNS fowarder with the public’s one.



    The way DNS work is not at 100% like you wrote, as the PC will use its first DNS resolver for all query, if the DNS don’t answer, because the server is off or other reasons, the PC switch to the other DNS server listed and will stick to it, and will use that one unless it fail too.



    So as you can guess if the PC use the public DNS, all your domain query will fail as unknown, but the PC don’t try on the other DNS, as it got an answer, an unknown answer, but he got one.






    share|improve this answer























    • Presumably to allow some redundancy you could add multiple DCs as DNS servers?

      – Harry Johnston
      Apr 22 at 2:23












    • @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

      – Tickle Me
      Apr 22 at 6:21











    • @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

      – yagmoth555
      Apr 22 at 10:49














    5












    5








    5







    The best method is to set the DNS to just the DC in the clients, and to set your DNS fowarder with the public’s one.



    The way DNS work is not at 100% like you wrote, as the PC will use its first DNS resolver for all query, if the DNS don’t answer, because the server is off or other reasons, the PC switch to the other DNS server listed and will stick to it, and will use that one unless it fail too.



    So as you can guess if the PC use the public DNS, all your domain query will fail as unknown, but the PC don’t try on the other DNS, as it got an answer, an unknown answer, but he got one.






    share|improve this answer













    The best method is to set the DNS to just the DC in the clients, and to set your DNS fowarder with the public’s one.



    The way DNS work is not at 100% like you wrote, as the PC will use its first DNS resolver for all query, if the DNS don’t answer, because the server is off or other reasons, the PC switch to the other DNS server listed and will stick to it, and will use that one unless it fail too.



    So as you can guess if the PC use the public DNS, all your domain query will fail as unknown, but the PC don’t try on the other DNS, as it got an answer, an unknown answer, but he got one.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 21 at 16:33









    yagmoth555yagmoth555

    12.5k31842




    12.5k31842












    • Presumably to allow some redundancy you could add multiple DCs as DNS servers?

      – Harry Johnston
      Apr 22 at 2:23












    • @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

      – Tickle Me
      Apr 22 at 6:21











    • @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

      – yagmoth555
      Apr 22 at 10:49


















    • Presumably to allow some redundancy you could add multiple DCs as DNS servers?

      – Harry Johnston
      Apr 22 at 2:23












    • @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

      – Tickle Me
      Apr 22 at 6:21











    • @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

      – yagmoth555
      Apr 22 at 10:49

















    Presumably to allow some redundancy you could add multiple DCs as DNS servers?

    – Harry Johnston
    Apr 22 at 2:23






    Presumably to allow some redundancy you could add multiple DCs as DNS servers?

    – Harry Johnston
    Apr 22 at 2:23














    @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

    – Tickle Me
    Apr 22 at 6:21





    @yagmoth555 - if I remove the 2 OpenDNS servers from the DHCP Scope Options so that the client PC get assigned just the DC only, where do I specify the OpenDNS servers so that the DNS service can forward all external queries ?

    – Tickle Me
    Apr 22 at 6:21













    @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

    – yagmoth555
    Apr 22 at 10:49






    @TickleMe In your DNS console in sbs2011, right click your server name and click option, forwarder will be listed there. Check there for example; mcmcse.com/microsoft/guides/70-410/dns_forwarding.shtml, the first picture is where the forwarder are configured

    – yagmoth555
    Apr 22 at 10:49














    0














    You should never use external DNS, but the actual problem here is your DC/DNS server is either not responding or no longer has a record registered for SBS2011.



    Sometimes when a DC crashes, the DNS server may no longer be listening on the specified IP address. This would be in dnsmgmt.msc, server properties > Interfaces > Listen on. If this occurs, the DC may unregister it's own A record.






    share|improve this answer



























      0














      You should never use external DNS, but the actual problem here is your DC/DNS server is either not responding or no longer has a record registered for SBS2011.



      Sometimes when a DC crashes, the DNS server may no longer be listening on the specified IP address. This would be in dnsmgmt.msc, server properties > Interfaces > Listen on. If this occurs, the DC may unregister it's own A record.






      share|improve this answer

























        0












        0








        0







        You should never use external DNS, but the actual problem here is your DC/DNS server is either not responding or no longer has a record registered for SBS2011.



        Sometimes when a DC crashes, the DNS server may no longer be listening on the specified IP address. This would be in dnsmgmt.msc, server properties > Interfaces > Listen on. If this occurs, the DC may unregister it's own A record.






        share|improve this answer













        You should never use external DNS, but the actual problem here is your DC/DNS server is either not responding or no longer has a record registered for SBS2011.



        Sometimes when a DC crashes, the DNS server may no longer be listening on the specified IP address. This would be in dnsmgmt.msc, server properties > Interfaces > Listen on. If this occurs, the DC may unregister it's own A record.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 23 at 18:00









        Greg AskewGreg Askew

        29.3k33770




        29.3k33770



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • 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%2fserverfault.com%2fquestions%2f963978%2fwhat-are-some-likely-causes-to-domain-member-pc-losing-contact-to-domain-control%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

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070