当前位置: 首页 > news >正文

wordpress网站响应慢东莞需要做推广的公司

wordpress网站响应慢,东莞需要做推广的公司,海口网络建站模板,网站推广类型为什么当linux作为router使用时#xff0c;安装docker后流量转发失败 场景 当一台linux机器作为其它服务器的router#xff0c;负责转发流量的时候#xff0c;让你在linux上安装docker之后#xff0c;就会出现流量都被drop掉了 原因 没装docker之前#xff1a; [root~]…为什么当linux作为router使用时安装docker后流量转发失败 场景 当一台linux机器作为其它服务器的router负责转发流量的时候让你在linux上安装docker之后就会出现流量都被drop掉了 原因 没装docker之前 [root~]# iptables -t raw -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination[root~]# iptables -t mangle -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain FORWARD (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination[root~]# iptables -t filter -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain FORWARD (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination[root~]# iptables -t nat -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination装docker之后 [root~]# iptables -t raw -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination[root ~]# iptables -t filter -nvL Chain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain FORWARD (policy DROP 0 packets, 0 bytes)pkts bytes target prot opt in out source destination0 0 DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/00 0 DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/00 0 ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/00 0 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/00 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain DOCKER (1 references)pkts bytes target prot opt in out source destinationChain DOCKER-ISOLATION-STAGE-1 (1 references)pkts bytes target prot opt in out source destination0 0 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/00 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0Chain DOCKER-ISOLATION-STAGE-2 (1 references)pkts bytes target prot opt in out source destination0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/00 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0Chain DOCKER-USER (1 references)pkts bytes target prot opt in out source destination0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0[root~]# iptables -t mangle -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain FORWARD (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination[root~]# iptables -t nat -nvL Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination5 1121 DOCKER all -- * * 0.0.0.0/0 0.0.0.0/0 ADDRTYPE match dst-type LOCALChain INPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destinationChain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination0 0 MASQUERADE all -- * !docker0 172.17.0.0/16 0.0.0.0/0Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)pkts bytes target prot opt in out source destination3 168 DOCKER all -- * * 0.0.0.0/0 !127.0.0.0/8 ADDRTYPE match dst-type LOCALChain DOCKER (2 references)pkts bytes target prot opt in out source destination0 0 RETURN all -- docker0 * 0.0.0.0/0 0.0.0.0/0看到根本原因是 Docker 将FORWARD链的默认策略设置为DROP。这时主机还充当路由器这将导致该路由器不再转发任何流量。 解决办法 如果希望系统继续充当路由器您可以ACCEPT向DOCKER-USER链添加明确的规则以允许它 iptables -I DOCKER-USER -i src_if -o dst_if -j ACCEPT
http://www.hkea.cn/news/14302018/

相关文章:

  • 温州网站设计服务商网站建设工作计划表
  • 建设用地预审系统官方网站企业网站建立的失败案例
  • 网站权重2的网站百度一下官方网址
  • 如何做电子海报在网站商务网站设计实训报告
  • 专业制作网站哪家专业网站管理助手4.0 mysql
  • 网站建设电销话术范文市场监督管理局官网入口
  • 那个网站做二手买卖的哪里有学做ppt的网站
  • wordpress多网站建设建筑公司网站建设
  • 查询学校信息的网站十大跨境电商排名
  • 建设银行查余额网站站长工具收录
  • 2019做网站seo学习论坛
  • 外贸公司网站建设费的会计科目wordpress显示空白页
  • 商城网站的开发怎么做哪家做的网站有利于百度推广
  • php记录网站访问次数成都金牛网站建设公司
  • 常平建设局网站网站建设目标的技术可行性
  • 网站开发教程收费版东阳畅销自适应网站建设
  • 中国建设银行网站查征信虚拟主机能干什么
  • 咸阳网站建设公司电话wordpress主题 yusi
  • 食药监局网站建设方案商城网站怎么做seo
  • 网站建设通讯设备中企动力网店网站设计
  • 网站开发与制作工资科技资讯
  • 安徽省校园网站建设一个网站开发背景是什么
  • 网站建设c云世家宋南南wordpress转成繁体
  • 外贸跨境电商网站建设开发网站展现形式
  • 织梦网站仿站wordpress的翻译文件
  • 学做饼干的网站免费制作软件的网站
  • 南京网站建设公司 雷仁网络网站建设和优司怎么样
  • 襄阳市建设局网站西安搭建网站
  • php网站开发数据列表排重网站管理密码
  • 多php网站空间编程代码大全