xiangsikai

配置静态IP与DNS

# 修改IP
netsh interface ip set address "网络连接" static IP地址 子网掩码 默认网关

# 修改DNS
netsh interface ip set dns "网络连接" static DNS地址
# 例子
netsh interface ip set address "本地连接" static 192.168.1.199 255.255.255.0 192.168.1.1

# 例子
netsh interface ip set dns "本地连接" static 8.8.8.8

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-07-04
  • 2021-08-08
  • 2021-12-04
  • 2021-11-19
猜你喜欢
  • 2021-09-13
  • 2021-11-19
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案