当前位置:网站首页>ALC实验
ALC实验
2022-08-05 05:19:00 【sologuai】
1、ALC概述
ALC定义:访问控制列表(Access Control List,ACL) 是路由器和交换机接口的指令列表,用来控制端口进出的数据包。
2、ALC应用
ACL两种应用:
1. 应用在接口的ACL-----过滤数据包(原目ip地址,原目mac, 端口 五元组)
2. 应用在路由协议-------匹配相应的路由条目
3. NAT、IPSEC VPN、QOS-----匹配感兴趣的数据流(匹配上我设置的数据流的)
3、ALC工作原理
当数据包从接口经过时,由于接口启用了acl, 此时路由器会对报文进行检查,然后做出相应的处理。
4、ALC种类
- 编号2000-2999---基本ACL----依据依据数据包当中的源IP地址匹配数据(数据时从 哪个IP地址 过来的)
- 编号3000-3999---高级ACL----依据数据包当中源、目的IP,源、目的端口、协议号匹配数据
- 编号4000-4999---二层ACL,MAC、VLAN-id、802.1q
5、实验

第一步:设置客户机1、2 服务器1、2的IP地址




第二步:配置路由器

第三步:不让192.168.1.1访问192.168.2.1

第四步:测试

边栏推荐
- spark source code - task submission process - 3-ApplicationMaster
- Configuration of TensorFlow ObjecDetectionAPI under Anaconda3 of win10 system
- Getting Started Doc 08 Conditional Plugins
- LinkSLA坚持用户第一,打造可持续的运维服务方案
- 运维工程师,快来薅羊毛
- 【Day8】Knowledge about disk and disk partition
- SSL证书提示过期或者无效,该怎么处理呢?
- NIO工作方式浅析
- 硬盘分区和永久挂载
- spark operator - map vs mapPartitions operator
猜你喜欢

Image compression failure problem
![[Day1] (Super detailed steps) Build a soft RAID disk array](/img/40/cda8e5522c2795e03c0d47e8a689f8.png)
[Day1] (Super detailed steps) Build a soft RAID disk array

I/O performance and reliability

Getting Started Document 07 Staged Output

Getting Started 11 Automatically add version numbers

Mongodb query analyzer parsing

The problem of calling ds18b20 through a single bus

入门文档10 资源映射

正则表达式小实例--验证邮箱地址

VRRP principle and command
随机推荐
Switch principle
Getting Started Document 09 Standalone watch
海外服务器的优势
The Servlet to jump to the JSP page, forwarding and redirection
I/O性能与可靠性
小度 小度 在呢!
专有宿主机CDH
ACLs and NATs
Autoware中安装Yolo3目标检测模块遇到的问题
交换机原理
乘云科技受邀出席2022阿里云合作伙伴大会荣获“聚力行远奖”
错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘
[Day8] (Super detailed steps) Use LVM to expand capacity
深度 Zabbix 使用指南——来自惨绿少年
Getting Started Document 01 series in order
入门文档04 一个任务依赖另外一个任务时,需要按顺序执行
【Day8】使用LVM扩容所涉及的命令
账号与权限管理
spark source code-RPC communication mechanism
spark算子-textFile算子