Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Duet wifi connected to router but computer can't connect to duet

    Scheduled Pinned Locked Moved
    General Discussion
    4
    10
    935
    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.
    • secureundefined
      secure
      last edited by

      Interesting issue sometimes DUET wifi refuses connection from my computer.
      I can see the duet connected to wifi network.(I can ping duet from router) but duet refuses a connection from my computer.
      Interestingly I can connect duet web interface from my smartphone browser. The difference is my computer has a wired connection to the same network while phone is on wifi.

      1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        this is not a duet issue, but an issue with your router.

        it seems the router does not allow the connection.

        check your router setup for something like client isolation or similar

        1 Reply Last reply Reply Quote 0
        • secureundefined
          secure
          last edited by

          Yes I think so.
          This happens very occasionally but can't figure why&when it happens.

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User
            last edited by A Former User

            Client isolation usually refer to not letting WiFi clients talk to each other, which the phone send to be able to.

            How are you entering the address to the duet? If numeric ip address, then the issue is more likely routing vs bridging between the wireless and wired network.

            If you use the address like duet.local it could be the computer is missing support for mDNS, but still most likely routing - but in this case try installing Apple Bonjour to get mDNS support first.

            Different manufacturers use different terms in their routers, but most seem to call a bridged network an AP or access point which is what you want. Be warned the wireless devices will likely get new ip addresses when you change this setting.

            Post some screenshots of your wifi settings if unsure what to choose (blur password, ssid and bssid etc if you like)

            edit: autocarrot

            1 Reply Last reply Reply Quote 0
            • secureundefined
              secure
              last edited by

              Thanks. Now it is getting more interesting while Chrome says can't reach because 192.168.0.111 "refused connection", Edge browser is connected without any problem. May be I should clear chrome caches & cookies.

              duet.jpeg

              A Former User? 1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @secure
                last edited by A Former User

                "refused connection"

                usually refer to the other side say "nope, closed for business"

                so couple of things to check

                • use http://192.168.0.111/ and not https://192.168.0.111/, some browsers default to https
                • check M586 P0 S1 is in your config.g
                • verify mac address in M122 on duet and arp -a* on computer match

                edit:
                *) arp -a needs to be run within 2 minutes of trying the connection otherwise the computer could flush the entry from its arp table.

                edit2: if it worked in edge, then specifying http to avoid chrome defaulting to https

                1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator
                  last edited by

                  What version of firmware and DWC are you running? How many open connections from different browsers are there?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • secureundefined
                    secure
                    last edited by secure

                    Duet Web Control 3.1.1
                    Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.0 (2020-01-03b3)
                    Duet WiFi Server Version: 1.23

                    Only one connection.
                    Today it is connected without any problem.(chrome)

                    A Former User? 1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      I suggest you update to 3.2.

                      https://github.com/Duet3D/RepRapFirmware/releases/tag/3.2

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @secure
                        last edited by

                        @secure said in Duet wifi connected to router but computer can't connect to duet:

                        Today it is connected without any problem.(chrome)

                        If you did change the url to http then chrome will likely remember from time to time, on the same device/account (if that is what was the issue)

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA