clowrym

Members
  • Posts

    550
  • Joined

  • Last visited

Posts posted by clowrym

  1. You can revert back to a previous version, you just have to set the tag to the version you want. I am running the :dev tag and it seems to be running ok. IPV6 errors have been consistant in my logs for almost as long as I have been running this. I do have unraid set to IPV4 only.

     

    . I have only created the template, not the docker. looks like there was an update within the last couple days

     

    https://hub.docker.com/r/haugene/transmission-openvpn/tags

  2. On 12/17/2022 at 9:20 AM, WexfordStyle said:

    I am wondering where the config files are located for the Transmission container? I don't see the /config variable that is referenced in the description anywhere in the template?

    GENERALLY HERE:  image.png.9c65521397411e2a4e08e42bfd1058c8.pngBut depends on what you have set, can you post your run command?

  3. 6 hours ago, itlists said:

     

    I think its because of this setting in the Transmission_VPN docker - LOCAL_NETWORK. It most likely has your LAN segment only and not VPN segment.

    What I've done is install Firefox docker and use that to access the Transmission webUI. That way, everything is local to the server.

    Its been a while since ive used wireguard, but i dont remember having any issues accessing the GUI using wireguard. how do you have wireguard set? Lan & Spoke i beleive works for me.....

    I do have a script that runs though to add lan networks:

     

    docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 192.168.0.0/24 via 172.17.0.1 dev eth0"

     

    • Like 1
  4. 18 hours ago, PureLoneWolf said:

    I do keep periodically trying (hope springs eternal) and I now see this at the top:

    ./etc/openvpn/fetch-external-configs.sh: line 16: config_repo_temp_dir: unbound variable
    uk-gla.prod.surfshark.com_udp.ovpn
    uk-lon-mp001.prod.surfshark.com_tcp.ovpn
    uk-lon-mp001.prod.surfshark.com_udp.ovpn
    uk-lon-st001.prod.surfshark.com_tcp.ovpn
    uk-lon-st001.prod.surfshark.com_udp.ovpn
    uk-lon-st002.prod.surfshark.com_tcp.ovpn
    uk-lon-st002. ********SNIP***************

     

    And this at the bottom:

     

    NB: Remember to not specify .ovpn as part of the config name.
    Starting container with revision: a95f586492b2b7e8ff2cc8ac7f91bc43c0cccc40
    Creating TUN device /dev/net/tun
    Using OpenVPN provider: SURFSHARK
    Running with VPN_CONFIG_SOURCE auto
    No bundled config script found for SURFSHARK. Defaulting to external config
    Downloading configs from https://github.com/haugene/vpn-configs-contrib/archive/main.zip into /tmp/tmp.SdXxgbOF93

     

    It does say something at the end after the downloading, but I can't catch it before the window closes and then the log refreshes as it restarts

    Can you do a force restart and send me your run command, make sure to x out any passwords / usernames

  5. 42 minutes ago, PureLoneWolf said:

    I saw that too, but I am not sure where to begin to troubleshoot that.  I just setup another client using Surfshark and it works without issue.  Maybe the ovpn connections changed, but I can't find them to check.

    not sure if this is part of your issue.... but you can try adding this:

     

    --dns 8.8.8.8 --dns 8.8.4.4

    some more troubleshooting found here

     

  6. On 3/22/2022 at 1:41 PM, lotekjunky said:

    I gather that this container cannot work at the same time as any other VPN containers as the code is only looking for /dev/net/tun  and not any iteratives like /dev/net/tun0 or /dev/net/tun1 

     

     

    Ive never tried to run this alongside another VPN container, I runn all my VPN needs through this one. you could check Haugene's Git Hub

  7. 2 hours ago, amne said:

    The webui of MineOS uses the port "8443" and I've opened that port on my router to my UNRAID server IP, but I am unable to enter the webui from my main PC. I know this is not much to go on for you in terms of helping me, but maybe some one have any tips on what I could try to get it to work?

    I would need to see your docker run command / settings

  8. I recently had an issue with my flash drive where on sector was dead. I have since replaced it, and everything is back up and running. The section of the drive that was bad contained the majority of my Docker templates.

    Once i got my system back up and running, my dockers were still runnung, so I have tried to re-add the template, but for some reason all the changes I make to the template, dont get saved, so everytime there's an update, i have to add my variables again. I tried removeing the containers and adding them again, but still seem to be having the same issue.

    I've looked at the permissions on the flash drive, and all seem to look good, not sure what else to try!!

    test-diagnostics-20211109-1744.zip

     

    Also, a couple of my docker's running dont have xml files anymore as they were corrupt, so i couldnt copy them, they still run, is there a way to find the run command so i can recreate the custom variables?

  9. For some reason when I try and sign in, a pop up appears, i sign in fine, then the window closes, but it still tell sme to sign in!!

     

    Edit, I manually deleted the plugin as it didnt show up, and couldnt install, and now everything seems to be wrking

     

    image.png.d49536de39c8840c02604e0f81429f47.png

  10. 6 hours ago, gacpac said:

    Mine went fine lol

     

    @clowrym sorry to ping you man. But by any chance is the privoxy option not available anymore? That's the only thing that stopped for me, I know not a lot of people use it. My use case is to make sure the searches by jackett happen behind the vpn. 

    I dont think so, it seems to be working fine with mine.

  11. 47 minutes ago, Froberg said:

    Fair warning for anyone who manages to read this before updating. My transmission update today resulted in the nulling of all download locations, immediately triggering a few TB's of downloads before I caught it. 

    Not sure what went wrong, all my settings seem to be there, but the "move to x folder" history was lost and everything was reset to the standard downloads folder. 

     

    interesting...Mine seemed to update fine, but i have been using the dev branch for a while, so that could be why

     

    Release 4.0

  12. 12 hours ago, Arbadacarba said:

    Zeroing out the LOCAL_NETWORK variable has it working correctly I think... I was just unsure if that made sense or if there could be other problems caused by that change.

    I would confirm that your Docker is connecting through the VPN . the point of the local_network variable is to allow your local network access to the VPN subnet.... Personally i use Check my VPN IP .... 

    • Thanks 1
  13. 2 hours ago, Arbadacarba said:

     

    Does it make sense that I would need to clear the LOCAL_NETWORK: variable? I tried assigning the IP address and could not get into the WebUI.

     

    Thanks

    I have a script I run to add other IP's / subnets when i use a VPN to connect, or change IP's etc... Otherwise I dont get access to the webgui...Maybe you need something similar? I havent tried / tested giving this docker its own IP

     

    #!/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
    exit

     

  14. 4 hours ago, UNRAID5 said:

    @clowrym, perhaps you can educate me here. Wouldn't the version of Java running inside this docker be best updated through the hub? Or is upgrading Java manually inside the docker truly the best way (as mentioned by hexparrot in his post on github)? I looked at binhex's post as well, on this forum, and he has some valid hesitations listed there. Just trying to make sense of all the data to make an informed decision.

    That would be a question for hexparrot....I created the unraid docker template, not the github repo!!

    I have in the past updated java from within the docker with no issue....

  15. 22 hours ago, Arbadacarba said:

    I'm trying to figure out how to get ALL transmission traffic to go through one of my internet connections rather than another.

     

    One way I do that using Policy Based Routing is that I differentiate by IP address... So that some of my VM's can only communicate through the slower but cheaper (unlimited) ISP.

     

    Is it possible to make Transmission use a different IP address than the rest of the Unraid Server?

     

    Or, Barring that is there a single outgoing port that is used? or even a range of ports?

    This is counter to the VPN goal isn't it?

     

    Slightly confused I know, but any insight would be appreciated.

     

    Arbadacarba

    you can give each docker its own IP address if you want, I'm not sure on trying to route your traffic through one connection....i've never tried, or had the need to do it.....

     

    Switch your network to custom and specify an ip in the template:

     

    image.thumb.png.a338f1a6f0d4900527a59064b3e1e2c0.png

  16. 1 hour ago, UNRAID5 said:

    From the docker console you can run:
     

    
    java -version
    openjdk version "1.8.0_292"


    As you can see, mine is running 1.8.
    From the Minecraft website:  
    you can see at the bottom that Minecraft 1.17 requires Java 16 or newer.
    So the docker needs a Java upgrade before a 1.17 server will be able to run successfully.

     

    4 hours ago, MarshallU said:

    Saiba,
    I'm having the same issue.

    I backed up my world and reset all the non-relevant chunks using the MCA editor program.

    Now I'm trying to move my server to 1.17 in MineOS and it will not start.

    I have seen other instances of this happening - looks like it could be some incompatibility with the old version of java..


    Need some help to get this resolved though - just wanted to let you know you are not alone :)

     

    I would post your issue here https://github.com/hexparrot/mineos-node 

  17. 1 hour ago, tential said:

    I can't connect/access the web gui unless my location is set to switzerland?  When it's netherlands, it just says it can't connect to web gui.  When I open it with switzerland, my logs come through clean and say success and I can use normally.

     

    This is what my logs say once I switch my location to netherlands(just keeps repeating):

    Wed May 26 15:06:56 2021 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
    Wed May 26 15:06:56 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]191.96.168.102:502
    Wed May 26 15:06:56 2021 Attempting to establish TCP connection with [AF_INET]191.96.168.102:502 [nonblock]
    Wed May 26 15:06:57 2021 TCP connection established with [AF_INET]191.96.168.102:502
    Wed May 26 15:06:57 2021 TCP_CLIENT link local: (not bound)
    Wed May 26 15:06:57 2021 TCP_CLIENT link remote: [AF_INET]191.96.168.102:502
    Wed May 26 15:06:58 2021 VERIFY ERROR: depth=0, error=certificate is not yet valid: C=US, ST=CA, L=LosAngeles, O=Private Internet Access, OU=Private Internet Access, CN=amsterdam426, name=amsterdam426
    Wed May 26 15:06:58 2021 OpenSSL: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
    Wed May 26 15:06:58 2021 TLS_ERROR: BIO read tls_read_plaintext error
    Wed May 26 15:06:58 2021 TLS Error: TLS object -> incoming plaintext read error
    Wed May 26 15:06:58 2021 TLS Error: TLS handshake failed
    Wed May 26 15:06:58 2021 Fatal TLS error (check_tls_errors_co), restarting
    Wed May 26 15:06:58 2021 SIGUSR1[soft,tls-error] received, process restarting

     

    Solved:

    https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

    Followed the steps in Q19/A19

    This thread isnt for binhex's docker, its for haugene/transmission-openvpn, the variable 

    PIA_OPENVPN_CONFIG_BUNDLE:

    was added to this template a while back when the change was made to PIA to automatically download whichever configs you selected!!

     

     

    Glad it worked for you though!!