>From a long time ago if you can ssh in to the controller to set a static IP. User Root PW 1234 File Protocol SCP. Hope this helps.
If you know how to mess around in a Linux prompt, you can edit the file /etc/network/interfaces on the controller to give it a static IP. Change this section: iface <name of your wifi network> inet dhcp script /etc/network/udhcpc_action to: iface <name of your wifi network> inet static address 192.168.2.50 netmask 255.255.255.0 network 192.168.2.0 broadcast 192.168.2.255 gateway 192.168.2.1 Ofcourse you should use the correct IP addresses/netmasks that goes for your system - you can use /sbin/ifconfig to get the info needed. You might also have to edit /etc/resolv.conf, but I guess it'll already have the correct value (name server) if you're running DHCP now. Howard OppfinnarJocke wrote: > OK, guys, my Duet is up and running again! Thanks for all the help. > > Indeed, I had to reset also the controller. How annoying. All my > customization has to be redone and I have now idea how I did some of > those long ago... > > One strange thing: even though it was factory reset, the controller > still remembered that it was registered with my account on MySB.com. > Surprising, but it simplified things as I am not sure about the password > :) > > So, now I only have to figure out how to set the controller to use a > static IP-address. If that is at all necessary, that was a consequence > of the old router; the controller was slow to wake up and setting a > fixed IP address made it wake up significantly faster. Maybe it is not > necessary anymore, I'll see. ------------------------------------------------------------------------ Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674 View this thread: http://forums.slimdevices.com/showthread.php?t=112215 _______________________________________________ Duet mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/duet
