finally fixed

This commit is contained in:
Patrick 2024-11-14 17:20:55 +01:00
parent 114ed607a8
commit e155388f39

View file

@ -22,7 +22,7 @@ while true; do
fi
done
echo -e "\nauto ens3\niface ens3 inet static\n address 192.168.1.1\n netmask 255.255.255.0\n gateway 192.168.1.1" | tee -a /mnt/etc/network/interfaces
echo -e "\nauto ens3\niface ens3 inet static\n address 192.168.1.1\n netmask 255.255.255.0\n gateway 192.168.1.0" | tee -a /mnt/etc/network/interfaces
cp /mnt/root/dhcpd.conf /mnt/etc/dhcp/
sed -i 's/^INTERFACES=.*/INTERFACES="ens3"/' /mnt/etc/default/isc-dhcp-server