IP基础知识

防火墙
作用:

划分网络的安全边界
关键系统与外部环境的安全隔离
保护内部网络免受外部攻击
往往具备NAT、VPN等功能
分类:
包过滤防火墙 (packet filtering)
代理防火墙(application gateway)
状态检测防火墙
防火墙基础配置:
1、配置各接口IP
interface GigabitEthernet 0/0/1 #设置接口
ip address 192.168.1.254  24

interface GigabitEthernet 0/0/1 #设置接口
ip address 10.1.1.254 24
 
向安全域中添加接口

firewall zone trust
add interface GigabitEthernet 0/0/1

firewall zone untrust
add interface GigabitEthernet 0/0/2

posted on 2019-11-28 21:58  沉梦昂志·  阅读(173)  评论(1编辑  收藏  举报