R1配置---------------------------------------------version 5.20, ESS 2207P45#sysname RT1#super password level 3 simple h3c#domain default enable system#...
分类:
其他好文 时间:
2014-07-16 20:21:30
阅读次数:
236
R1的配置-----------------------------------------------------------------------------sysname RT1#super password level 3 simple h3c#domain default enable ...
分类:
其他好文 时间:
2014-07-16 20:18:40
阅读次数:
240
#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:
其他好文 时间:
2014-07-13 23:02:34
阅读次数:
318
R1配置:----------------------------------------------------#sysname RT1#super password level 3 cipher H`'>T.,>(V@X!XT.,>(V@X!XT.,>(V@X!XT.,>(V@X!XT.,>(V...
分类:
其他好文 时间:
2014-07-13 22:11:00
阅读次数:
714
使用debug命令可以帮助我们TS,但是使用debug命令往往会输出一大堆信息,很多是我们不需要用的,也会造成CPU高负荷,这种情况下我们可以限制debug的输出可以应用ACL到debug以限定仅输出要求的debug信息。如仅查看从1.1.1.1到1.1.1.2的ICMP包:Router(config)#access-list100per..
分类:
其他好文 时间:
2014-07-12 16:55:06
阅读次数:
542
(一)TCP/UDP,SOCKET,HTTP,FTP简析
TCP/IP是个协议组,可分为三个层次:网络层、传输层和应用层:
网络层:IP协议、ICMP协议、ARP协议、RARP协议和BOOTP协议
传输层:TCP协议与UDP协议
应用层:FTP、HTTP、TELNET、SMTP、DNS等协议
HTTP是应用层协议,其传输都是被包装成TC...
分类:
其他好文 时间:
2014-07-10 23:25:56
阅读次数:
233
1keepalived配置文件!ConfigurationFileforkeepalivedglobal_defs{#notification_email{#acassen@firewall.loc#failover@firewall.loc#sysadmin@firewall.loc#}#notification_email_fromAlexandre.Cassen@firewall.loc#smtp_server192.168.200.1#smtp_connect_timeout30router_..
分类:
其他好文 时间:
2014-07-10 18:06:21
阅读次数:
296
Ping是通过发送ICMP报文(类型8代码0)探寻网络主机是否存在的一个工具,如果服务器不能很好处理过大的Ping包,导致出现了PingtoDeath的攻击方式(用大Ping包耗尽对方的服务器资源)。Linux禁用ping格式如下:[root@test~]#echo"0">/proc/sys/net/ipv4/icmp_echo_ignore_all默..
分类:
系统相关 时间:
2014-07-09 09:00:46
阅读次数:
335
[root@localhost~]#cat/proc/sys/net/ipv4/icmp_echo_ignore_all查看icmp_echo_ignore_all的值0是允许ping1是禁止ping修改为icmp_echo_ignore_all的值为1这个只是在内存生效,重启就恢复0[root@localhost~]#echo"1">/proc/sys/net/ipv4/icmp_echo_ignore_all然后ping下这台..
分类:
系统相关 时间:
2014-07-09 08:55:34
阅读次数:
260
一、设置认证方式system-viewaaaauthentication-schemeauthlocal[认证方式名称]authentication-modelocal//认证方式本地二、添加本地用户system-viewaaalocal-usertest1passwordcipherPassw0rd//添加test1用户local-usertest1service-typetelnet//设置用户可以使用的服务类型lo..
分类:
Web程序 时间:
2014-07-05 23:20:55
阅读次数:
248