包含标签:promox 的文章
-
promox使用过程中web gui无法登陆 故障解决
promox使用过程中web gui无法登陆 SSH 都可以正常使用。 解决方案: systemctl status pveproxy.service systemctl restart pveproxy.service service…… -
-
promox 禁止IPV6
promox 禁止IPV6 编辑 vi /etc/sysctl.conf # disable ipv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ip……