Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Duet 3 static IP

    Firmware installation
    3
    6
    100
    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.
    • Marco Bona
      Marco Bona last edited by

      Is it possible to set the static IP with Duet 3?
      I tried with Putty adding in "sudo nano /etc/dhcpcd.conf"

      interface wlan0

      static ip_address = 192.168.1.40 / 24
      static routers = 192.168.1.255
      static domain_name_servers = 192.168.1.255

      but it does not allow me to perform the SBC updates.
      Is there an alternative route?

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

        Most setups use the DHCP server in their wireless router to achieve a static IP. You set up a reservation on the router for the mac id of the duet and anytime the duet asks for a renewed ip number it gets the same ip number assigned.

        1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @Marco Bona last edited by

          @Marco-Bona said in Duet 3 static IP:

          but it does not allow me to perform the SBC updates.

          Pretty sure your router and name server are wrong for a /24 network.

          Marco Bona 1 Reply Last reply Reply Quote 0
          • Marco Bona
            Marco Bona @Guest last edited by

            @bearer ,You're right, the values should be wrong, just to verify how do I recover the correct values?

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

              They should be in your router, or if you revert to dhcp you can see what it provides, or even your computer should have matching settings presumably?

              Or you could try 192.168.1.1 and if that doesn't work then try 192.168.1.254 as it would be the common addresses to use.

              Marco Bona 1 Reply Last reply Reply Quote 0
              • Marco Bona
                Marco Bona @Guest last edited by

                @bearer ,Now it works perfectly, thanks a lot for the explanation

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