-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu (lxc) Mullvad Transmission #205
Comments
What is the kernel version ? It seems iptables is missing addrtype support there. I'd recommend installing and using nftables anyway - see https://www.liquidweb.com/kb/how-to-install-nftables-in-ubuntu/ Also make sure that Also you can't forward ports when running as root atm - #84 So make sure you aren't running it as root in that case. |
How can start vopono without sudo ? ufw ist not installed Ubuntu 22.04 Qnap `sudo systemctl status nftables Feb 11 06:03:11 ubuntu-server systemd[1]: Starting nftables... |
systemctl --user status vopono |
`vopono -v exec -k -f xxxx -o xxxxx -u xxxx --protocol wireguard --provider mullvad --server romania "transmission-daemon -g /etc/transmission-daemon/ -a ..." 2023-02-11T05:17:40.559Z DEBUG vopono_core::util > Using config dir from $HOME config: /home/xxxx/.config 2023-02-11T05:17:40.673Z DEBUG vopono_core::util > Assigned IPs: [xxxxxxxxxxxxxxxxxxxxxxxxxx] Caused by: |
Can you check if it has the kernel module loaded? - https://stackoverflow.com/questions/61727119/nftables-config-commands-failing-with-operation-not-supported
|
thx !
no output ! Any chance to get vopono working with this crap kernel ? I can't update it, it is a custom kernel by Qnap ? I have the kernel source from Qnap, should i build the nf_tables module ? |
Please help, i am in trouble with that Qnap. I worry that i bought a device, which is unusable for my needs, and i have to sell it on Ebay ! |
The easiest option is probably to create your own container that runs what you want to run e.g. transmission and the VPN software directly. See Qnap's guide - https://www.qnap.com/en/how-to/tutorial/article/how-to-use-container-station-3 OpenVPN - https://hub.docker.com/r/dperson/openvpn-client Wireguard - https://www.pedrolamas.com/2020/11/20/how-to-connect-to-a-wireguard-vpn-server-from-a-docker-container/ Gluetun - https://github.com/qdm12/gluetun - simplifies the above and is more like vopono for containers. Otherwise you could try to have direct access without containers, e.g. by installing Arch Linux - https://eldon.me/install-arch-linux-on-qnap-nas/ |
Thank you very much !!! Especially for the tip about Gluetun ! |
i use a Qnap Nas with a Full Ubuntu Installation in a Linux Container (lxc).
This is my error log:
deleted
The text was updated successfully, but these errors were encountered: