系统WIN7 x64位 下载devcon命令行工具 Download the "Windows Driver Kit (WDK) 7.1.0 from Microsoft: http://www.microsoft.com/download/en/details.aspx?id=11800 Extract the ISO to a temp directory with WinRAR, Uniectractor Extract the install file "WDK\setupto
linux中可以通过一个物理网卡,模拟出多个虚拟网卡,并在网卡中配置ip. 下面做一个实验. 实验描述: 我们有server A (ip 10.79.148.205),server B (10.79.148.184). 我们将在A上创建一个虚拟的网卡,并配置ip 192.168.1.100/24 然后让serverB 可以通过该ip 来访问A. 在A上创建虚拟网卡,配置ip ip addr add 192.168.0.100/24 dev ens32:0 查看 A 上的路由 [root@gray