Duet IP address on Router?
-
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?
-
you configured the duet to use dhcp?
i.e. setting the ip to 0.0.0.0
-
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?
-
if you want the duet to query the router for an ip address, then yes you need to enable dhcp.
-
im researching online trying to figure out how to enable dhcp, cant find command
-
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
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.
-
; 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 -
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.
-
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 SSIDError: M587: Failed to add SSID to remembered list
[ERROR] Error: M587: Failed to add SSID to remembered listError retrieving WiFi status message: bad reply format version
[ERROR] Error retrieving WiFi status message: bad reply format versionWiFi module is idle
Failed to change WiFi mode (code -4) -
ok I got it working after just resetting remembered networks and starting over