debian:install
This is an old revision of the document!
Net install
Setup dnsmasq Server
apt -y install dnsmasq pxelinux tcpdump iftop ethtool
code>
vi /etc/dnsmasq.conf … # disable DNS port=0
# dhcp range, lease for 12 h dhcp-range=192.168.15.2,192.168.15.59,12h
# option 3 = default gateway dhcp-option=3,192.168.15.1
# option 6 = DNS servers dhcp-option=6,192.168.15.1
dhcp-host=00:1e:68:20:86:28,192.168.15.9 dhcp-host=f8:0d:ac:d0:08:d4,192.168.15.5 dhcp-host=52:54:00:12:34:52,192.168.15.52
pxe-service=x86PC,“Netzwerk Boot”,pxelinux
enable-tftp tftp-root=/srv/tftpboot </code>
wget https://deb.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/mini.iso
debian/install.1729244234.txt.gz · Last modified: 2024/10/18 11:37 by ms