mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Remove option routers from dhcpd.conf
option routers cause network issues on host side
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user