bubuntux / nordlynx

GNU General Public License v3.0
192 stars 43 forks source link

I am not able to access the gui of radarr,sonarr,qbittorrent, or jackett when it is under NordLynx #144

Closed BhadrinathKS closed 5 months ago

BhadrinathKS commented 11 months ago
:warning: Make sure to follow the template, troubleshoot on your own first, review Open/Closed Issues, Discussions, Wiki and consider creating a discussion thread instead. :warning:

I recently installed the new Nordlynx container and after turning the container on adding all the *arr apps, I am unable to access the gui on any of them.

Docker Compose: version: "3" services: NordLynx: image: ghcr.io/bubuntux/nordlynx hostname: NordLynx container_name: NordLynx cap_add:

Expected behavior

I need to be able to access the GUIs' of the apps that are under the vpn

Logs

No logs indicating any problems, all of the containers start and work as expected, just cannot access the GUI

abdulwahid1st commented 11 months ago

yes it sucks.

the way I work around this issue is by forwarding local port on the docker host machine, by either ssh local tunneling or using reverse proxy.

cwdbutler commented 11 months ago

hey, i think the problem might be that your QUERY variable has syntax errors. i was able to see them in my logs on portainer. it should be:

- QUERY=filters\[servers_groups\]\[identifier\]=legacy_p2p
jbrown1987 commented 10 months ago

I'm seeing the same issue on my setup.

Issue: Deluge GUI not showing and unable to start the local deamon when connected behind nordvpn wireguard using the latest build of /bubuntux/nordlynx.

Has only happened recently (last few days) on the latest build of the nordvpn container image: bubuntux/nordlynx:latest build_version=Linuxserver.io version:- 5d487e0d-ls24 Build-date:- 2023-05-27T13:29:41+00:00

Expected result: Able to access the deluge GUI when using the nordvpn container as the network.

Steps already tried

  1. I've tried adding the query cwdbutler mentioned = Did not resolve the issue
  2. Check deluge container GUI works outside of nordvpn = Working as expected

Other relevent info: My logs for the deluge don't show any issues (as far as I can see).

The only issue I can find is when inspecting the GUI page on load I see the following on the network tab: Network Get = NS_ERROR_NET_RESET

brum74 commented 9 months ago

Double check your NET_LOCAL subnet, you should list the subnet(s) for computers that you want to allow access. So if your computer you are connecting from is not in 10.0.50.0/24 then that is most likely your issue.

landonlewis commented 9 months ago

@jbrown1987 I am experiencing this issue as well. It started when I upgraded Docker Desktop to 4.24. I downgraded to 4.19 (the version I had prior) and it started to work again. I believe this is a Docker issue.

jfishie commented 9 months ago

I am also seeing this behaviour. Killing the VPN container to test functionality works but GUI for containers that depend_on nordlynx do not come back without manual restart.

jfishie commented 9 months ago

Changing the network_mode from service:nordlynx to container:nordlynx worked for me. I am now able to access the web GUI's if there is a change / restart of the nordlynx container.

I do not know the pros or cons of using container vs service but it worked for me.

tippfehlr commented 7 months ago

@BhadrinathKS your local network probably doesn’t is NET_LOCAL=10.0.50.0/24. Is this resolved when providing NET_LOCAL=192.168.0.0/16 instead?

pjortiz commented 7 months ago

As the others said you should check your configuration on NET_LOCAL. If it helps I have published my own docker-compose file that is working: docker-arrs-with-nordvpn

tippfehlr commented 7 months ago

@pjortiz Nice, I did not know that you can mount an smb share directly in docker. I mounted it on the host.

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

michael-pptf commented 3 months ago

When opening ports in the nordlynx container, open the ports with your HOST IP like so:

- [HOST_IP]:8080:8080 - [HOST_IP]:7878:7878 - [HOST_IP]:8989:8989 - [HOST_IP]:9117:9117

eg: - 192.168.1.100:8080:8080