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

问题原因:

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

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

http_port: 80 改成81

再重启cobbler、 cobbler sync就可以了

猜你喜欢

转载自www.cnblogs.com/jeson-lbb/p/9819724.html
今日推荐