Linux网络管理之七:在Linux中进行DHCP的配置
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-10
he format of this file is documented in the dhcpd.leases(5) manual page. # This lease file was written by isc-dhcp-V3.0pl1 lease 192.168.0.200 { starts 4 2007/04/26 11:46:57; ends 4 2007/04/26 17:46:57; binding state active; next binding state free; hardware ethernet 00:0c:29:1d:59:af; } [root@OracleOnLinux dhcp]# more dhclient.leases lease { interface "eth1"; fixed-address 192.168.0.200; option subnet-mask 255.255.255.0; option time-offset -18000; option routers 192.168.0.254;
option dhcp-lease-time 21600; option dhcp-message-type 5; option domain-name-servers 192.168.0.154,61.139.2.69; option dhcp-server-identifier 192.168.0.154; option nis-domain "mylinux.org"; option domain-name "mylinux.org"; renew 4 2007/4/26 14:22:04; rebind 4 2007/4/26 17:01:57; expire 4 2007/4/26 17:46:57; }
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: linux 忘记root密码又忘记grub密码怎么办下一篇: 不必害怕Ubuntu的命令行
关于Linux网络管理之七:在Linux中进行DHCP的配置的所有评论