码迷,mamicode.com
首页 >  
搜索关键字:firewall-cmd    ( 421个结果
firewall-cmd 的常用命令使用
1,启用端口命令:$firewall-cmd[--zone=<zone>]--add-port=<port>[-<port>]/<protocol>[--timeout=<seconds>]示例:$firewall-cmd--add-port=18080/tcp2,禁用端口命令:$firewall-cmd[--zone=<zone>]--remove-port=<port>[-<port&..
分类:其他好文   时间:2016-09-20 18:18:19    阅读次数:4652
vsftp虚拟用户的建立
将ftp服务放在防火墙允许访问的服务列表内Firewall-cmd--permanent--add-service=ftpFirewall-cmd--reloadFirewall-cmd--list-allvim/etc/vsftpd/loginusers##文件名称任意ftpuser1123ftpuser2123ftpuser3123db_load-T-thash-f/etc/vsftpd/loginusers/etc/vsftbd/loginusers.db..
分类:其他好文   时间:2016-09-19 14:35:47    阅读次数:174
使用CentOS虚拟机实现路由转发及NAT
使用Centos7.2的firewall实现NAT功能两条命令即可实现echo"net.ipv4.ip_forward=1">>/etc/sysctl.d/ip_forward.conf##配置路由转发firewall-cmd--permanent--add-masquerade##配置伪装(NAT)系统安装使用最小安装即可,虚拟机仅1.5G大小,很方便的实现跨网络访问互联网..
分类:其他好文   时间:2016-09-14 23:33:37    阅读次数:606
centos7 开放mongodb端口
CentOS 7 默认没有使用iptables,所以通过编辑iptables的配置文件来开启端口是不可以的 CentOS 7 采用了 firewalld 防火墙 如要查询是否开启27019端口则: 1 2 [root@joe-pc ~]# firewall-cmd --query-port=2701 ...
分类:数据库   时间:2016-09-14 15:14:33    阅读次数:653
CentOS Firewall简单使用
启动 systemctl start firewalld 停止 systemctl stop firewalld 获取 firewalld 状态 firewall-cmd --state 在不改变状态的条件下重新加载防火墙 firewall-cmd --reload **如果你使用–complete ...
分类:其他好文   时间:2016-09-01 11:07:58    阅读次数:212
运维学习笔记Apache服务
ApacheHTTPSERVERApache软件基金会的一个开放源代码的网页服务器软件curl-I查看网站的网页服务器类型实验测试之前注意向发起访问请求的主机添加域名解析/etc/host一、安装httpdyuminstallhttpdsystemctlstarthttpdsystemctlenablehttpd#开机启动firewall-cmd--permanent--add-s..
分类:Web程序   时间:2016-08-27 00:39:58    阅读次数:253
第8章 Iptables与Firewalld防火墙
章节简述: 红帽RHEL7系统已经用firewalld服务替代了iptables服务,新的防火墙管理命令firewall-cmd与图形化工具firewall-config。 本章节基于数十个防火墙需求,使用规则策略完整演示对数据包的过滤、SNAT/SDAT技术、端口转发以及负载均衡等实验。 不光光学 ...
分类:其他好文   时间:2016-08-07 08:31:21    阅读次数:616
linux 下运行 tomcat
一开始找不到表名,原来mysql 表名区分大小写。 修改参数 lower_case_table_names=1 成功运行后不能通过浏览器访问! 开启8080端口 一、关闭防火墙 firewall-cmd --state 查看状态 systemctl disable firewalld.service ...
分类:系统相关   时间:2016-08-06 08:26:22    阅读次数:233
centos7命令
查看ip ip addr ip link 添加服务 systemctl enable nginx 添加防火墙端口 firewall-cmd --zone=public --add-port=80/tcp –permanent 重启防火墙 systemctl restart firewalld ...
分类:其他好文   时间:2016-08-04 14:58:10    阅读次数:187
Centos 7防火墙firewalld开放80端口
开启80端口 1、firewall-cmd --zone=public --add-port=80/tcp --permanent 1、firewall-cmd --zone=public --add-port=80/tcp --permanent 1、firewall-cmd --zone=pub ...
分类:其他好文   时间:2016-08-04 14:52:47    阅读次数:135
421条   上一页 1 ... 36 37 38 39 40 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!