ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    reasons to have a local DC in a remote office?

    IT Discussion
    5
    14
    1.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tiagom
      last edited by

      Agree in that situation there is no reason to have a local DC.

      I use local DC's in remote sites mostly when the connections are very slow ie.. i have one that has 400+ms latency to the HQ.

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        Yeah, the only reason I can see to keep it would be local (faster) network shares. But if you aren't doing that, I'm with JB, when it does, make it go away.

        One thing though, what is providing DHCP/DNS at that branch?

        1 Reply Last reply Reply Quote 0
        • Mike DavisM
          Mike Davis
          last edited by

          We have an EdgeRouter there that does DHCP and DNS comes from HQ with google tertiary. If the VPN is down they can still get email that way.

          DashrenderD 1 Reply Last reply Reply Quote 0
          • DashrenderD
            Dashrender @Mike Davis
            last edited by

            @Mike-Davis said in reasons to have a local DC in a remote office?:

            We have an EdgeRouter there that does DHCP and DNS comes from HQ with google tertiary. If the VPN is down they can still get email that way.

            Personally I'd get rid of that tertiary entry. If a PC ever has a DNS issue and ends up using the tertiary, their DNS queries will be broken until either they have a DNS failure with Google and bound back to DNS primary, or until reboot.

            This has caused me more heartache than I care to admit. yes it sucks when the VPN goes down, the site is effectively down, but the other problems wheren't worth the rare times this would have been helpful.

            Mike DavisM 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Local DC does not seem to have any purpose. I agree, decom it when it makes sense.

              1 Reply Last reply Reply Quote 0
              • Mike DavisM
                Mike Davis @Dashrender
                last edited by

                @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Mike Davis
                  last edited by

                  @Mike-Davis said in reasons to have a local DC in a remote office?:

                  @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                  Why not have local DNS point to the DC, but the secondary point across the VPN? No need to change anything.

                  DashrenderD 1 Reply Last reply Reply Quote 1
                  • DashrenderD
                    Dashrender @scottalanmiller
                    last edited by

                    @scottalanmiller said in reasons to have a local DC in a remote office?:

                    @Mike-Davis said in reasons to have a local DC in a remote office?:

                    @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                    Why not have local DNS point to the DC, but the secondary point across the VPN? No need to change anything.

                    He mentioned that Google was his tertiary DNS entry is Google. blips causing DNS flipping to your other entries seem to be common (Not like every day common, but common enough to be a problem). My not stated suggestion is that google should be removed from the line up.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @Dashrender
                      last edited by

                      @Dashrender said in reasons to have a local DC in a remote office?:

                      @scottalanmiller said in reasons to have a local DC in a remote office?:

                      @Mike-Davis said in reasons to have a local DC in a remote office?:

                      @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                      Why not have local DNS point to the DC, but the secondary point across the VPN? No need to change anything.

                      He mentioned that Google was his tertiary DNS entry is Google. blips causing DNS flipping to your other entries seem to be common (Not like every day common, but common enough to be a problem). My not stated suggestion is that google should be removed from the line up.

                      I have dhcp hand out primary DNS as the main office DC. Secondary is the local ERL.

                      In the ERL I again set dns1 as the main DC but secondary as Google.

                      I also set static host mapping in the ERL for the local domain just in case.

                      DashrenderD 1 Reply Last reply Reply Quote 1
                      • DashrenderD
                        Dashrender @JaredBusch
                        last edited by

                        @JaredBusch said in reasons to have a local DC in a remote office?:

                        @Dashrender said in reasons to have a local DC in a remote office?:

                        @scottalanmiller said in reasons to have a local DC in a remote office?:

                        @Mike-Davis said in reasons to have a local DC in a remote office?:

                        @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                        Why not have local DNS point to the DC, but the secondary point across the VPN? No need to change anything.

                        He mentioned that Google was his tertiary DNS entry is Google. blips causing DNS flipping to your other entries seem to be common (Not like every day common, but common enough to be a problem). My not stated suggestion is that google should be removed from the line up.

                        I have dhcp hand out primary DNS as the main office DC. Secondary is the local ERL.

                        In the ERL I again set dns1 as the main DC but secondary as Google.

                        I also set static host mapping in the ERL for the local domain just in case.

                        Interesting, manual, but definitely a solution. And even if the ERL is going to Google for DNS, the internal mappings solves the local problem, I assume.

                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @Dashrender
                          last edited by

                          @Dashrender said in reasons to have a local DC in a remote office?:

                          @JaredBusch said in reasons to have a local DC in a remote office?:

                          @Dashrender said in reasons to have a local DC in a remote office?:

                          @scottalanmiller said in reasons to have a local DC in a remote office?:

                          @Mike-Davis said in reasons to have a local DC in a remote office?:

                          @Dashrender I forgot about that. I guess if the DC did go down, I could talk someone in to changing the DNS settings on their computer so that screen connect would work, log in to the ER and change DNS if we thought the VPN was going to be down for any length of time. (or just enable SSH on the ER from the outside interface.)

                          Why not have local DNS point to the DC, but the secondary point across the VPN? No need to change anything.

                          He mentioned that Google was his tertiary DNS entry is Google. blips causing DNS flipping to your other entries seem to be common (Not like every day common, but common enough to be a problem). My not stated suggestion is that google should be removed from the line up.

                          I have dhcp hand out primary DNS as the main office DC. Secondary is the local ERL.

                          In the ERL I again set dns1 as the main DC but secondary as Google.

                          I also set static host mapping in the ERL for the local domain just in case.

                          Interesting, manual, but definitely a solution. And even if the ERL is going to Google for DNS, the internal mappings solves the local problem, I assume.

                          It was the least amount of work I could come up with and still have users with internet access when the VPN was down.

                          1 Reply Last reply Reply Quote 2
                          • 1 / 1
                          • First post
                            Last post