如何在 Windows XP 中通过控制台重置 inet(dsl) 连接?
标题中的所有问题。我只想刷新ip。
all question in the title. All I want is to refresh ip only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
标题中的所有问题。我只想刷新ip。
all question in the title. All I want is to refresh ip only.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
使用
ipconfig /renew
。您还可以按名称指定接口。请参阅ipconfig /?
Use
ipconfig /renew
. You can also specify a the interface by name. Seeipconfig /?
ipconfig /renew
将请求新的 DHCP 租约。但是,这不会重置您的 WAN(外部)IP 地址,而只会重置内部 IP 地址。
ipconfig /renew
will request a new DHCP lease.However, this will not reset your WAN (External) IP Address, only the internal IP Address.