码迷,mamicode.com
首页 >  
搜索关键字:squid iptables 上网行为管理    ( 5570个结果
iptables详解之filter
iptables详解之filteriptables令很多小伙伴脑阔疼,下面我们来说说如何使用iptables。一、iptables格式1.1、iptables帮助通过iptables--help查看一下iptables用法[root@note1~]#iptables--helpiptablesv1.4.21Usage:iptables-[ACD]chainrule-specification[op
分类:其他好文   时间:2019-11-02 23:46:39    阅读次数:157
Linux安装了mysql 无法远程连接
问题: 本地安装完mysql,无法远程连接 1、检查mysql进程是否启动 2、查看端口是否监听 3、查看iptables配置 4、云服务器检查下出入网有没有添加对应的端口 5、mysql是否授权对应的账号远程访问 也可以查看mysql用户表 ...
分类:数据库   时间:2019-11-02 18:21:36    阅读次数:95
tsar安装和使用
Tsar简介 Tsar是淘宝自己开发的一个采集工具,主要用来收集服务器的系统信息(如cpu,io,mem,tcp等),以及应用数据(如squid haproxy nginx等)。 收集到的数据存储在磁盘上,可以随时查询历史信息,输出方式灵活多样,另外支持将数据存储到mysql中,也可以将数据发送到n ...
分类:其他好文   时间:2019-11-02 18:10:37    阅读次数:82
iptables基本命令到深入
1、关闭firewalld,安装iptables-server并启动服务 systemctl stop firewalld systemctl disable firewalld yun -y install iptables-server yum -y install iptables-serve ...
分类:其他好文   时间:2019-11-01 18:54:12    阅读次数:130
centos7安装iptables防火墙
CentOS7默认的防火墙不是iptables,而是firewalle#先检查是否安装了iptablesserviceiptablesstatus#安装iptablesyuminstall-yiptables#升级iptablesyumupdateiptables#安装iptables-servicesyuminstalliptables-services禁用/停止自带的firewalld服务#停
分类:其他好文   时间:2019-10-31 18:41:08    阅读次数:283
RedHat 7关闭防火墙方法
1、在之前的版本中关闭防火墙等服务的命令是 service iptables stop /etc/init.d/iptables stop 2、RHEL7开始,使用systemctl工具来管理服务程序,包括了service和chkconfig systemctl list-unit-files|gr ...
分类:其他好文   时间:2019-10-31 11:52:58    阅读次数:196
linux防火墙的相关命令
一、iptables防火墙(需要安装防火墙sudo apt-get install firewalld命令查看插件)1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptab ...
分类:系统相关   时间:2019-10-30 18:50:15    阅读次数:128
基于NFS共享存储实现KVM虚拟机动态迁移
基于NFS共享存储实现KVM虚拟机动态迁移 一:配置环境 二:安装相关的依赖包 三:实现NFS共享存储 四:KVM机配置相同的步骤 五:安装KVM01安装虚拟机 六:实现迁移 实验初始配置:所有主机关闭防火墙与selinux [root@localhost ~]# iptables -F [root ...
分类:其他好文   时间:2019-10-30 16:50:29    阅读次数:136
iptables限制访问
iptables限制访问 常用命令 限制ip 限制端口 限制并发访问 解除封印 ...
分类:其他好文   时间:2019-10-30 16:37:24    阅读次数:96
openstack安全组
openstack环境安全组总是不生效,安全组主要是依靠计算节点的iptables的forward链来生效的,每加一条规则就会根据网卡作为匹配条件,来生成一条iptables的规则。如果没有任何规则,默认是丢弃所有的包。由上面的问题大概猜测到时因为,没有开启包转发功能,所有修改 /etc/sysct ...
分类:其他好文   时间:2019-10-29 23:51:29    阅读次数:111
5570条   上一页 1 ... 42 43 44 45 46 ... 557 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!