Bug 12741

Summary: dhcpd.conf contains mixed up entry after restoring from ISO
Product: IPFire Reporter: Larsen <larsen007>
Component: ---Assignee: Assigned to nobody - feel free to grab it and work on it <nobody>
Status: CLOSED DUPLICATE QA Contact:
Severity: Minor Usability    
Priority: - Unknown - CC: adolf.belka, michael.tremer
Version: 2   
Hardware: unspecified   
OS: Unspecified   

Description Larsen 2021-12-07 09:38:14 UTC
I restored from ISO (on the same hardware) to get rid of the old partition scheme. Comparing directories from before/after that, I noticed a problem in "/var/ipfire/dhcp/dhcpd.conf":

   option routers 192.168.120.1192.168.120.4;

There are two IP addresses in one line. In the old installation, this looked like this:
  option routers 192.168.120.4;

"192.168.120.1" got added. This is and has been the green IP. I have no idea where the 192.168.120.4 was coming from. DHCPD has never been used.

So, it seems like the restore process mangled these two entries.
Comment 1 Larsen 2021-12-07 09:39:05 UTC
PS: 64-bit Core 161 before/after
Comment 2 Michael Tremer 2021-12-07 15:40:56 UTC
Did you restore a backup and still configure the DHCP server in the setup?
Comment 3 Larsen 2021-12-07 16:11:22 UTC
I had the installation process do the restore from the ISO. Configured the green interface to use DHCP as a client, but did not configure a DHCP server.
Comment 4 Adolf Belka 2023-02-15 09:21:33 UTC

*** This bug has been marked as a duplicate of bug 12757 ***