防火墙的透明模式web
1. 透明模式的部署环境:缓存
a. 快速部署在当前的三层网络中安全
b. 网络结构不容许从新设计的时候网络
c. 同一个网段不受策略的限制session
d. 想要增长同一个网段安全性的时候ide
2. 透明模式的L2的Zone设计
a.系统预约义的:接口
vl-untrustip
v1-trust 部署
vl-dmz
b. 用户能够自行定义L2的Zone
set zone name L2-cjclub L2
3. VLAN接口
a. vlan接口和区段包含的主机在同一个区段
b. 支持管理IP
c. 物理接口来做ARP的响应
4. 区段默认的管理功能:
v1-trust : 全部的
vl-dmz: ping
vl-untrust : None
L2-用户自定义的: None
* 透明模式须要通过两个过滤(1. 物理接口的服务过滤 2. VLAN1接口服务的过滤)
5. 透明模式的配置:
a. 须要创建一个L2的Zone(使用系统默认的V1二层Zone)
set zone name l2-cjclub l2
b. 指定物理接口放入二层的Zone
set interface untrust zone l2-cjclub
set interface untrust zone v1-untrust
& 确保接口没有IP,不属于任何的Zone(属于Null Zone)
c. 配置VLAN1的接口IP用作管理
set interface vlan1 ip 10.1.1.1/24
d. 选择VLAN接口的广播模式:
默认:Flooding(泛洪)
当收到的数据包的目的MAC不在MAC缓存中,将该数据除了incoming端口之外发送出去
ARP/Trace-Route
若是MAC地址表没有条目,将泛洪ARP Query 包(更加安全,不用泛洪原始的数据包)
set interface vlan1 broadcast arp
e. 配置VLAN1的服务
set interface vlan1 manage ping
set interface vlan1 manage telnet
set interface vlan1 manage web
透明模式经常使用的查看命令:
a. get interface
b. get arp
c. get mac-learn
手工静态指定IP地址: set mac 001c257e84e2 interface trust vlan1
d. get session
不须要作NAT,主要作过滤和保护×××的流量