From c603b33cf70476cf21bda3c35419197e5d3acf66 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 29 Apr 2021 21:48:43 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-netbootxyz.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/images/docker-netbootxyz.md b/images/docker-netbootxyz.md index 2fbd8ce55..4c386ccbe 100644 --- a/images/docker-netbootxyz.md +++ b/images/docker-netbootxyz.md @@ -73,6 +73,26 @@ Networks -> LAN (or the network you want to boot from) -> ADVANCED DHCP OPTIONS * Server- YOURSERVERIP * Filename- `netboot.xyz.kpxe` +#### EdgeOS/VyOS +Connect via SSH + ``` +configure +set service dhcp-server use-dnsmasq enable +set service dns forwarding options "dhcp-match=set:bios,60,PXEClient:Arch:00000" +set service dns forwarding options "dhcp-boot=tag:bios,netboot.xyz.kpxe,,SERVERIP" +set service dns forwarding options "dhcp-match=set:efi32,60,PXEClient:Arch:00002" +set service dns forwarding options "dhcp-boot=tag:efi32,netboot.xyz.efi,,SERVERIP" +set service dns forwarding options "dhcp-match=set:efi32-1,60,PXEClient:Arch:00006" +set service dns forwarding options "dhcp-boot=tag:efi32-1,netboot.xyz.efi,,SERVERIP" +set service dns forwarding options "dhcp-match=set:efi64,60,PXEClient:Arch:00007" +set service dns forwarding options "dhcp-boot=tag:efi64,netboot.xyz.efi,,SERVERIP" +set service dns forwarding options "dhcp-match=set:efi64-1,60,PXEClient:Arch:00008" +set service dns forwarding options "dhcp-boot=tag:efi64-1,netboot.xyz.efi,,SERVERIP" +set service dns forwarding options "dhcp-match=set:efi64-2,60,PXEClient:Arch:00009" +set service dns forwarding options "dhcp-boot=tag:efi64-2,netboot.xyz.efi,,SERVERIP" +commit; save +``` + #### DD-WRT Administration -> Services -> Additional DNSMasq Options Set the following lines: