Differences

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

Link to this comparison view

Next revision
Previous revision
blocks:server:advanced_server_configuration:dhcp_dns_server [2024-10-08 09:08]
admin created
blocks:server:advanced_server_configuration:dhcp_dns_server [2025-05-08 14:18] (current)
admin [Configuration]
Line 58: Line 58:
  
   * **address=/pixi.guide/10.2.0.10** creates a DNS entry binding the pixi.guide domain name to the specified address.   * **address=/pixi.guide/10.2.0.10** creates a DNS entry binding the pixi.guide domain name to the specified address.
-  * **interface=eno1** specifies which network interface to bind the DHCP/DNS service to. Verify that the name specified here matches the correct network interface on your server using the **ip a* command like command to list all interfaces.+  * **interface=eno1** specifies which network interface to bind the DHCP/DNS service to. Verify that the name specified here matches the correct network interface on your server using the **ip a** command from within a terminal window to list all interfaces.
   * **dhcp-range=10.2.5.1,10.2.10.254,12h** specifies the range of dynamically assigned IP addresses, and their "lease time". The range shown in the example above is appropriate for the default server IP address 10.2.0.10 with netmask 255.255.0.0 (a class-B internal network). Adjust this as appropriate if you use another server address and/or netmask.   * **dhcp-range=10.2.5.1,10.2.10.254,12h** specifies the range of dynamically assigned IP addresses, and their "lease time". The range shown in the example above is appropriate for the default server IP address 10.2.0.10 with netmask 255.255.0.0 (a class-B internal network). Adjust this as appropriate if you use another server address and/or netmask.
-  * **dhcp-option=option.** The netmask dns-server and router options are passed on to DHCP clients to set these values automatically. The netmask and dns-server options must match your server's wired network settings.+  * **dhcp-option=option.** The netmaskdns-server and router options are passed on to DHCP clients to set those values automatically. The netmask and dns-server options must match your server's wired network settings.
  
 Other settings may be [[https://wiki.archlinux.org/title/Dnsmasq|configured or added]] as desired. Other settings may be [[https://wiki.archlinux.org/title/Dnsmasq|configured or added]] as desired.
  
-Click the "Save and close" at the bottom of the page once you're done. The select "Test DNSMASQ configuration" to validate your configuration file. If any errors are reported, you must go back and fix those before proceeding.+Click the "Save and close" at the bottom of the page once you're done. Select "Test DNSMASQ configuration" to validate your configuration file. If any errors are reported, you must go back and fix those before proceeding.