Search found 7 matches

by 1000_Sparrows
Tue Oct 01, 2024 10:31 pm
Forum: Installation
Topic: VPN Configuration not happening during install
Replies: 6
Views: 520
United States of America

Re: VPN Configuration not happening during install

Not sure what to make of the TUN not being available

Code: Select all

yams@yams-lxc:/opt/yams$ ls -l /dev/net/tun
crw------- 1 root root 10, 200 Oct  1 18:34 /dev/net/tun

I am running it as a privileged LXC on Proxmox.

I will read about environment variables and how to use them in the docker.yaml also

by 1000_Sparrows
Tue Oct 01, 2024 9:57 pm
Forum: Installation
Topic: VPN Configuration not happening during install
Replies: 6
Views: 520
United States of America

Re: VPN Configuration not happening during install

I am not sure. I didn't change much in the yaml file apart from uncommenting: network_mode: "service:gluetun" Then i tried for Wireguard instead of OpenVPN for this section: 8080:8080/tcp # gluetun -> Uncomment this line ... environment: VPN_SERVICE_PROVIDER=<vpn_service> # -> Replace &quo...
by 1000_Sparrows
Tue Oct 01, 2024 9:11 pm
Forum: Installation
Topic: VPN Configuration not happening during install
Replies: 6
Views: 520
United States of America

Re: VPN Configuration not happening during install

On further inspection, my City was only "Chicago" not "Chicago IL", but after that am getting a different error from logs, but same issue when running yams check-vpn

by 1000_Sparrows
Tue Oct 01, 2024 8:38 pm
Forum: Installation
Topic: VPN Configuration not happening during install
Replies: 6
Views: 520
United States of America

VPN Configuration not happening during install

After having completed the install, I was able to get to to qbittorrent, but on checking the vpn. I manually configured it, then ran the install script again, but it must have deleted with that. When going through the install if I say "Y" for configure the VPN, it skipped over it. Now with...
by 1000_Sparrows
Tue Oct 01, 2024 8:32 pm
Forum: Installation
Topic: Failed to create task for container
Replies: 2
Views: 213
United States of America

Re: Failed to create task for container

I had tried to do that at various times in previous attempts. This go around, I did all of the tasks needed for having those privileges before starting it for the first time. It seemed to not get caught up on anything. This was what my final /etc/pve/lxc/<container id>.conf file looked like: GNU nan...
by 1000_Sparrows
Mon Sep 30, 2024 10:52 pm
Forum: Installation
Topic: Failed to create task for container
Replies: 2
Views: 213
United States of America

Failed to create task for container

I am running through the script, but am getting caught on this. Tried checking permissions with docker, but things seem ok there. ==================================================== ___ ___ ___ ___ / /\ / /\ / /\ / /| / /::\ | |::\ / /:/_ | |:| / /:/\:\ | |:|:\ / /:/ /\ | |:| / /:/~/::\ | |:|\:\ / ...
by 1000_Sparrows
Thu Sep 26, 2024 10:03 pm
Forum: Issues
Topic: [Solved] "/dev/net/tun": no such file or directory`
Replies: 5
Views: 3288
United States of America

Re: [Solved] "/dev/net/tun": no such file or directory`

I am dealing with this same issue. I created a container that has Unprivileged Container: No as the setting on my Proxmox server. I have not tried creating the tun item either.