Everything posted by clowrym
-
[Support] Clowrym's Docker Repository
Any providers that are new since MT last update to the template can be added by editing the field in the unraid template, it's been a while since I have updated my template. I Cam have a look this weekend and add Amy me ones that are missing since my last update.
-
[Support] Clowrym's Docker Repository
If you go to the docker tab in unraid , click advanced on the top right, then force update should appear, click that. And a window will pop up the last box should be your run command. Copy and paste it here....Just x out for usernames/passwords sorry on my phone so I don't have access to my system, or I would post some screenshots for you
-
[Support] Clowrym's Docker Repository
@drogg can you post your run command (remove your username password, you can click force update and copy it from the window. Should look something like this: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Transmission_VPN' --net='bridge' --privileged=true -e TZ="America/Denver" -e HOST_OS="Unraid" -e 'OPENVPN_USERNAME'='XXXXXXX' -e 'OPENVPN_PASSWORD'='XXXXXXX' -e 'VPN_REMOTE'='nl.privateinternetaccess.com' -e 'OPENVPN_CONFIG'='Switzerland' -e 'OPENVPN_PROVIDER'='PIA' -e 'LOCAL_NETWORK'='192.168.0.0/24' -e 'TRANSMISSION_RPC_USERNAME'='XXXXXXX' -e 'TRANSMISSION_RPC_PASSWORD'='XXXXXXXXX' -e 'OPENVPN_OPTS'='--inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings' -e 'PUID'='99' -e 'PGID'='100' -e 'TRANSMISSION_DOWNLOAD_DIR'='/downloads' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='true' -e 'TRANSMISSION_RATIO_LIMIT'='1.1' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='true' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='15' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_INCOMPLETE_DIR'='/downloads/incomplete' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='false' -p '9091:9091/tcp' -p '1198:1198/udp' -v '/mnt/user/T_Media/Torrent/':'/data':'rw' -v '/mnt/user/T_Media/Torrent/':'/downloads':'rw' -v '/mnt/user/T_Media/Torrent/watch/':'/watch':'rw' -v '/mnt/user/T_Media/Torrent/':'/mnt/user/T_Media/Torrent/':'rw' --restart=always --log-opt max-size=50m --log-opt max-file=1 'haugene/transmission-openvpn:dev' c591f29ccbf40330ecaf6f27773c81bf446708dd34da7936d0e95336f487cf72 The command finished successfully!
-
[Support] Clowrym's Docker Repository
@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.
-
[Support] Clowrym's Docker Repository
full log and your run command without your username/password would help
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
whats your docker run command?
-
[Support] Clowrym's Docker Repository
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
-
[Support] Clowrym's Docker Repository
I beleive this is your issue: -p '1198:badco/udp' it should be 1198:1198/udp
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
-
[Support] ich777 - Gameserver Dockers
Thanks for the help!! everything seems to be working well now!!
-
[Support] ich777 - Gameserver Dockers
I do have it set to validate!
-
[Support] ich777 - Gameserver Dockers
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?
-
[Support] ich777 - Gameserver Dockers
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
-
[Support] ich777 - Gameserver Dockers
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?
-
[Support] Clowrym's Docker Repository
May want to check the folder permissions. Can always post here Hexparrot's GitHub
-
[Support] Clowrym's Docker Repository
-
[Support] Clowrym's Docker Repository
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
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
post your run command and log pls
-
[Support] Clowrym's Docker Repository
Can you confirm your internal network runs on 192.168.0.0/24?
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
- [Support] Clowrym's Docker Repository
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... - [Support] Clowrym's Docker Repository