is it possible to change the ip assigned by the network to emuelec? in some emconec 4.1 .conf file
That’s the job of router
You need to setup the router to assign certain IP address for specific MAC address
(if firmware supports)
See this article if you use DD-WRT as router firmware
https://forum.dd-wrt.com/wiki/index.php/Static_DHCP
1 Like
If you want to set fixed IP address from client side, either use command “ifconfig” in SSH or edit “/etc/network/interfaces”. More details can be found on Internet. The concept is common among all Linux based system.
1 Like