Bug #3746
closedFirewall hostname being reset by DHCP WAN client
100%
Description
If the firewall has a DHCP WAN, and the DHCP server on WAN supplies a hostname to the client, the firewall will take the hostname given and clobber the hostname configured from System > General.
Removing or commenting out the call to check_hostname in /sbin/dhclient-script allows the firewall to retain its chosen hostname. It isn't clear if this behavior is actually desirable or if that code is safe to remove, hence the ticket.
The logic change from e912bfae186b6b657daf52607f9d027f46be0478 (2.1.x) and ff3da5dba67c64514808e86165e92362f3ff8b33 (2.2) seems to have triggered this new behavior. This affects 2.1.4 and 2.2.
Updated by Renato Botelho over 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 2d34e81a9f80f556fa28d3a5ef30a7a7cad5285a.
Updated by Renato Botelho over 10 years ago
Applied in changeset 7b15d22967a9f9fefe7b8b11fa2d68c762c55219.
Updated by Jim Pingle over 10 years ago
- Status changed from Feedback to Resolved
This appears to have fixed it. The latest snap contains the proper hostname on my system that easily replicated the problem before.