VMware 配置支持多实例互相访问 Linux
虚拟网卡的创建文件 /etc/network/interfaces //创建虚拟网卡的工具 sudo apt-get install uml-utilities //用 l 用户创建了 tap0 虚拟网卡 tunctl -t tap0 -u l 文件内容 ########################################## auto lo iface lo inet loopback auto eth0 iface eth0 inet ma...