Jump to content

clowrym

Members
  • Posts

    550
  • Joined

  • Last visited

Everything posted by clowrym

  1. 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
  2. @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!
  3. @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.
  4. full log and your run command without your username/password would help
  5. 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.
  6. 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
  7. I beleive this is your issue: -p '1198:badco/udp' it should be 1198:1198/udp
  8. 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.
  9. Thanks for the help!! everything seems to be working well now!!
  10. 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?
  11. 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
  12. 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?
  13. May want to check the folder permissions. Can always post here Hexparrot's GitHub
  14. dont know which docker your refering too... but changing these should solve your issue:
  15. 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
  16. 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.
  17. Can you confirm your internal network runs on 192.168.0.0/24?
  18. 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.
  19. 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...
  20. 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
×
×
  • Create New...