在RHEL7里有几种防火墙共存:firewalld、iptables、ebtables,默认使用firewalld来管理netfilter子系统,不过底层调用的命令仍然是iptables等。因为这几个daemon是冲突的建议禁用其他的几种服务:systemctlmaskiptables(ip6tables,ebtables)在firewalld中使用了区域(zone)的概..
分类:
其他好文 时间:
2014-09-01 02:52:03
阅读次数:
5621
配置防火墙,开启80端口、3306端口:CentOS 7.0默认使用的是firewall作为防火墙关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firew.....
分类:
其他好文 时间:
2014-08-26 21:26:26
阅读次数:
266
Fedora19安裝配置NFS并连接开发板 zyl-1014-5-6
安装启动NFS服务
安装NFS服务#yum install nfs-utils*#yum install portmap
关闭Fedora默认的防火墙,#systemctl stop firewalld
启用NFS服务# systemctl enable nfs-server.service
ln -s '/lib/s...
分类:
其他好文 时间:
2014-08-25 17:02:12
阅读次数:
244
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-08-23 16:34:21
阅读次数:
463
1.以root角色运行以下命令来安装TigerVNCserveryuminstalltigervnc-server也可以同时安装vncclientyuminstallvnc2.配置VNCServer2.1创建一个新的配置文件,我这里是开启3号窗口,方法如下:cp/lib/systemd/system/vncserver@.service/lib/systemd/system/vncserver@:3.service2..
分类:
其他好文 时间:
2014-08-21 19:37:05
阅读次数:
318
centos7默认的php是5.5,mysql已经变为mariadb,如果想要自定义的配置,需要自己手动来编译配置.以下步骤在公司服务器上已经正常操作过.1、安装centos7选择基本安装,配置完网络后首先要先关闭firewall:停止firewall# systemctl stop firewal...
分类:
其他好文 时间:
2014-08-19 23:42:05
阅读次数:
495
rhel7刚刚出来不久,很多人已经开始测试使用,说实话改动的地方还是挺多的。runlevel的修改已经和之前的版本不一样了,rhel7的/etc/inittab文件如下#inittabisnolongerusedwhenusingsystemd.
#
#ADDINGCONFIGURATIONHEREWILLHAVENOEFFECTONYOURSYSTEM.
#
#Ctrl-Alt-Deleteishan..
分类:
其他好文 时间:
2014-08-19 16:46:05
阅读次数:
179
stracetmux跟踪发现提示无权限操作同时在桌面下无法使用lxterminal,gnome-terminal等,查找archlinux官方论坛发现跟pts有关因为现在使用的是systemd会自动处理pts因些在/etc/fstab中去除devpts/dev/ptsdevptsdefaults00
分类:
其他好文 时间:
2014-08-12 13:51:15
阅读次数:
273
centos最小好化安装没有ifconfig命令刚安装了centos7.0,最小化安装,发现没有ifconfig命令,虚拟机里面的网卡显示ens32,这是centos7.0的特点,要使用 ifconfig命令,在/etc/sysconfig/network-scripts/if-ens32里面配置好...
分类:
其他好文 时间:
2014-08-09 11:25:17
阅读次数:
271
三、系统配置之关闭防火墙
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
systemctl命令的基本操作格式是:
systemc...
分类:
其他好文 时间:
2014-08-06 14:33:31
阅读次数:
441