kevinton

C:\>netsh (进入设置模式)

netsh>interface

interface>ip

interface ip>set address "本地连接" static 10.1.1.111 255.255.255.0 10.1.1.254
interface ip>set dns "本地连接" static 61.177.7.1

interface ip>exit

上文中的set命令具体解释如下:

set address - 设置指定的接口的 IP 地址和默认网关。

set dns - 设置 DNS 服务器模式和地址。

set wins - 设置 WINS 服务器模式和地址。

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-09-18
  • 2021-05-01
  • 2022-01-14
  • 2022-03-09
  • 2021-04-24
猜你喜欢
  • 2021-11-20
  • 2021-09-01
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-11-18
  • 2021-12-30
相关资源
相似解决方案