Closed rgusick closed 5 years ago
I just started to experiment with DelugeVPN in Plexguide project. From your logs I see that you are missing the iptable_mangle module, the same happened on my VPS (Ubuntu Server 16.04). Prior starting DelugeVPN load the module:
modprobe iptable_mangle
To make it permanently, I think it needs to be added to /etc/modules
and than run update-initramfs -u
For me mangle is loaded and no errors in log, but still can't access WebUI from subdomain.
I'm sure binhex will find a solution for this:) Btw, there is a thread at Plexguide forums where some of us are having problems with DelugeVPN: Link
What I see there, if I deploy DelugeVPN, then PIA Netherland config is always loaded, even if I select Sweden at installation. I need to remove Netherland manually, but DelugeVPN still not accessible.
As this is more a question of how to load a specific os module i think you would have a lot more luck asking question on the forum for the os distro you are running.
@gurabli just FYI VPS is not supported, no LAN means no easy way to secure against ip leakage and still have web ui access.
I'm running on Ubuntu 18.04 with Docker version 18.03.0-ce, build 0520e24. I have port 8112 open in my firewall, and the below log shows an error loading "iptable_mangle", as well as "tun". I followed the remediation message for ubuntu (
unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle'
) and get the following error:[root@034f1c6431f0 /]# /sbin/modprobe iptable_mangle modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.15.0-33-generic
Any help would be greatly appreciated. Robert