重新启动 DHCP 服务器会导致客户端 IP 地址混乱
在我家里的网络中,驱动一些 ubuntu-pc,其中之一是运行 dhcp3-server 的 dhcp-server。如果我重新启动这台电脑,所有客户端都会使用 ahavi-ip-address (169.254...) 离线。在 dhcp 服务器短暂停机期间发生了什么,哪一方出了什么问题:客户端还是服务器?
和平 冰
in my network at home, driving some ubuntu-pc's one of them is dhcp-server running dhcp3-server. If i reboot this pc all the clients are going offline with a ahavi-ip-address (169.254...). what is going on during the short downtime of the dhcp-server, what is wrong on which side: client or server?
Peace
Ice
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 DHCP 服务器的租用时间概念。
每当我重新启动 DHCP 服务器时,我都不会期望客户端表现良好。
Have a look at the lease time concepts of DHCP server.
Whenever I restarted the DHCP server, I never expect client to behave nicely.
当您运行 DHCP 服务器时,您必须在路由器中禁用 DHCP。如果您不这样做,它将超越您的 DHCP 框。这个奇怪的 IP 就来自那里。
well when ever you are running DHCP server you have to disable DHCP in your router. if you do not do this it will overtake your DHCP box. this strange IPs comes form there.