Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blocks:server:advanced_server_configuration:dhcp_dns_server [2025-05-08 14:16] – [Configuration] admin | blocks:server:advanced_server_configuration:dhcp_dns_server [2025-11-11 09:04] (current) – [DPCP and DNS server] mattias | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====DPCP and DNS server===== | + | =====DHCP and DNS server===== |
| Your linux based Blocks server comes with software letting it can act as a DHCP and/or DNS server for your local network. A DHCP server provides automatic addressing to PIXILAB Player and other network devices set to use automatic addressing. The DNS allows for local name resolution, such as resolving the doman name pixi.guide to the IP address of your server. Using service names rather than raw IP addresses makes it easier to change addressing in the future and is also required for some advanced functions, such as encrypted connections ([[blocks: | Your linux based Blocks server comes with software letting it can act as a DHCP and/or DNS server for your local network. A DHCP server provides automatic addressing to PIXILAB Player and other network devices set to use automatic addressing. The DNS allows for local name resolution, such as resolving the doman name pixi.guide to the IP address of your server. Using service names rather than raw IP addresses makes it easier to change addressing in the future and is also required for some advanced functions, such as encrypted connections ([[blocks: | ||
| Line 60: | Line 60: | ||
| * **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. | * **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, | * **dhcp-range=10.2.5.1, | ||
| - | * **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' | + | * **dhcp-option=option.** The netmask, dns-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' |
| Other settings may be [[https:// | Other settings may be [[https:// | ||
| - | Click the "Save and close" at the bottom of the page once you're done. The select | + | Click the "Save and close" at the bottom of the page once you're done. Select |