binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
679 stars 111 forks source link

2.1.1-6-02 does not have internet access #404

Closed rakosi2 closed 4 days ago

rakosi2 commented 1 week ago

This is what I get with the latest version of 2.1.1-6-02

deluge-pia  | 2024-06-29 23:58:28.759513 [debug] iptables default policies available, setting policy to drop...
deluge-pia  | modprobe: FATAL: Module ip6_tables not found in directory /lib/modules/6.1.0-22-amd64
deluge-pia  | ip6tables v1.8.10 (legacy): can't initialize ip6tables table `filter': Table does not exist (do you need to insmod?)
deluge-pia  | Perhaps ip6tables or your kernel needs to be upgraded.
deluge-pia  | 2024-06-29 23:58:28.785068 [warn] ip6tables default policies not available, skipping ip6tables drops
deluge-pia  | 2024-06-29 23:58:28.808564 [debug] Adding 1.1.1.1 to /etc/resolv.conf...
deluge-pia  | 2024-06-29 23:58:28.831138 [debug] Adding 1.0.0.1 to /etc/resolv.conf...
deluge-pia  | Error: error sending query: Could not send or receive, because of network error
deluge-pia  | 2024-06-29 23:58:58.926990 [debug] Having issues resolving name 'nl-amsterdam.privacy.network', sleeping before retry...
deluge-pia  | Error: error sending query: Could not send or receive, because of network error
deluge-pia  | 2024-06-29 23:59:33.989275 [debug] Having issues resolving name 'nl-amsterdam.privacy.network', sleeping before retry...
deluge-pia  | Error: error sending query: Could not send or receive, because of network error
deluge-pia  | 2024-06-30 00:00:09.066448 [debug] Having issues resolving name 'nl-amsterdam.privacy.network', sleeping before retry...
deluge-pia  | Error: error sending query: Could not send or receive, because of network error
deluge-pia  | 2024-06-30 00:00:44.135766 [debug] Having issues resolving name 'nl-amsterdam.privacy.network', sleeping before retry...

I have tried many things including creating a new network bridge and running ping 1.1.1.1 from within but does not work.

Without changing anything other than reverting back to binhex/arch-delugevpn:2.1.1-6-01 does it boot up and start working.

Switching back to latest breaks again so something is wrong with this build.

System: Debian 12 with Docker Compose version v2.28.1

CoffeyInOrlando commented 4 days ago

I had similar issue. Try sudo apt-get install --reinstall linux-modules-6.1.0-22-amd64

rakosi2 commented 4 days ago

I had similar issue. Try sudo apt-get install --reinstall linux-modules-6.1.0-22-amd64


Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-modules-6.1.0-22-amd64
E: Couldn't find any package by glob 'linux-modules-6.1.0-22-amd64'
E: Couldn't find any package by regex 'linux-modules-6.1.0-22-amd64'
binhex commented 4 days ago

Pull the 'latest' image, this should be fixed

rakosi2 commented 4 days ago

I can verify it was fixed, Thank you