Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

crushed-statute1022

Members
  • Joined

  • Last visited

Everything posted by crushed-statute1022

  1. Hallo Zusammen, ich habe auf meinem unRAID eine Nextcloud (Linuxserver.io) am laufen. Mit der IP erreiche ich die Nextcloud intern auf meinem Rechner ganz normal. Wenn ich jedoch versuche über den Domänennamen (cloud01.meinedomäne.de) auf die Nextcloud zuzugreifen funktioniert es nicht. Er springt dann immer auf die Anmeldeseite vom unRAID Server, was natürlich unschön ist. Die Nextcloud läuft auf dem Port 444 im Bridge-Netzwerk. Ich habe auf einem VPS Server einen Tailscale Client und in meinem Netzwerk einen Tailscale Client mit Subnet-Routing installiert. Über meine zweite Instanz auf einem Proxmox Server funktioniert der Aufruf wunderbar. Der Aufruf vom Tailscale-Server auf dem VPS wird über einen NGINX Proxy Manager realisiert. Dort ist die interne IP und der Port 444 angegeben.
  2. Ok, i got this fixed, with installing iptable_mangle with apt install But I got a strange issue with the TUN/TAB Device: First, the log said this: 2024-03-20 15:29:41,485 DEBG 'start-script' stdout output: 2024-03-20 15:29:41 TUN/TAP device tun0 opened 2024-03-20 15:29:41 net_iface_mtu_set: mtu 1500 for tun0 Later then: 2024-03-20 15:29:41,485 DEBG 'start-script' stdout output: 2024-03-20 15:29:41 net_iface_up: set tun0 up 2024-03-20 15:29:41 net_addr_v4_add: 10.xxx.xxx.xxx/xx dev tun0 2024-03-20 15:29:41 /root/openvpnup.sh tun0 1500 0 10.xxx.xxx.xxx 255.xxx.xxx.0 init So I think the tunnel is open and working. But when I try to connect via Proxy-Settings activated in Firefox local-IP_of_Portainer:8118 the tunnel is not up. It shows my normal public IP. Where and how can I troubleshoot this problem?
  3. Hey everyone, I hope I get some help with my issues here. I created the arch-sabnzbvpn container via docker and portainer in an LXC-Container (Ubuntu 22.04) on a Proxmox Host (8.1.4). I used the following code: docker run -d \ --cap-add=NET_ADMIN \ --device=/dev/net/tun \ -p 8080:8080 \ -p 8090:8090 \ -p 8118:8118 \ --name=SABnzbdVPN \ -v /var/lib/docker/volumes/sabnzbdvpn/_data/data:/data \ -v /var/lib/docker/volumes/sabnzbdvpn/_data/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=xxxxxxx \ -e VPN_PASS=xxxxxxx \ -e VPN_PROV=pia \ -e VPN_CLIENT=openvpn \ -e VPN_OPTIONS= \ -e STRICT_PORT_FORWARD=no \ -e ENABLE_PRIVOXY=yes \ -e ENABLE_STARTUP_SCRIPTS=no \ -e LAN_NETWORK=172.16.0.0/12 \ -e NAME_SERVERS=209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4 \ -e VPN_INPUT_PORTS= \ -e VPN_OUTPUT_PORTS= \ -e DEBUG=false \ -e UMASK=000 \ -e PUID=99 \ -e PGID=100 \ binhex/arch-sabnzbdvpn After that I followed some steps in the tutorial: https://pve.proxmox.com/wiki/OpenVPN_in_LXC Now, when I start the container I got the following failures in the log: 2024-03-15 10:04:52,166 DEBG 'start-script' stderr output: modprobe: FATAL: Module tun not found in directory /lib/modules/6.5.13-1-pve 2024-03-15 10:04:52,166 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module using modprobe, trying insmod... 2024-03-15 10:04:52,168 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory 2024-03-15 10:04:52,168 DEBG 'start-script' stdout output: [warn] Unable to load tun kernel module, assuming its dynamically loaded 2024-03-15 10:04:52,178 DEBG 'start-script' stdout output: [info] Attempting to load iptable_mangle module... 2024-03-15 10:04:52,180 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/6.5.13-1-pve 2024-03-15 10:04:52,181 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module using modprobe, trying insmod... 2024-03-15 10:04:52,182 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory First I ignored the issues and tried to open up the WebGUI for SABNZB, but the site is not loading. I hope you can help me with that?
  4. Got the same issue on my unRAID System. Is there any solution for this problem?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.