I'm having trouble getting an IP address for a UI. Here is the error message I got when trying to set the IP address:
我在获取UI的IP地址时遇到问题。这是我在尝试设置IP地址时收到的错误消息:
Attempting to connect... HTTPConnectionPool(host='10.227.124.50', port=80): Max retries exceeded with url: /api/v3.1/status (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host',))
尝试连接... HTTPConnectionPool(host = '10 .227.124.50',port = 80):使用url:/api/v3.1/status超出了最大重试次数(由NewConnectionError引起(':无法建立新连接:[ Errno 113]没有主持人的路线',))
There is also the other UI which was set up by OpenStack I can't access that too, I used a foxy proxy and still can access it, do I need to create some flow rules to make it accessible?
还有另一个由OpenStack设置的UI我也无法访问它,我使用了一个foxy代理并且仍然可以访问它,我是否需要创建一些流规则才能使其可访问?
1 个解决方案
#1
0
It looks like port 80 egress is not open somewhere in the route between your local machine and the world.
看起来端口80出口在本地机器和世界之间的路径中没有打开。
I suggest to check that all security groups, firewalls, iptables and of course your proxy, enable connection to port 80.
我建议检查所有安全组,防火墙,iptables,当然还有代理,启用与端口80的连接。
#1
0
It looks like port 80 egress is not open somewhere in the route between your local machine and the world.
看起来端口80出口在本地机器和世界之间的路径中没有打开。
I suggest to check that all security groups, firewalls, iptables and of course your proxy, enable connection to port 80.
我建议检查所有安全组,防火墙,iptables,当然还有代理,启用与端口80的连接。