Replies: 1 comment 1 reply
-
I've converted this to a discussion as it is not a code bug per say, its a configuration and I'm not sure what to suggest! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is for reporting bugs with the code, if this issue is regarding setting up on your local server please use the forum see readme for details
Describe the bug
I can access my machines cloudlog webserver both local and via zerotier. But cloudlog webaccess via Zerotier causes an issues and falls back to my local (192.168.1.40) ip-address instead of the assigned zerotier IP address (192.168.192.40).
Zerotier works 100% because I can login via the commandline everywhere in the world on this machine (which is running cloudlog).
To Reproduce
You need an instance with 2 ip-addresses to access this platform
My exact example
http://192.168.192.40/cloudlog/index.php/user/login -> http://192.168.192.40/cloudlog/index.php/user/login (no problem)
http://192.168.192.40/cloudlog/ -> http://192.168.1.40/cloudlog/index.php/user/login (no vpn connection when external)
http://192.168.1.40/cloudlog/ -> http://192.168.1.40/cloudlog/index.php/user/login (no problem)
http://192.168.1.40 -> http://192.168.1.40/cloudlog/index.php/user/login (via index.php in www-root (no problem)
Expected behaviour
I expect that the base IP address used will remain unchanged but in the 2nd line it does.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions