码迷,mamicode.com
首页 >  
搜索关键字:firewall-cmd    ( 421个结果
centos7 防火墙
检查状态:firewall-cmd--state关闭状态:systemctlstopfirewalld.service
分类:其他好文   时间:2015-11-18 18:07:32    阅读次数:160
centos防火墙开发新端口
防火墙开放新端口 firewall-cmd?--zone=public?--add-port=3002/tcp?--permanent #重新加载防火墙,才能生效 firewall-cmd?--reload...
分类:其他好文   时间:2015-11-11 19:25:09    阅读次数:264
rhel7 samba
服务器:yum-yinstallsamba*firewall-cmd--per--add-port=137/tcpfirewall-cmd--per--add-port=138/tcpfirewall-cmd--per--add-port=139/tcpfirewall-cmd--per--add-port=445/tcpfirewall-cmd--relvim/etc/samba/smb.conf[hrr]path=/hrrbrowseable=yeswritelist=hrruseraddhruse..
分类:其他好文   时间:2015-10-11 19:45:45    阅读次数:219
firewall
[root@localhost~]#firewall-cmd--get-default-zone public #查询当前默认区域 [root@localhost~]#firewall-cmd--set-default-zone= #设置默认区域。会同时更改运行时配置和永久配置 [root@localhost~]#firewall-cmd--get-zones blockdmzdropexternalhomeinternalpublictrusted..
分类:其他好文   时间:2015-09-14 19:39:18    阅读次数:163
CentOS6及7下端口开启与关闭
--centos 7.0 firewall-cmd --zone=public --add-port=8080/tcp --peranment firewall-cmd --zone=public --add-port=8081/tcp --peranment --关闭防火墙 service firewalld stop --centos 6.5 /sbin/iptables -I...
分类:其他好文   时间:2015-07-31 16:22:21    阅读次数:155
CentOS7下开启端口
开启端口: firewall-cmd --zone=public --add-port=80/tcp --permanent 命令含义: --zone #作用域 --add-port=80/tcp  #添加端口,格式为:端口/通讯协议 --permanent #永久生效,没有此参数重启后失效 重启防火墙: firewall-cmd --reload 或者service fire...
分类:其他好文   时间:2015-07-22 10:40:43    阅读次数:104
centos7 主机访问不了虚拟机---firewall
centos7默认不用iptables而是用firewallsystemctlstartfirewalld.service#启动firewall systemctlstopfirewalld.service#停止firewall systemctldisablefirewalld.service#禁止firewall开机启动firewall-cmd--state--查看firewall当前状态firewall具体用法参考http://www.cento..
分类:其他好文   时间:2015-07-09 01:02:03    阅读次数:115
firewall-cmd 开启后内部不能访问
周一早上开启了防火墙,之后就一直服务不能启动,之后一直查找,当我关掉防火墙之后,服务重新启动,明白了,原因d是防火墙d原因。于是查找,对于内部不能够访问的原因,终于找到了这个:添加HTTP服务到内部区域(internal)?12firewall-cmd--permanent--zone=intern...
分类:其他好文   时间:2015-06-29 14:48:54    阅读次数:629
RHEL7.0 系列 防火墙
RedhatEnterpriseLinux7已经默认使用firewalld作为防火墙,其使用方式已经变化。基于iptables的防火墙被默认不启动,但仍然可以继续使用。RHEL7中有几种防火墙共存:firewalld、iptables、ebtables等,默认使用firewalld作为防火墙,管理工具是firewall-cmd。RHEL7的内核版本是..
分类:其他好文   时间:2015-06-12 22:20:51    阅读次数:880
Centos7 防火墙 firewalld 笔记
Centos7使用firewalld代替了原来的iptables.开启端口firewall-cmd --zone=public --add-port=80/tcp --permanent命令含义:--zone #作用域--add-port=80/tcp #添加端口,格式为:端口/通讯协议--per....
分类:其他好文   时间:2015-06-06 19:22:54    阅读次数:184
421条   上一页 1 ... 39 40 41 42 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!