随笔分类 -  window server

摘要:先看效果1.C:\>netsh interface ip add address "inet" 192.168.0.20 255.255.255.0 # inet 是我的本地连接名称2.C:\>netsh interface ip add address "inet" gateway=192.168.0.1 gwmetric=2 # gwmetric是添加跃点数3.C:\>net... 阅读全文
posted @ 2011-02-17 13:52 网络小虫 阅读(4067) 评论(0) 推荐(0)