hi all,<\/p>\n
trying to set up DRBL as a PXE server but struggling, so ive installed DRBL on ubuntu 24.04.2 via this<\/p>\n
wget -O /etc/apt/trusted.gpg.d/drbl-gpg.asc https://drbl.org/GPG-KEY-DRBL\nadd-apt-repository \"deb http://free.nchc.org.tw/drbl-core drbl unstable\"\napt update\napt install drbl\ndrblsrv -i\ndrblpush -i\n<\/code><\/pre>\n
Advertisement
when i run command “drblpush -i” i leave as defaults apart from the below<\/p>\n
I have two interfaces “ens18” is the management ip (how i ssh into the server) and “ens19” is the nic attached to the dhcp network, this ive made a static ip but its on the same network the dhcp clients are on<\/p>\n
so i say “ens18” is for public internet<\/p>\n
i say no to collect mac address<\/p>\n
i say no to offer same ip to clients<\/p>\n
50 to the initial number<\/p>\n
150 to how many drbl clients<\/p>\n
ens19 as: 10.100.1.50 - 10.100.1.199<\/p>\n
i accept<\/p>\n
i dont know what to choose when i asks me what mode i want, i say 2<\/p>\n
i say 2 to i do not want clonezilla<\/p>\n
pxelinux password i say no<\/p>\n
boot prompt yes<\/p>\n
70 seconds for boot prompt<\/p>\n
yes to graphics<\/p>\n
DRBL as a NAT i say no<\/p>\n
but i get this when trying to boot a client via PXE (i attach pic)<\/p>\n
basically i want DRBL to host clonezilla live usb only, like when i attach clonezilla live usb to a pc<\/p>\n