Boxer
Links
Installationsprotokoll
visudo apt-get update && apt-get -y install wget && wget -O /tmp/basic_install.sh https://public.hamatoma.de/basic_install.sh bash /tmp/basic_install.sh restoretool -v3 init linuxserver restoretool -v3 init local-bin vi /etc/hosts # 192.168.2.222 boxer.hamatoma.de boxer
DHCP-Server
apt install isc-dhcp-server
- /etc/dhcp/dhcpd.conf
subnet 10.10.10.0 netmask 255.255.255.0 {
range 10.10.10.10 10.10.10.99;
option routers 10.10.10.1;
}
host adam {
hardware ethernet 9E:19:2B:44:25:59;
fixed-address 10.10.10.101;
}