wz0314

  dos 固定ip命令

**********************************************************************************************************************

netsh interface ip set address name="本地连接" source=static addr=192.168.30.55 mask=255.255.255.0 gateway=192.168.30.254 1
netsh interface ip set dns name="本地连接" source=static addr=1114.114.114.114 register=PRIMARY
netsh interface ip add dns name="本地连接" addr=202.96.134.133 index=2

 

***********************************************************************************************************************

分类:

技术点:

相关文章:

  • 2021-12-22
猜你喜欢
  • 2021-12-04
  • 2021-12-17
  • 2022-01-01
  • 2022-12-23
  • 2021-04-15
  • 2021-12-22
相关资源
相似解决方案