[SOLVED] How can I set openhab's network settings via a config file?

I’d like to override the default network settings:

How can I do it using a config file rather than setting it via paperui?

Nobody here can answer that question. OH tends to get its network information from the underlying operating system.

What OS?
How was OH installed?

Not correct Bruce,

it is simply some entries in conf/runtime.cfg

org.eclipse.smarthome.network:broadcastAddress=192.168.255.255
org.eclipse.smarthome.network:primaryAddress=192.168.1.10/16
org.eclipse.smarthome.network:useIPv6=false
org.eclipse.smarthome.network:useOnlyOneAddress=true
1 Like