码迷,mamicode.com
首页 >  
搜索关键字:h3c secpath tracert icmp firewall    ( 3549个结果
Centos 7.0防火墙问题
从Centos7开始,自带的防火墙从iptables更改成了firewall。一般在企业环境,出于人力和稳定性考虑,还是用成熟的技术比较稳妥。以下是关闭firewall的方法systemctl stop firewalldsystemctl disable firewalld以下是恢复iptable...
分类:其他好文   时间:2014-10-21 00:51:59    阅读次数:259
CentOS 7.0编译安装Nginx1.6.0+MySQL5.6.19+PHP5.5.14
准备篇:CentOS 7.0系统安装配置图解教程http://www.osyunwei.com/archives/7829.html一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:syst...
分类:数据库   时间:2014-10-19 12:48:33    阅读次数:421
Windows ICS 服务无法启动问题解决
防火墙打不开肯定是"windows Firewall"服务没有启动。ICS服务启动不了能够通过下面方法解决:1、找到本地连接,单击左键--属性--共享--勾选(√)--确定,如以上步骤不能开启ICS服务,则需进行例如以下操作2、执行--输入“services.msc”--找到“internet co...
分类:Windows程序   时间:2014-10-19 10:14:17    阅读次数:292
TCP/IP协议族分层
TCP/IP通常认为是一个四层协议系统 应用层 Telnet、FTP、e-mail等 运输层 TCP和UPD 网络层 IP、ICMP和IGMP 链路层 设备驱动程序及接口卡 ...
分类:其他好文   时间:2014-10-18 13:51:02    阅读次数:166
linux内核源码剖析-tcp/ip实现--阅读1
这本书一共有33章,从底层开始往上讲,论述了tcp/ip的实现过程:数据链层->网络层->socket->传输层;打算从后面开始学,从传输层开始!传输层-tcp+udp网络层(IP,ICMP,IGMP,路由以及邻居子系统和ip组播)
分类:系统相关   时间:2014-10-17 05:57:14    阅读次数:467
ASA防火墙配置案例(一)
实验目标:1.配置静态路由,实现全网互通。2.R1能telnet到R3,R4,R3被拒绝ACL规则telnet到R4,R4无法telnet到R1和R3.ASAenconftinte0/1nameifinsidesecurity-level100ipadd10.1.1.10255.255.255.0noshinte0/2nameifdmzsecurity-level50ipaddress192.168.1.10255.255.255.0nosh..
分类:其他好文   时间:2014-10-16 04:22:42    阅读次数:204
setup无法使用解决办法
最小化安装Centos后,setup命令无法使用,执行如下命令即可 [root@junru~]#yumprovides*/bin/setup [root@junru~]#yuminstallsetuptool [root@junru~]#yuminstallntsysvsystem-config-firewall-tuisystem-config-network-tui
分类:其他好文   时间:2014-10-15 20:33:32    阅读次数:193
利用powershell script每个月定期从microsoft download网站上抓补丁
This artical will be published in English also:http://www.cnblogs.com/LarryAtCNBlog/p/4026695.html本人所在的公司对于安全性要求较高,除了平时各种内网加密外网firewall之外,对于server所使用的...
分类:Web程序   时间:2014-10-15 19:48:51    阅读次数:290
Use powershell script to download windows patches monthly
My company concerns security, request us to deploy the newest patches on our servers in time, even we have firewall/encryption internally.With the num...
分类:Windows程序   时间:2014-10-15 18:54:51    阅读次数:472
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!