How To Install Snort NIDS On CentOS 7 IntroductionThere are few and straight forward administration guides are available for snort on the web. Today, we will try to explain anatomy of snor...
2017-07-14 /
2618 次浏览 /
网络安全
1、安装openvpnyum install -y openvpnyum install -y easy-rsa2、配置openvpn拷贝配置文件cp /usr/share/doc/openvpn-*/sample/sample-config-files/server.conf /etc/openvpn编辑配置文件vim /etc/openvpn/server.conf主要修改以下几个配置,把前边的分号注释去掉,其中DNS配置项,改成阿里公共DNS地址。#####...
2016-06-22 /
4343 次浏览 /
网络安全
本篇文章已加密,请输入密码后查看。...
2016-03-31 /
2630 次浏览 /
网络安全
Suricata 是一个网络入侵检测和阻止引擎,由开放信息安全基金会以及它所支持的提供商说开发。该引擎是多线程的,内置 IPv6 的支持,可加载预设规则,支持 Barnyard 和 Barnyard2 工具。This installation guide has been tested with:Suricata 3.0, 2.0.11 on CentOS 7Suricata 3.0, 2.0.11 on Scientific Linux 7Suricata 3.0, 2.0...
2016-03-31 /
2453 次浏览 /
网络安全
CentOS 服务器一键安装/配置模板教程 服务系统:CentOS 5/6 32/64位 (支持蜂巢Centos 6.7)推荐宽带:10M 以上更新时间:2016-03-12授权码:sbwml.cn(脚本仅供娱乐,禁止商业用途)1) 使用 root 账号登录 Linux 服务器。2)执行一键安装脚本(需要密钥):如果提示出错 bash: wget: command not found 请执行 yum -y install wget3) 根据终端返回提示完成...
2016-03-12 /
4043 次浏览 /
网络安全
服务器端安装openvpn在这里http://swupdate.openvpn.org/community/releases/openvpn-install-2.3.4-I004-i686.exe下载openvpn在服务器安装时记得勾选红框中的两个选项安装完成后编辑C:\Program Files (x86)\OpenVPN\easy-rsa目录下的vars.bat.sample文件,修改如下内容然后切换到如下目录cd /D C:\Program Files (x86)\Op...
2016-03-09 /
2456 次浏览 /
网络安全
FreeRadius记录登陆的错误信息到数据库 在modules里面添加attr_rewrite,内容为attr_rewrite sanereplymessage {attribute = Reply-Messagesearchin = replysearchfor = "\n|\r"replacewith = ""ignore_case = nonew_attribute = nomax_matches = 10append = no}12345678910att...
2016-02-23 /
2380 次浏览 /
网络安全
FreeRADIUS 2.x默认在数据库只记录用户名,密码,认证时间等信息,但没有访问IP和连接VPN的IP,为了更好的监控,所以添加记录验证者的ip和连接vpn的IP。首先给FreeRADIUS数据库的radpostauth表添加2个字段 calledstationid和nasipaddress。然后修改 /usr/local/etc/raddb/sql/mysql/dialup.conf ,将最后的认证信息修改为: postauth_query = "INSERT INT...
2016-02-23 /
2159 次浏览 /
网络安全
安装freeradius 2.x和freeradius 3.x,测试连接都无法通过,错误如下 freeradius 2.x 提示的错误radclient:: Failed to find IP address for Excaliburradclient: Nothing to send.12radclient:: Failed to find IP address for Excaliburradclient: Nothing to send. freerad...
2016-02-23 /
3686 次浏览 /
网络安全
H3C S5048E web不能配置端口链路汇聚在web中配置链路汇聚 手工模式时,添加端口状态都是不能添加的状态。通过控制口,查看当然运行配置信息如:interface GigabitEthernet0/47 speed 1000 controller arp enable undo arp detection trust arp rate-limit 15 port link-aggregation group 1&n...
2016-02-22 /
2365 次浏览 /
网络安全