Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 5, 2016 04:56
Show Gist options
  • Save v-thomp4/c35c352c7067daa8b1c63c949d368a1c to your computer and use it in GitHub Desktop.
Save v-thomp4/c35c352c7067daa8b1c63c949d368a1c to your computer and use it in GitHub Desktop.
rancher: ERROR: https://SERVER_IP:8080/v1 is not accessible
cat /usr/lib/firewalld/services/rancher.xml
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>rancher</short>
<description>Rancher is an open source project that provides a complete platform for operating Docker in production.</description>
<port protocol="tcp" port="8080"/>
<port protocol="udp" port="4500"/>
<port protocol="udp" port="500"/>
</service>
sudo firewall-cmd --reload
sudo firewall-cmd --zone=public --add-service=rancher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment