图解GNS3中搭建模拟网络连接虚拟机中服务器
1、在GNS3中拖两台3600型号的路由器R1和R2,以及一朵云,右击云点击配置——>C1,然后进行右面的选项配置,如下图所示:

3、点击添加按钮——>再点击出现在下面图框中的适配器——>再点击OK,如下图所示:

5、按照环境给出的要求配醅呓择锗置各个路由器。R2(config)#interface fastEthernet 0/0R2(config-if)#ip address 12.12.12.2 255.255.255.0R2(config-if)#no shutdownR2(config)#interface loopback 0R2(config-if)#ip address 192.168.1.1 255.255.255.0R2(config-if)#no shutdownR1(config)#interface fastEthernet 0/0R1(config-if)#ip address 12.12.12.1 255.255.255.0R1(config-if)#no shutdownR1(config)#interface fastEthernet 1/0R1(config-if)#ip address 172.16.1.1 255.255.255.0R1(config-if)#no shutdownR2(config)#ip route 172.16.1.0 255.255.255.0 12.12.12.1R1(config)#ip route 192.168.1.1 255.255.255.255 12.12.12.2
6、在VMware中打开虚拟机win server 2003,进行win server 2003与虚拟机网卡的绑定。首先在win server 2003中选中网络——>setting,如下图所示:

8、在虚拟机中右击网络邻居——>属性——>右击本地连接——>属性——>常规选项卡中双击选择Internet协议(TCP/IP)进行配置IP地址等,如下图所示:
