1 访问控制列表 配置在/etc/named.conf文件的最顶端 acl innct { 192.168.1.0/24; 127.0.0.0/8; }; allow query { innct; }; 2- 视图named.confacl telecom { 192.168.1.0/24; 127 ...
分类:
其他好文 时间:
2016-10-17 07:06:35
阅读次数:
120
防伪码:仰天大笑出门去,我辈岂是蓬蒿人第一章Squid透明代理+ACL访问控制+日志分析前言:搭建代理服务器可以提高上网打开网页的速度,可以对非法网站进行屏蔽,限制文件下载,以及查看员工访问internet的情况,包括上网的地址,用户,时间等,是企业网络管理的常用手段。代理..
分类:
其他好文 时间:
2016-10-17 00:46:45
阅读次数:
253
一、对于S21的进入(上行)的数据的限速,可以用Qos做到。ip access-list extended acl_1 配置ACLpermit ip 172.16.41.0 0.0.0.255 any 进入端口源地址为172.16.41.0的数据流 deny ip any any!class-map ...
分类:
其他好文 时间:
2016-10-16 16:27:17
阅读次数:
118
故障现象:所有华为的交换机满屏的警告日志Reason=Clockselectionfailed-Noselectableclock,clockstatus:处理过程:1、查华为知识库,有一篇类似的故障:http://support.huawei.com/enterprise/KnowledgebaseReadAction.action?contentId=KB1000063521,抓包的结果也一样为收..
分类:
其他好文 时间:
2016-10-16 07:54:09
阅读次数:
3936
路由器实现负载均衡:如上图:AR1访问AR3时数据分流走AR2和AR4实现负载均衡AR1配置:[Huawei-GigabitEthernet0/0/0]ipadd1.1.1.128[Huawei-GigabitEthernet0/0/1]ipadd2.2.2.124[Huawei]iproute-static0.0.0.00.0.0.01.1.1.2[Huawei]iproute-static0.0.0.00.0.0.02.2.2.2华为默..
分类:
其他好文 时间:
2016-10-09 01:03:20
阅读次数:
397
思科:Cisco-sw#configterminalCisco-sw(config)#defaultinterface<端口号>Cisco-sw(config)#defaultinterfacegigabitEthernet0/24InterfaceGigabitEthernet0/2settodefaultconfiguration华为:<HuaWei-SW>system-view[HuaWei-SW]clearconfigurationinterfaceGigab..
分类:
其他好文 时间:
2016-10-09 00:52:21
阅读次数:
458
http://www.nowcoder.com/ta/huawei?query=&asc=true&order=&page=1 无聊刷华为的题 大部分比较简单 答案如下 ...
分类:
其他好文 时间:
2016-10-07 15:50:21
阅读次数:
316
1、创建一个10G分区,并格式为ext4文件系统;(1)要求其block大小为2048,预留空间百分比为2,卷标为MYDATA,默认挂载属性包含acl;#创建10G分区
[root@CentOS7~]#fdisk/dev/sdb
命令(输入m获取帮助):n
Partitiontype:
pprimary(0primary,0extended,4free)
eextended
Select(defau..
分类:
系统相关 时间:
2016-10-06 23:00:50
阅读次数:
313
简介:TCPWrappers是一个基于主机的ACL系统,他被用来过滤对Linux系统提供的网络服务的访问。他通过libwrap向daemon进程提供过滤功能。TCPWrappers的工作流程:1、读取/etc/hosts.allow文件,如果能匹配到策略,则允许;否则进行下一步;2、读取/etc/hosts.deny文件,如果能匹..
分类:
移动开发 时间:
2016-10-05 01:10:15
阅读次数:
272
As we know that some devices come with locked bootloaders like Sony, HUAWEI, hTC...If you try to unlock bootloader, the data would disappear!!! Take h ...
分类:
移动开发 时间:
2016-10-04 22:54:24
阅读次数:
427