Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fuss:isc_dhcpd [2017/12/09 10:31] – [Get Active Leases] officefuss:isc_dhcpd [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 300: Line 300:
 </code> </code>
  
 +====== Force DDNS Name ======
  
- +For dynamic DNS, ISC DHCP assigns IP addresses using names reported by the DNS client however, sometimes it is favourable to force the name to something custom using a static lease. This can be done by editing the DHCP configuration and creating a static lease with the ''ddns-hostname'' option set. For instance: 
 +<code> 
 +host test.internal { 
 +    hardware ethernet 7e:fb:cf:64:51:e0; 
 +    fixed-address 192.16.1.20; 
 +    ddns-hostname "me"; 
 +
 +</code> 
 + 
 +will forcibly set the hostname to ''me.TLD'' (where ''TLD'' is the top level domain for which DDNS is active). If the hostname expansion is not desirable, then the full name can be spelled out and a dot appended: ''me.''.

fuss/isc_dhcpd.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.