Search query: label/DHCP

PowerShell: Move DHCP Server to a new server

PowerShell: Move DHCP Server to a new server

...On the Source Server, run the following PowerShell command: Shell Export-DhcpServer -ComputerName "dhcpserver.vCloudInfo.com" -File "C:\exportdir\dhcpexport.xml" This creates an easily readable XML file that includes all ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Provisioning Server and Firewalls

Provisioning Server and Firewalls

...(DHCP,PXE)" description="The DHCP server will offer an IP address to the target server. The DHCP server also offers other parameters, including: Option 60: PXE Client ... Read More

Trivial FTP – Not so Trivial in a Citrix Provisioning Environment.

Trivial FTP – Not so Trivial in a Citrix Provisioning Environment.

...of the flow: A client machine boots up and does a PXE boot.  A defined DHCP scope responds with an IP address and option 66 ... Read More

How to extend your Pi-Hole Ad protection beyond your own LAN

How to extend your Pi-Hole Ad protection beyond your own LAN

...is the Docker-Compose entry for the DHCPHelper. With one line (IP:), you point the container back to your PiHole instance. dhcphelper: restart: unless-stopped container_name: dhcphelper ... Read More