Remove option routers from dhcpd.conf

option routers cause network issues on host side
This commit is contained in:
tiopex
2024-09-10 11:58:21 +02:00
committed by GitHub
parent 67d5f04fbb
commit 132594eb48

View File

@@ -36,7 +36,7 @@ log-facility local7;
subnet 192.168.137.0 netmask 255.255.255.0 {
interface usb0;
range 192.168.137.2 192.168.137.100;
option routers 192.168.137.2;
#option routers 192.168.137.2;
}
# This declaration allows BOOTP clients to get dynamic addresses,