后端技术
centos启动tomcat后局域网无法访问,发现8080端口被tcp6占用解决方法
2021-01-06 54 0
简介 centos启动tomcat后局域网无法访问,发现8080端口被tcp6占用解决方法
centos启动tomcat后局域网无法访问,发现8080端口被tcp6占用解决方法
net.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 1

