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

    Duet IP address on Router?

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    3
    10
    672
    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.
    • 57buickundefined
      57buick
      last edited by

      I am connected to my new duest board and I went into my ASUS router to make the IP static so its always the same thus I can create a bookmark. I can connect fine through the Web Interface but I cannot see that IP listed in my router of connected devices?

      Would the board have some kind of hidden setting?

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

        you configured the duet to use dhcp?

        i.e. setting the ip to 0.0.0.0

        1 Reply Last reply Reply Quote 0
        • 57buickundefined
          57buick
          last edited by

          I192.168.X.XX J192.168.X.XX K255.255.255.0 ; Configure access point and IP addresses

          This is the line in my config file. DO I need to change all that to just zeros?

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

            if you want the duet to query the router for an ip address, then yes you need to enable dhcp.

            1 Reply Last reply Reply Quote 0
            • 57buickundefined
              57buick
              last edited by

              im researching online trying to figure out how to enable dhcp, cant find command

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

                https://duet3d.dozuki.com/Wiki/Gcode#Section_M552_Set_IP_address_enable_disable_network_interface

                Pnnn IP address, 0.0.0.0 means acquire an IP address using DHCP

                https://duet3d.dozuki.com/Wiki/Gcode#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

                Inn.nn.nn.nn (optional) IP address to use when connected to this network. If zero or not specified then an IP address will be acquired via DHCP.

                1 Reply Last reply Reply Quote 0
                • 57buickundefined
                  57buick
                  last edited by

                  ; Network
                  M550 PFT5XY-1 ; Set machine name
                  M587 S"" P"" ; Configure access point and IP addresses.
                  M552 S1
                  M553 P0:0:0:0
                  M586 P0 S1 ; Enable HTTP
                  M586 P1 S0 ; Disable FTP
                  M586 P2 S0 ; Disable Telnet
                  these aree my current config settings with the network info crossed obviously

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    That's fine, if you don't specify I J and K then the router will assign the address using DHCP. When it has connected, look for the Duet in your router, then tell the router to reserve the IP address it has assigned for the Duet. On my Asus router I have to go into Lan, DHCP server, click on Enable manual Assignment, then I can select connected devices and add them to the table.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • 57buickundefined
                      57buick
                      last edited by

                      Well crap now I must have done something im getting this message now and no blue light?

                      Error: M552: Bad or missing SSID
                      [ERROR] Error: M552: Bad or missing SSID

                      Error: M587: Failed to add SSID to remembered list
                      [ERROR] Error: M587: Failed to add SSID to remembered list

                      Error retrieving WiFi status message: bad reply format version
                      [ERROR] Error retrieving WiFi status message: bad reply format version

                      WiFi module is idle
                      Failed to change WiFi mode (code -4)

                      1 Reply Last reply Reply Quote 0
                      • 57buickundefined
                        57buick
                        last edited by

                        ok I got it working after just resetting remembered networks and starting over

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