恶搞百度记
今天和tiham玩了下局部恶搞百度!!!本着恶搞精神,本次恶搞点到为止,没造成大范围破坏,对施工期间造成一些上不了百度的同学在这边道个歉…

今天配置CISCO和H3C互联,总是PING不通,DEBUG又没输出。后来才明白。。。。
没敲这些命令,在终端上看不到debug信息。
<H5624-2>terminal ?
debugging 使能/禁止调试信息在终端输出
logging 使能/禁止日志类信息在终端输出
monitor 允许/禁止信息输出到用户终端
trapping 使能/禁止告警信息在终端输出
Router#terminal monitor ?
安装时遇到些麻烦。 不过,也总算OK了。贴上配置文件
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd’s
# capabilities.
#
#
sysname ne20
#
super password level 3 simple huawei
#
nat address-group 0 Y.238.243.1 Y.238.243.62 mask 255.255.255.192 //地址池网段
#
acl number 2000 //匹配内网网段,NAT
rule 0 permit source X.34.160.0 0.0.15.255
rule 1 deny
#
acl number 3033 //内部cernet服务器网段
rule 0 permit ip source X.34.160.60 0
rule 5 permit ip source X.34.160.34 0
r2#sh run
Building configuration…
Current configuration : 1312 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r2
!