qinxu

没有到主机的路由这种问题大部分情况是由机器的防火墙没有关闭

Ubuntu

  查看防火墙状态

ufw status

  关闭防火墙

ufw disable

centos6

  查看防火墙状态

service iptables status

  关闭防火墙

chkconfig iptables off 

centos7

  查看防火墙状态

firewall-cmd --state

  关闭防火墙

systemctl stop firewalld.service

 

分类:

技术点:

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2021-09-27
  • 2021-09-28
  • 2022-12-23
  • 2021-07-16
猜你喜欢
  • 2021-05-22
  • 2022-01-08
  • 2021-04-04
  • 2022-12-23
  • 2021-09-17
  • 2022-01-19
  • 2021-11-14
相关资源
相似解决方案