- 1、本文档共13页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Clavister E7 CLI 配置手册
Clavister E7 CLI 配置手册
Written by suntengfei
1 部署环境
公司有一 Clavister E7 台防火墙,内网口 G1 连接二层交换机,交换机有两个 VLAN,分别是 VLAN7
与 VLAN8。外网口 G2 为 ADSL 线路。
VLAN ID 作用
7 客户端
8 服务器
注:E7 默认情况下 1 号口为管理口,IP 地址为 ,帐号密码为 admin。
2 防火墙配置
命令参考
允许远程接入 Device:/ set RemoteManagement RemoteMgmtHTTP rmgmt_http
Network=management_net
Interface=If2
添加主机 Device:/ add Address IP4Address www_srv1
Address=6
添加网络 Device:/ add Address IP4Address wwwsrvnet
Address=/24
VLAN接口命令 Device:/ add Interface VLAN VLAN10
Ethernet=lan
IP=vlan10_ip
Network=all-nets
VLANID=10
PPOE接口 Device:/ add Interface PPPoETunnel PPPoEClient
EthernetInterface=wan
Network=all-nets
Username=exampleuser
Password=examplepw
添加静态路由 Change the context to be the routing table:
Device:/ cc RoutingTable main
Add the route:
Device:/main add Route
Interface=wan
Network=all-nets
Gateway=isp_gw_ip
添加防火墙策 Device:/ add IPRule
略 Action=Allow
Service=http
SourceInterface=lan
SourceNetwork=lan_net
DestinationInterface=wan
DestinationNetwork=all-nets
Name=lan_http
添加 NAT Device:/ add IPRule Action=NAT
SourceInterface=lan
SourceNetwork=lan_net
DestinationInterface=wan
DestinationNetwork=all-nets
Service=http
NATAction=UseInterfaceAddress
Name=NAT_HTTP
应用新的配置 Device:/ activate
Device:/ commit
接口配置
内网口配置
由于 G1内网口要承载两个 VLAN,二层交换机与 G1通过 Trunk互联。
Device:/ add Interface vlan vlan7 Ethernet=g1 IP=53
Network=/24 VLANID=7 /配置 VLAN7到防火墙的 G1口
Device:/ add Interface vlan vlan8 Ethernet=g1 IP=54
Network=/24 VLANID=8 /配置 VLAN8到防火墙的 G1口
查看接口配置
Device:/ show Interface
DefaultInterface
Name Comments
---- --------
any empty
core empty
Ethernet
Name IP Network Default Gatew
ay DHCP Enabled
---- ------------------------ ------------- -------------
-- ------------
G1 InterfaceAddresses/G1_ip InterfaceA...
InterfaceAdd. .. No
G2 InterfaceAddresses/G2_ip InterfaceA... empty
No
G3 InterfaceAddresses/G3_ip InterfaceA... empty
No
GESW InterfaceAddresses/GE... InterfaceA... empty
No
GRETunnel
(Empty)
InterfaceGroup
Name Members
------- -------
WANZone G1
IPsecTunnel
(Empty)
文档评论(0)