03 2021 档案

摘要:一、dhcp总结 1、dhcpd: /etc/dhcp/dhcpd.conf option routers GW; option domain-name-servers IP,IP,IP;#可以定义三个DNSIP default-lease-time max-lease-time subnet NE 阅读全文
posted @ 2021-03-10 17:31 Presley 阅读(207) 评论(0) 推荐(0)
摘要:一、DHCP: 1、把一个主机接入TCP/IP网络,要为其配置哪些网络参数: a、相应参数 IP/mask Gateway DNS Server Wins Server,NTP Server b、参数配置方式: 静态指定 动态分配: bootp:boot protocol 引导协议,后来才发展为dh 阅读全文
posted @ 2021-03-09 13:19 Presley 阅读(438) 评论(0) 推荐(0)