router/dhcpcd.conf

34 lines
633 B
Plaintext
Raw Normal View History

2022-01-31 16:44:36 -06:00
duid
2023-10-10 21:35:06 -05:00
# No way.... https://github.com/NetworkConfiguration/dhcpcd/issues/36#issuecomment-954777644
# issues caused by guests with oneplus devices
2023-08-30 21:34:05 -05:00
noarp
2022-01-31 16:44:36 -06:00
persistent
vendorclassid
option domain_name_servers, domain_name, domain_search
option classless_static_routes
option interface_mtu
option host_name
#option ntp_servers
require dhcp_server_identifier
slaac private
noipv4ll
noipv6rs
2023-07-17 13:09:47 -05:00
2023-10-10 21:35:06 -05:00
static domain_name_servers=192.168.0.1
2022-01-31 16:44:36 -06:00
interface wan0
2022-11-14 09:42:25 -06:00
gateway
2022-01-31 16:44:36 -06:00
ipv6rs
iaid 1
2023-07-17 13:09:47 -05:00
# option rapid_commit
# ia_na 1
2022-01-31 16:44:36 -06:00
ia_pd 1 lan0
interface lan0
2023-10-10 21:35:06 -05:00
static ip_address=192.168.0.1/16
static routers=192.168.0.1
static domain_name_servers=192.168.0.1