本文小编就为大家带来一篇说netsh int什么意思,cmd里netsh interface用法,windows批量设置电脑IP,网关。小编觉得挺不错的,现在就分享给大家,如果你在找netsh设置IP,netsh interface,netsh int,也可以做个参考。一起跟随小编过来看看吧。
netsh int什么意思,cmd里netsh interface用法,windows批量设置电脑IP,网关
作者:小程序开发师 发布时间:2019-02-25
netsh是windows系统中,
一个功能强大的命令行工具,
可以让你设置电脑的相关网络配置。
一、 netsh int表示什么
一些朋友在使用netsh时,
咨询子恒老师: netsh int 是什么意思,
因为他们看到一些脚本中直接使用上面的设置。
其实 netsh int 是 netsh interface 的简写形式。
在netsh中,
通常以单词的前几个字母作为简写,
代表对应的单词,
比如一些地方使用 IP 表示 IPv4
二、 netsh interface的作用
netsh int 可以设置网上的IP地址,网关,DNS等信息,
这些对应下面图片中的功能,
但是netsh interface功能比图片里的多,
包括下面的这些:
6to4 - 更改到 `netsh interface 6to4' 上下文。
? - 显示命令列表。
dump - 显示一个配置脚本。
help - 显示命令列表。
httpstunnel - 更改到 `netsh interface httpstunnel' 上下文。
ipv4 - 更改到 `netsh interface ipv4' 上下文。
ipv6 - 更改到 `netsh interface ipv6' 上下文。
isatap - 更改到 `netsh interface isatap' 上下文。
portproxy - 更改到 `netsh interface portproxy' 上下文。
set - 设置配置信息。
show - 显示信息。
tcp - 更改到 `netsh interface tcp' 上下文。
teredo - 更改到 `netsh interface teredo' 上下文。
三、 netsh interface使用案例
下面的命令,
就是设置 本地连接 的IP,子网掩码和网关
netsh interface ipv4 set address "本地链接" static 192.168.1.121 255.255.255.0 192.168.1.1
掌握这个后,
你就能使用cmd配置网络,
批量管理,设置电脑网络。
声明:部分文章或图片未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知QQ:2334512685,我们会及时删除。
发布:秦子恒博客,欢迎转载分享,请保留出处。
netsh int什么意思,cmd里netsh interface用法,windows批量设置电脑IP,网关链接:https://www.qinziheng.com/details/8030/
netsh int什么意思,cmd里netsh interface用法,windows批量设置电脑IP,网关相关文章