码迷,mamicode.com
首页 >  
搜索关键字:firewall    ( 1565个结果
SQL Server: Windows Firewall with Advanced Security
SQL Database Engine: TCP 1433 & UDP 1434 SQL Analysis Service: TCP 2383 (2382 if named instance) Windows Firewall with Advanced Security On Windows 7 ...
分类:数据库   时间:2015-04-02 14:44:01    阅读次数:138
Centos7下多网卡的路由转发配置
Centos7前的版本用iptable 防火墙设置路由转发 ;Centos7 以后的版本不能使用iptable 防火墙来设置路由器转发,而是得用firewall-cmd 来设置首先输入firewall-cmd --list-all 来查看当前防火墙配置假设接口 interfaces:eno1 ens...
分类:其他好文   时间:2015-04-01 08:16:41    阅读次数:548
redhat7 防火墙设置
查看防火墙的状态# firewall-cmd --staterunning# systemctl stop firewalld //关闭防火墙服务# systemctl start firewalld //开启防火墙服务# firewall-cmd --list-allpublic (defau.....
分类:其他好文   时间:2015-03-31 10:33:46    阅读次数:160
CentOS 7 nfs客户端挂载问题
配置nfs服务器时,服务器端挂载没有问题,但是客户端挂载时提示:mount.nfs: Connection timed out解决方法1:关闭firewalld # systemctl stop firewalld # firewall-cmd --state not running 解决方法2:r...
分类:其他好文   时间:2015-03-20 14:18:31    阅读次数:216
CentOS 7 中firewall-cmd命令
在 CentOS 7暂时开放 ftp服务#firewall-cmd --add-service=ftp永久开放 ftp服务#firewall-cmd --add-service=ftp --permanent永久关闭#firewall-cmd --remove-service=ftp --perma...
分类:其他好文   时间:2015-03-20 14:10:51    阅读次数:140
centos7安装svn服务器checkout失败
运行环境[zhangfen@localhostsbin]$cat/etc/redhat-release CentOSLinuxrelease7.0.1406(Core) [zhangfen@localhostsbin]$uname-a Linuxlocalhost.localdomain3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux成功安装完SVN服务器[zhangfen@loca..
分类:其他好文   时间:2015-03-17 02:09:15    阅读次数:195
Cross The GFW(Great Firewall of China)
Present Situation GFWGreat Firewall of China Theory How ToPresent SituationAs we all know, those who from Mainland China could not enjoy the freedom which brought by the real Internet. For example, we...
分类:其他好文   时间:2015-03-16 23:12:10    阅读次数:694
在防火墙规则中添加要开启的端口
系统环境:CentOS6.5在防火墙文件下添加条目即可,但注意条目的位置;[root@debris~]#vi/etc/sysconfig/iptables#Firewallconfigurationwrittenbysystem-config-firewall#Manualcustomizationofthisfileisnotrecommended.*filter:INPUTACCEPT[0:0]:FORWARDACCEPT[0:0]:OUTPUTAC..
分类:其他好文   时间:2015-03-12 15:25:06    阅读次数:111
通过VNC直接控制ESXI虚拟机
准备步骤:1.下载VNCPutty及WinSCP2.在ESXI上开启ssh3.利用WinSCP连接到ESXI,按照下面要求修改:1.修改ESXi主机的firewall配置在ESXi主机的/etc/vmware/firewall目录下增加vnc的防火墙配置文件,vnc.xml,内容如下:/etc/vmware/firewall#catvnc.xml<!--FirewallRuleforVNC..
分类:其他好文   时间:2015-03-12 01:08:42    阅读次数:172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!