码迷,mamicode.com
首页 >  
搜索关键字:cisco asa firewall    ( 3866个结果
两台Cisco A5510 防火墙配置为Active/Standby模式的双机互备
二.实现方式:两台A5510通过接口Ethernet0/3实现互联。配置如下:A5510-2(PrimaryHost):hostname/contexthostname(config)#interfaceEthernet0/0hostname(config-if)#nameifinsidesecurity-level100hostname(config-if)#ipaddress192.168.10.244255.255.255.248standby192...
分类:数据库   时间:2014-08-07 07:30:10    阅读次数:266
Cisco 反向acl
硬件环境:3560三层交换机要求:vlan19可以访问所有其他vlan不可以访问vlan19(服务器vlan11除外)三层交换机上:ipaccess-listextendedit-inaclpermitip192.168.19.00.0.0.255anyreflecttraficipaccess-listextendedit-outaclpermitip192.168.11.00.0.0.255192.168.19.00.0.0...
分类:其他好文   时间:2014-08-07 07:27:29    阅读次数:273
YARN环境搭建 之 一:CentOS7.0系统配置
三、系统配置之关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl命令的基本操作格式是: systemc...
分类:其他好文   时间:2014-08-06 14:33:31    阅读次数:441
LINUX防火墙firewall、iptables
(1) 重启后永久性生效:开启: systemctl enable iptables.service'.ln -s '/usr/lib/systemd/system/iptables.service' '/etc/systemd/system/basic.target.wants/iptables....
分类:系统相关   时间:2014-08-06 08:23:21    阅读次数:863
HDU 4760 Good FireWall 完善Trie题解
本题乍看像是线段树之类的区间操作,不过因为只是需要查找ip的前缀,故此其实是使用Trie来做。 这里的Trie使用到了Delete函数,这是个Trie函数中最难的函数了,当然要使用数组记录的方法水掉,也是可以的。这里不水,给出delete函数。 考点难点: 1 Trie的操作函数的灵活运用,主要难点是delete函数的灵活运用 2  在叶子节点所有的group id, 删除的时候要注意,不...
分类:其他好文   时间:2014-08-05 11:13:09    阅读次数:296
SSH Secure Shell Client--- the host may be dow
the host may be down,or there may be a problem with the network connection.Sometimes such problems can also be caused by a misconfigured firewall.遇到这样...
分类:其他好文   时间:2014-08-05 00:19:28    阅读次数:454
cisco aaa 授权后门测试
最近遇到一个客户aaa没有正确的配置,导致自己被关在设备外面的case;由于是生产环境的多交换机堆叠单元,重启忽略配置也是不允许的,且必须远程操作解决,无疑提升了解决问题的难度。多次尝试后发现通过ciscoacs上的一些设置可以绕过授权进入设备,分享上来和大家一起研究下,..
分类:其他好文   时间:2014-08-04 14:38:28    阅读次数:399
CISCO DHCP根据MAC绑定IP
ipdhcppoolzrq1host192.168.18.14255.255.255.0client-identifier01c8.bcc8.d147.36mac在windows里是没有01的,加上01,然后每4位用一个点分隔如果要立即生效,需要清空路由器自动分配ip的缓存。命令:clearipdhcpbinding*arp202.196.191.1900100.1fd0.8575.d2arpa是防止指定ip..
分类:其他好文   时间:2014-08-04 14:37:38    阅读次数:525
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!