From dcd6a5999a311915ec5744ff4c1cd657f02c7e63 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 19 Nov 2023 13:38:01 -0600 Subject: [PATCH] set ip --- files/ipxe/menu.ipxe | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 04a59fb..fc3fd17 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -115,7 +115,10 @@ chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed goto start :netboot -dhcp -dhcp -chain --autofree http://boot.netboot.xyz || goto failed +set net0/ip 192.168.1.250 +set net0/netmask 255.255.255.0 +set net0/gateway 192.168.1.1 +set dns 192.168.1.2 +ifopen net0 +chain --autofree https://boot.netboot.xyz || goto failed goto start