码迷,mamicode.com
首页 >  
搜索关键字:system-config-firewall    ( 19个结果
iptable防火墙案例
[root@WX020 firewall]# cat /etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of this file is not ...
分类:其他好文   时间:2019-02-25 13:19:54    阅读次数:178
Centos6.8 防火墙设置
1、指令 vi /etc/sysconfig/iptables 添加以下内容和要开放的端口 # Firewall configuration written by system-config-firewall# Manual customization of this file is not rec ...
分类:其他好文   时间:2018-03-07 19:00:07    阅读次数:198
完整版安装linux
yum update yum install screen wget iptraf-ng unzip openssh-clients subversion git man setuptool system-config-firewall-tui ntsysv vim links bzip2 pcre ...
分类:系统相关   时间:2017-10-10 14:41:05    阅读次数:349
Centos 7 使用iptables
# sample configuration for iptables service # you can edit this manually or use system-config-firewall # please do not ask us to add additional ports/ ...
分类:其他好文   时间:2017-08-03 16:57:41    阅读次数:174
centos6系列版本防火墙图形化设置
1 system-config-firewall 图形化配置命令 第一步是选择信任的服务(trusted service): 常用的服务有:DNS(53) ftp(21) imap(993) ipsec(/ah /esp 00/udp) mail(smtp 25) multicast dns(535 ...
分类:其他好文   时间:2017-05-08 21:05:09    阅读次数:464
防火墙默认策略详解
# Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]:FORWARD AC ...
分类:其他好文   时间:2017-04-15 18:25:19    阅读次数:197
iptables
# Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWAR ...
分类:其他好文   时间:2017-01-15 22:48:25    阅读次数:257
linux(DHCP服务)
DHCP服务1、基本信息:1)网卡配置文件:/etc/sysconfig/network-scripts/ifcfg-XXX示例:查看第一块网卡信息:[root@ns~]#cat/etc/sysconfig/network-scripts/ifcfg-eth0输出如下:DEVICE=eth0##设置网卡接口的名称HWADDR=00:0C:29:86:2A:B0##物理网卡的MAC地址TYPE=Ethernet#..
分类:系统相关   时间:2016-09-15 15:15:40    阅读次数:286
Linux防火墙配置
防火墙命令 service iptables stop --停止 service iptables start --启动文件 /etc/sysconfig/iptables # Firewall configuration written by system-config-firewall # Ma ...
分类:系统相关   时间:2016-06-04 22:18:57    阅读次数:208
CentOS 6.6编译安装Nginx1.6.2+MySQL5.6.21+PHP5.6.3(转)
vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommende ...
分类:数据库   时间:2016-04-11 00:07:12    阅读次数:262
19条   1 2 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!