码迷,mamicode.com
首页 >  
搜索关键字:iptables filter表    ( 4751个结果
Rhel6-lvs配置文档
系统环境: rhel6 x86_64 iptables and selinux disabled相关网址:http://zh.linuxvirtualserver.org/ yum仓库配置:[rhel-source] name=Red Hat Enterprise Linux $releaseve....
分类:其他好文   时间:2014-09-30 20:04:10    阅读次数:298
netfilter分析
转自:http://blog.sina.com.cn/s/blog_a31ff26901013n07.html一、概述1. Netfilter/IPTables框架简介 Netfilter/IPTables是继2.0.x的IPfwadm、2.2.x的IPchains之后,新一代的L...
分类:Web程序   时间:2014-09-30 19:15:19    阅读次数:247
使用linux系统做路由转发
使用linux系统(PC机)做路由转发关键字:linux,Fedora,route,iptables,ip_forward 最近做网络实验,在实验过程中需要用到linux的转发功能,但是遇到一些问题,在请教了linux网络技术的网友后终于把它解决了,解决了之后我开始总结之前失败的原因,并将历程写成....
分类:系统相关   时间:2014-09-29 19:13:42    阅读次数:434
CentOS项目实例之九--防火墙端口配置
1.防火墙配置1.1.ZZSRV1首先,需要对ZZSRV1的角色进行分析。它是主DNS、网站、DHCP服务器、时钟服务器。我们决定不做出站限制,仅做入站限制,类似XP查看当前配置#iptables-LChainINPUT(policyACCEPT)targetprotoptsourcedestinationChainFORWARD(policyACCEPT)targetprotoptso..
分类:其他好文   时间:2014-09-28 19:59:17    阅读次数:327
Samba的配置问题
一、Samba安装步骤 1、安装有关Samba的RPM包(samba、samba-common、samba-client) 2、创建Samba用户 3、修改配置文件 4、重启samba服务 5、设置目录访问权限 6、测试 1、准备工作 我系统是Linux发行版Fedroa 19,内核版本是3.14.17-100.fc19.x86_64。 首先使用rmp -qa | gre...
分类:其他好文   时间:2014-09-27 15:29:30    阅读次数:246
集群 luci+ricci
配置环境:1.selinux Enforcing vim /etc/sysconfig/selinux2.date 时间同步 ntpdate 3.iptables 关闭火墙 iptables -F4.NetwortManger 关闭 集群管理~~~~~~~~~~~~~~~~~~~~~~~~~~~~....
分类:其他好文   时间:2014-09-27 11:28:49    阅读次数:399
iptables
在iptables中有几个不同的链。iptables -A INPUT -p tcp -s x.x.x.x/x --dport 22 -j ACCEPT // 允许源地址为x.x.x.x/x的主机通过22(ssh)端口.iptables -A INPUT -p tcp --dport 80 -j A...
分类:其他好文   时间:2014-09-27 02:10:59    阅读次数:194
玩转Linux之- CentOS 7.0,启用iptables防火墙
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装...
分类:系统相关   时间:2014-09-26 21:40:48    阅读次数:232
Can‘t connect to MySQL server on ‘IP‘ (10060)
配置iptables,使他容许3306的访问 加入下面脚本...问题消失了(直接在命令行界面执行下面语句): iptables -I INPUT -p tcp --dport 3306 -j ACCEPT;??//访问本机的3306的端口的数据包都允许(进口) iptables-sa...
分类:数据库   时间:2014-09-26 21:20:59    阅读次数:176
使用 libiptc 操作 iptables
这些代码花了我三天才写出来,filter表的操作没问题,nat表操作不太对。在arm平台也有点不对,懒得调试了,分享出来吧。 #include #include #include #include #include #include #include #include #include #include //#include #define...
分类:其他好文   时间:2014-09-26 19:43:08    阅读次数:501
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!