Hide Forgot
Description of problem: Adding a [DHCPServer] section to a interface network file. journalctl gives "Unknown section 'DHCPServer'. Ignoring" Version-Release number of selected component (if applicable): systemd version 222 How reproducible: Every time. Steps to Reproduce: 1. Do a fresh install of Fedora 23 server using Network 2. Add DHCPServer=yes to [Network] section of .network file 3. Add Address=192.168.1.1/24 to [DHCPServer] section of the same .network file Actual results: From journalctl -f, gives "systemd-networkd[751] Unknown section 'DHCPServer'. Ignoring." Expected results: Configuration parameters should be accepted and DHCPServer up and running Additional info:
The section is call 'DHCP', not 'DHCPServer'. Also, it doesn't have an "Address" option. Please, read systemd.network(5).
Sorry, mistake in original report. The whole content of my .network file is: === [Match] Name=enp0s8 [Network] Address=192.168.1.1/24 DHCPServer=yes [DHCPServer] === Request to re-open.
And again, [DHCPServer] is an invalid section, it should be [DHCP].
You probably have an earlier version of systemd The [DHCPServer] section was introduced in 226 https://github.com/systemd/systemd/blob/master/NEWS#L2866