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

    Solved Cant communicate

    IT Discussion
    network connection windows 7 windows xp networking
    12
    98
    8.4k
    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.
    • WrCombsW
      WrCombs @Kelly
      last edited by

      @kelly said in Cant communicate:

      You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

      I dont believe i have either installed on the client side

      KellyK 1 Reply Last reply Reply Quote 0
      • KellyK
        Kelly @WrCombs
        last edited by

        @wrcombs said in Cant communicate:

        @kelly said in Cant communicate:

        You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

        I dont believe i have either installed on the client side

        https://chocolatey.org/packages/openssh

        1 1 Reply Last reply Reply Quote 0
        • 1
          1337 @Kelly
          last edited by

          @kelly said in Cant communicate:

          @wrcombs said in Cant communicate:

          @kelly said in Cant communicate:

          You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

          I dont believe i have either installed on the client side

          https://chocolatey.org/packages/openssh

          Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

          KellyK 1 Reply Last reply Reply Quote 0
          • KellyK
            Kelly @1337
            last edited by

            @pete-s said in Cant communicate:

            @kelly said in Cant communicate:

            @wrcombs said in Cant communicate:

            @kelly said in Cant communicate:

            You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

            I dont believe i have either installed on the client side

            https://chocolatey.org/packages/openssh

            Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

            I would use Nmap on my system, but for troubleshooting a client machine I'd rather use something lighter and faster. YMMV

            1 1 Reply Last reply Reply Quote 0
            • 1
              1337 @Kelly
              last edited by

              @kelly said in Cant communicate:

              @pete-s said in Cant communicate:

              @kelly said in Cant communicate:

              @wrcombs said in Cant communicate:

              @kelly said in Cant communicate:

              You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

              I dont believe i have either installed on the client side

              https://chocolatey.org/packages/openssh

              Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

              I would use Nmap on my system, but for troubleshooting a client machine I'd rather use something lighter and faster. YMMV

              Yes, but installing the complete openssh server on windows isn't light weight.
              For telnet and ssh client it's better to just run putty.exe in that case.
              https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

              KellyK 1 Reply Last reply Reply Quote 0
              • KellyK
                Kelly @1337
                last edited by

                @pete-s said in Cant communicate:

                @kelly said in Cant communicate:

                @pete-s said in Cant communicate:

                @kelly said in Cant communicate:

                @wrcombs said in Cant communicate:

                @kelly said in Cant communicate:

                You can test the port using telnet or ssh (assuming you have either installed on a client). It will at least tell you if you can reach the port.

                I dont believe i have either installed on the client side

                https://chocolatey.org/packages/openssh

                Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

                I would use Nmap on my system, but for troubleshooting a client machine I'd rather use something lighter and faster. YMMV

                Yes, but installing the complete openssh server on windows isn't light weight.
                For telnet and ssh client it's better to just run putty.exe in that case.
                https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

                Putty used to have less than helpful error messages. It looks like that has changed since the last time I used it. Either way, I'm done arguing with you.

                1 1 Reply Last reply Reply Quote 0
                • dafyreD
                  dafyre
                  last edited by

                  If the terminals are Windows XP, then telnet is installed by default. In Windows 7, it can be installed, or you can get Putty Portable or something like that.

                  WrCombsW 1 Reply Last reply Reply Quote 0
                  • WrCombsW
                    WrCombs @dafyre
                    last edited by

                    @dafyre said in Cant communicate:

                    If the terminals are Windows XP, then telnet is installed by default. In Windows 7, it can be installed, or you can get Putty Portable or something like that.

                    One terminal is Windows XP

                    dafyreD 1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @WrCombs
                      last edited by

                      @wrcombs said in Cant communicate:

                      @dafyre said in Cant communicate:

                      If the terminals are Windows XP, then telnet is installed by default. In Windows 7, it can be installed, or you can get Putty Portable or something like that.

                      One terminal is Windows XP

                      Try telnetting from that terminal...

                      Open command prompt and

                      telnet 192.168.128.xxx 445

                      If it can't connect, it will tell you right away.

                      1 Reply Last reply Reply Quote 0
                      • 1
                        1337 @Kelly
                        last edited by

                        @kelly said in Cant communicate:

                        I dont believe i have either installed on the client side

                        https://chocolatey.org/packages/openssh

                        Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

                        I would use Nmap on my system, but for troubleshooting a client machine I'd rather use something lighter and faster. YMMV

                        Yes, but installing the complete openssh server on windows isn't light weight.
                        For telnet and ssh client it's better to just run putty.exe in that case.
                        https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

                        Putty used to have less than helpful error messages. It looks like that has changed since the last time I used it. Either way, I'm done arguing with you.

                        Sorry, didn't mean to start an argument for the sake of arguments. You brought up a good point which is to test with telnet which I appreciate. :thumbs_up:

                        KellyK 1 Reply Last reply Reply Quote 1
                        • KellyK
                          Kelly @1337
                          last edited by

                          @pete-s said in Cant communicate:

                          @kelly said in Cant communicate:

                          I dont believe i have either installed on the client side

                          https://chocolatey.org/packages/openssh

                          Better to use a port scanner, for instance nmap for windows. https://nmap.org/download.html

                          I would use Nmap on my system, but for troubleshooting a client machine I'd rather use something lighter and faster. YMMV

                          Yes, but installing the complete openssh server on windows isn't light weight.
                          For telnet and ssh client it's better to just run putty.exe in that case.
                          https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

                          Putty used to have less than helpful error messages. It looks like that has changed since the last time I used it. Either way, I'm done arguing with you.

                          Sorry, didn't mean to start an argument for the sake of arguments. You brought up a good point which is to test with telnet which I appreciate. :thumbs_up:

                          That makes sense. It has been a rough week, so sorry if I read too much into your comments.

                          1 Reply Last reply Reply Quote 1
                          • S
                            scotth
                            last edited by

                            I scanned this thread quickly.
                            Same workgroup?
                            Joined domain?
                            Same activated account in backoffice? Same level of security?
                            Did something switch to the Public Network in Network & Sharing Center?
                            I believe I saw earlier about the firewall needing to be enabled for 445 to work. That's true AFAIR.

                            WrCombsW 1 Reply Last reply Reply Quote 0
                            • WrCombsW
                              WrCombs @scotth
                              last edited by

                              @scotth said in Cant communicate:

                              I scanned this thread quickly.
                              Same workgroup?

                              yes

                              Joined domain?

                              yes

                              Same activated account in backoffice? Same level of security?

                              same account,

                              Did something switch to the Public Network in Network & Sharing Center?

                              These settings did not get changed

                              I believe I saw earlier about the firewall needing to be enabled for 445 to work. That's true AFAIR.

                              1 Reply Last reply Reply Quote 0
                              • WrCombsW
                                WrCombs
                                last edited by

                                Site is currently unreachable on my end. Hoping the onsite guy can figure it out enough to get it back on line.. we shall see.. .

                                scottalanmillerS jmooreJ 2 Replies Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @WrCombs
                                  last edited by

                                  @wrcombs said in Cant communicate:

                                  Site is currently unreachable on my end. Hoping the onsite guy can figure it out enough to get it back on line.. we shall see.. .

                                  Maybe that is the issue 😉

                                  1 Reply Last reply Reply Quote 1
                                  • jmooreJ
                                    jmoore @WrCombs
                                    last edited by

                                    @wrcombs hopefully someone just being onsite will provide enough clues to see what is happening. sometimes that's just the way it is.

                                    1 Reply Last reply Reply Quote 1
                                    • WrCombsW
                                      WrCombs
                                      last edited by

                                      Apparently re-imaging the PC fixed the issue...

                                      jmooreJ 1 Reply Last reply Reply Quote 2
                                      • jmooreJ
                                        jmoore @WrCombs
                                        last edited by

                                        @wrcombs dang so onsite person gave up. must have baffled him too

                                        WrCombsW 1 Reply Last reply Reply Quote 0
                                        • WrCombsW
                                          WrCombs @jmoore
                                          last edited by

                                          @jmoore said in Cant communicate:

                                          @wrcombs dang so onsite person gave up. must have baffled him too

                                          Yeah, He brought it back to the office and we re-imaged it this morning. now we have access to the folder needed for the terminals to update and run appropriately.
                                          I thought it was a little redundant but oh well.

                                          jmooreJ 1 Reply Last reply Reply Quote 0
                                          • jmooreJ
                                            jmoore @WrCombs
                                            last edited by

                                            @wrcombs yeah, glad its working for you now at least

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