@drogg The instructions from the first post, this Docker is set up for PIA....There are some links in the OP that will show you the config names for your specific provider.
You log indicates unable to obtain tunnel address, this could be a DNS issue, or an issue with your provider. I am ob my phone at the moment, but I believe there is a post above how to set the dns to Google in your pocket template.
I dont see any issues with your run command, Identical to mine. I started up mine today and updated it to see if there are any issues, everything seemed to run fine. I only created the template, you could try https://github.com/hexparrot/mineos-node
I can't say I know what would cause this issue, its a new issue, as it never used to happen, but it seems to the last 2-3 times i added new VPN providers for a few people.
Thanks for the Quick fix on the RCOn access. One other issue i'm running into when I restart the server, all files are downloaded and any changes ive made go back to default. I currently run a set of custom maps & have to manually update the maplist everytime the server is retarted so that the admins can change to the. Is there anywa to have some files not get modified? or would it be worth setting up a autoexec.cfg file to copy the changes into the maplist.txt file on restart?
Yes, Port Set below, I will remove it from the GAME_PARAMS section, reboot and see if it works. there was no server.cfg generated by the server when I installed it, so i created my own....it only has rcon_password my_server_rcon_password in it
Trying to get rcon working in CSGO, I've tried a few differnet additions to the game parms +rconpw PASSWORD and +rcon_password PASSWORD but i cant seem to access it when playing, not sure if i'm doing this correct. I also tried adding a server.cfg file to /appdata/csgo/cfg folder, but didnt seem to make a difference....any advice?
I do this as well, but I use the script below to add the additional networks i am connecting with, I believe now you can just add the additional networks (comma separated values) in the LOCAL_NETWORK variable.
#!/bin/bash
echo adding 10.1.0.0/24 LAN_NETWORK
docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.1.0.0/24 via 172.17.0.1 dev eth0"
echo Netowrk added
echo adding 10.253.0.0/24 LAN_NETWORK
docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.253.0.0/24 via 172.17.0.1 dev eth0"
echo Netowrk added
exit
I've never used NordVPN......Have you tried following these instructions?
NordVpn Script
To be honest, Everything i see in your log, looks like its connecting to your VPN fine.
I added privado to the template, you will have to use the valuse HERE in the OPENVPN_CONFIG value for whichever endpoint you want. Alternativly you could add all the privado value names to allow them as a drop down.
for that you will have to go into the actual container (click on the mincraft docker and click console) from there you will find profiles.js at:
\usr\games\mincraft\
I could be wrong, but I dont believe changes here will survive a restart of the container though...
Locations of the server files would be dependent on the folder mapping you have added to your docker, For me personally, My Server files are lcoations in /mnt/cache/appdata/minecraft/servers
If you have mapped your docker different then myself, they would be located based on your mapping