Container cant be acessed when run in ubuntu server, but it can be acessed when run on different computer. #2264
Unanswered
Reasonable-Human
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Migrate to discussion as not a container bug.. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
docker run --cap-add=NET_ADMIN -e TRANSMISSION_WEB_UI=flood-for-transmission -e OPENVPN_PROVIDER=NORDVPN -e OPENVPN_USERNAME=******** -e OPENVPN_PASSWORD=****** -e LOCAL_NETWORK=192.168.178.1/24 -v "/home":/data --log-driver=json-file --log-opt=max-size=10m -p 9091:9091 --restart on-failure haugene/transmission-openvpn
Current Behavior
The container starts and loads normally and runs as expected. It stays online and seems to function the way it should but i cant connect to it from any other devices, when i
run curl localhost:9091
it returns the expected<h1>301: Moved Permanently</h1>
which means it must be working.Other containers work flawlessly (for example the library/httpd container) and when run on my desktop i can access it fine from any device.
The container is running on Ubuntu Server 22.04 LTS which is a vm hosted by a local Proxmox server
Expected Behavior
I should be able to access the web ui from computers on the same network.
How have you tried to solve the problem?
Ive tried disabling the firewall (UFW and also the proxmox firewall) even though it should have no effect considering library/httpd works fine
I've tried changing the port to 8080 because that's what library/httpd runs on and that works fine
Reinstalling Docker
Reinstalling the VM
Log output
Log output
HW/SW Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions