Answer the question
In order to leave comments, you need to log in
How to find isc-dhcp-server start problem on Debian 10?
I'm trying to configure isc-dhcp-server, set the settings according to this article.
Network card settings:
auto lo
iface lo inet loopback
# Сетевая карта подключена к локальной сети
auto enp5s0
iface enp5s0 inet static
address 192.168.0.1
netmask 255.255.255.0
gateway 192.168.0.1
# Сетевая карта подключена к сети провайдера
auto enp3s0
iface enp3s0 inet static
address 172.16.8.15
netmask 255.255.255.0
gateway 172.16.8.13
dns-nameservers 172.16.8.4 172.16.8.5
$ cat /etc/default/isc-dhcp-server
INTERFACESv4="enp5s0"
INTERFACESv6=""
Answer the question
In order to leave comments, you need to log in
Don't you think that GW is superfluous here?
iface enp5s0 inet static
address 192.168.0.1
netmask 255.255.255.0
gateway 192.168.0.1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question