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 @ 2019-11-28 22:48  林恩镕  阅读(86)  评论(0)    收藏  举报