linux初学者~
分类: LINUX
2017-08-05 15:56:31
在配置选项中增加 dhcp_option 'option:dns-server,100.100.100.100'
如果是openwrt,uci配置为 list dhcp_option 'option:dns-server,100.100.100.100',配置在dhcp.lan下面
在配置选项中增加 dhcp-host=00:11:22:33:44:55,192.168.1.99
如果是openwrt,uci配置为在dhcp中增加一个section,格式如下:
config host
option ip "192.168.1.99"
option mac "00:11:22:33:44:55"