DuetWifi static IP
-
I'm tying to setup a static IP because almost every time I turn on the printer it gets new IP.
I entered this in the config.g; Network M540 P0xCE:0xAF:0xAA:0xAC:0xFC:0x38 ; MAC Address M550 P"Printer400" ; Set machine name M552 S1 ; Enable network M552 P192.168.0.10 ; (0 = DHCP) M554 P192.168.0.1 ; Gateway M553 P255.255.255.0 ; Netmask M587 S"xxxxxxxxx" P"yyyyyyyyy" ; Configure access point. You can delete this line once connected M586 P0 S1 ; Enable HTTP M586 P1 S0 ; Disable FTP M586 P2 S1 ; Disable Telnet
But it does not seem to make any difference, it still gets a random IP
-
-
The best solution is to assign a DHCP reservation at the router to prevent any potential conflicts.
-
@cvmichael to set up a static wifi IP address, you need to include the IP and gateway addresses in the M587 command that you use to program the SSID and password into the wifi module. This is so that every SSID you program in can have a different IP address or use DHCP.