Cobbler安装CentOS7系统时报错 curl:(7)Failed connect to 10.0.0.201:80;Connection refused

Cobbler安装CentOS7系统时报错 curl:(7)Failed connect to 10.0.0.201:80;Connection refused

问题原因:

  其他涉及到http服务的端口全部都改成了81端口。只有 /etc/cobbler/settings 这里没有改。

[root@mage-monitor- ~/]#grep -E "port: 81|server: 10" /etc/cobbler/settings
  http_port:
  next_server: 10.0.0.201
  server: 10.0.0.201 把 http_port: 80 改成81

再重启cobbler、 cobbler sync就可以了

命令行测试:

Cobbler安装CentOS7系统时报错 curl:(7)Failed connect to 10.0.0.201:80;Connection refused

上一篇:GetLastError 错误返回码


下一篇:Oracle多表更新及MERGE命令和闪回机制还原数据表