NAT综合实验
模拟企业真实上网和服务器发布到公网需求。
拓扑图如图所示:
其中需要把云连接的网卡配置成对应的网段:
其中云的配置如图:
有以下三个注意事项:
1.添加以太网后需要重启系统
2.关闭防火墙
3.环回网卡ping不通,可能是防火墙没有关闭或者ip地址配错
其中相关配置命令如下:
二层交换机的配置命令:
LSW2:
system-view
vlan batch 6 7 8
int e0/0/1
port link-type access
port default vlan 6
int e0/0/3
port link-type access
port default vlan 7
int e0/0/4
port link-type access
port default vlan 8
int e0/0/5
port link-type access
port default vlan 8
int e0/0/2
port link-type trunk
port trunk allow-p