crushed-statute1022

Members
  • Posts

    3
  • Joined

  • Last visited

About crushed-statute1022

  • Birthday 08/08/1985

Converted

  • Gender
    Male
  • Location
    Germany
  • ICQ
    91514276

crushed-statute1022's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 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?
  2. 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?
  3. Got the same issue on my unRAID System. Is there any solution for this problem?