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

    DNS issues on 2003 network

    Scheduled Pinned Locked Moved IT Discussion
    102 Posts 9 Posters 9.7k Views
    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.
    • scottalanmillerS
      scottalanmiller @wirestyle22
      last edited by

      @wirestyle22 said in DNS issues on 2003 network:

      @JaredBusch

      DNS Client is running
      Can ping the domain controller

      What's a DNS Client? nslookup itself is the DNS client. It's the DNS service that you are looking for on the server.

      1 Reply Last reply Reply Quote 1
      • thwrT
        thwr @wirestyle22
        last edited by

        @wirestyle22 said in DNS issues on 2003 network:

        @JaredBusch

        DNS Client is running
        Can ping the domain controller

        what about the server?

        Simple check (on the server -> cmd.exe)

        netstat -an | findstr /I "udp" | findstr "53"
        
        wirestyle22W 1 Reply Last reply Reply Quote 1
        • wirestyle22W
          wirestyle22 @thwr
          last edited by

          @thwr said in DNS issues on 2003 network:

          netstat -an | findstr /I "udp" | findstr "53"

          The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

          coliverC thwrT 2 Replies Last reply Reply Quote 0
          • coliverC
            coliver @wirestyle22
            last edited by

            @wirestyle22 said in DNS issues on 2003 network:

            @thwr said in DNS issues on 2003 network:

            netstat -an | findstr /I "udp" | findstr "53"

            The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

            On the problem server check and see if there are static DNS servers defined. That would be my guess.

            wirestyle22W 1 Reply Last reply Reply Quote 1
            • thwrT
              thwr @wirestyle22
              last edited by

              @wirestyle22 said in DNS issues on 2003 network:

              @thwr said in DNS issues on 2003 network:

              netstat -an | findstr /I "udp" | findstr "53"

              The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

              This command just checks if there is something listening on UDP/53. 53 is the default DNS port, 99% of the DNS requests are served using UDP. Be aware, DNS CAN use TCP too. So yes, use that on your DNS server.

              wirestyle22W 1 Reply Last reply Reply Quote 1
              • wirestyle22W
                wirestyle22 @coliver
                last edited by wirestyle22

                @coliver said in DNS issues on 2003 network:

                @wirestyle22 said in DNS issues on 2003 network:

                @thwr said in DNS issues on 2003 network:

                netstat -an | findstr /I "udp" | findstr "53"

                The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                On the problem server check and see if there are static DNS servers defined. That would be my guess.

                The IP's are correct

                0_1473432728827_correct.jpg

                thwrT BRRABillB 2 Replies Last reply Reply Quote 0
                • thwrT
                  thwr @wirestyle22
                  last edited by

                  @wirestyle22 said in DNS issues on 2003 network:

                  @coliver said in DNS issues on 2003 network:

                  @wirestyle22 said in DNS issues on 2003 network:

                  @thwr said in DNS issues on 2003 network:

                  netstat -an | findstr /I "udp" | findstr "53"

                  The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                  On the problem server check and see if there are static DNS servers defined. That would be my guess.

                  The IP's are correct

                  0_1473432728827_correct.jpg

                  Erm, is the .16 a DNS? Same host?

                  coliverC wirestyle22W 2 Replies Last reply Reply Quote 0
                  • coliverC
                    coliver @thwr
                    last edited by

                    @thwr said in DNS issues on 2003 network:

                    @wirestyle22 said in DNS issues on 2003 network:

                    @coliver said in DNS issues on 2003 network:

                    @wirestyle22 said in DNS issues on 2003 network:

                    @thwr said in DNS issues on 2003 network:

                    netstat -an | findstr /I "udp" | findstr "53"

                    The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                    On the problem server check and see if there are static DNS servers defined. That would be my guess.

                    The IP's are correct

                    0_1473432728827_correct.jpg

                    Erm, is the .16 a DNS? Same host?

                    I was going to say. Is this on the 2003 DC or the File server you are having issues with?

                    thwrT BRRABillB 2 Replies Last reply Reply Quote 0
                    • thwrT
                      thwr @coliver
                      last edited by

                      @coliver said in DNS issues on 2003 network:

                      @thwr said in DNS issues on 2003 network:

                      @wirestyle22 said in DNS issues on 2003 network:

                      @coliver said in DNS issues on 2003 network:

                      @wirestyle22 said in DNS issues on 2003 network:

                      @thwr said in DNS issues on 2003 network:

                      netstat -an | findstr /I "udp" | findstr "53"

                      The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                      On the problem server check and see if there are static DNS servers defined. That would be my guess.

                      The IP's are correct

                      0_1473432728827_correct.jpg

                      Erm, is the .16 a DNS? Same host?

                      I was going to say. Is this on the 2003 DC or the File server you are having issues with?

                      My guess is that the .16 is his file- or printserver, so one of the failing ones.

                      1 Reply Last reply Reply Quote 0
                      • BRRABillB
                        BRRABill @coliver
                        last edited by

                        @coliver said in DNS issues on 2003 network:

                        @thwr said in DNS issues on 2003 network:

                        @wirestyle22 said in DNS issues on 2003 network:

                        @coliver said in DNS issues on 2003 network:

                        @wirestyle22 said in DNS issues on 2003 network:

                        @thwr said in DNS issues on 2003 network:

                        netstat -an | findstr /I "udp" | findstr "53"

                        The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                        On the problem server check and see if there are static DNS servers defined. That would be my guess.

                        The IP's are correct

                        0_1473432728827_correct.jpg

                        Erm, is the .16 a DNS? Same host?

                        I was going to say. Is this on the 2003 DC or the File server you are having issues with?

                        Assuming the DC since he said the DC was .16

                        1 Reply Last reply Reply Quote 1
                        • wirestyle22W
                          wirestyle22 @thwr
                          last edited by wirestyle22

                          @thwr said in DNS issues on 2003 network:

                          @wirestyle22 said in DNS issues on 2003 network:

                          @coliver said in DNS issues on 2003 network:

                          @wirestyle22 said in DNS issues on 2003 network:

                          @thwr said in DNS issues on 2003 network:

                          netstat -an | findstr /I "udp" | findstr "53"

                          The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                          On the problem server check and see if there are static DNS servers defined. That would be my guess.

                          The IP's are correct

                          0_1473432728827_correct.jpg

                          Erm, is the .16 a DNS? Same host?

                          .16 is DNS. It's the domain controller

                          coliverC 1 Reply Last reply Reply Quote 0
                          • wirestyle22W
                            wirestyle22 @thwr
                            last edited by

                            @thwr said in DNS issues on 2003 network:

                            @wirestyle22 said in DNS issues on 2003 network:

                            @thwr said in DNS issues on 2003 network:

                            netstat -an | findstr /I "udp" | findstr "53"

                            The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                            This command just checks if there is something listening on UDP/53. 53 is the default DNS port, 99% of the DNS requests are served using UDP. Be aware, DNS CAN use TCP too. So yes, use that on your DNS server.

                            0_1473432928939_correct 2.jpg

                            thwrT 1 Reply Last reply Reply Quote 0
                            • thwrT
                              thwr @wirestyle22
                              last edited by

                              @wirestyle22 said in DNS issues on 2003 network:

                              @thwr said in DNS issues on 2003 network:

                              @wirestyle22 said in DNS issues on 2003 network:

                              @thwr said in DNS issues on 2003 network:

                              netstat -an | findstr /I "udp" | findstr "53"

                              The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                              This command just checks if there is something listening on UDP/53. 53 is the default DNS port, 99% of the DNS requests are served using UDP. Be aware, DNS CAN use TCP too. So yes, use that on your DNS server.

                              0_1473432928939_correct 2.jpg

                              ok, looks good (second last row).

                              Could you just post a small list with IPs?

                              DC
                              Fileserver
                              Printserver

                              Are your subnet masks the same on every device?

                              1 Reply Last reply Reply Quote 0
                              • BRRABillB
                                BRRABill @wirestyle22
                                last edited by

                                @wirestyle22

                                Can you post the TCP/IP settings from the machine you are having an issue with?

                                wirestyle22W 1 Reply Last reply Reply Quote 0
                                • coliverC
                                  coliver @wirestyle22
                                  last edited by

                                  @wirestyle22 said in DNS issues on 2003 network:

                                  @thwr said in DNS issues on 2003 network:

                                  @wirestyle22 said in DNS issues on 2003 network:

                                  @coliver said in DNS issues on 2003 network:

                                  @wirestyle22 said in DNS issues on 2003 network:

                                  @thwr said in DNS issues on 2003 network:

                                  netstat -an | findstr /I "udp" | findstr "53"

                                  The only machines that aren't working are the file server and print server. Everything else connected correctly. Am I doing this on the domain controller or problem server?

                                  On the problem server check and see if there are static DNS servers defined. That would be my guess.

                                  The IP's are correct

                                  0_1473432728827_correct.jpg

                                  Erm, is the .16 a DNS? Same host?

                                  .16 is DNS. It's the domain controller

                                  Good to know. How about the configuration of the problem servers.

                                  1 Reply Last reply Reply Quote 0
                                  • wirestyle22W
                                    wirestyle22 @BRRABill
                                    last edited by

                                    @BRRABill said in DNS issues on 2003 network:

                                    @wirestyle22

                                    Can you post the TCP/IP settings from the machine you are having an issue with?

                                    File Server
                                    0_1473433142453_fs.jpg

                                    Print Server
                                    0_1473433152017_ps.jpg

                                    coliverC BRRABillB 2 Replies Last reply Reply Quote 0
                                    • coliverC
                                      coliver @wirestyle22
                                      last edited by

                                      @wirestyle22 said in DNS issues on 2003 network:

                                      @BRRABill said in DNS issues on 2003 network:

                                      @wirestyle22

                                      Can you post the TCP/IP settings from the machine you are having an issue with?

                                      File Server
                                      0_1473433142453_fs.jpg

                                      Print Server
                                      0_1473433152017_ps.jpg

                                      Need the DNS data ipconfig /all or go through the details pane like you did previously.

                                      1 Reply Last reply Reply Quote 0
                                      • BRRABillB
                                        BRRABill @wirestyle22
                                        last edited by

                                        @wirestyle22

                                        Sorry, I mean the same screenshot as you posted for the DC.

                                        1 Reply Last reply Reply Quote 0
                                        • thwrT
                                          thwr
                                          last edited by

                                          At least everything is on the same subnet... to sum up:

                                          • You can ping the .16 from .23 and .36 and vice-versa
                                          • You can not use "nslookup somehostname 192.168.10.16"
                                          wirestyle22W 1 Reply Last reply Reply Quote 0
                                          • wirestyle22W
                                            wirestyle22
                                            last edited by

                                            Print Server

                                            0_1473433462244_print server.jpg

                                            File Server

                                            0_1473433470902_file server.jpg

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • First post
                                              Last post