tmor2

Members
  • Posts

    87
  • Joined

Posts posted by tmor2

  1. 6 minutes ago, Dyon said:

     

    I think your OpenVPN config might has some lines regarding IPv6.

     

    This is my .ovpn for example, your will be different since you have a different provider, but check if  there is anything related to IPv6:

    
    
    client
    dev tun
    proto udp
    remote remote.host.com 443
    
    nobind
    auth-user-pass
    
    resolv-retry infinite
    
    auth SHA512
    cipher AES-256-CBC
    comp-lzo
    verb 2
    mute-replay-warnings
    remote-cert-tls server
    persist-key
    persist-tun
    
    key-direction 1

     

    Yes it does, see below. How does this need to be modified?

     

    client
    dev tun
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    verb 3
    remote-cert-tls server
    ping 10
    ping-restart 60
    sndbuf 524288
    rcvbuf 524288
    cipher AES-256-CBC
    tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384:TLS-DHE-RSA-WITH-AES-256-CBC-SHA
    proto udp
    auth-user-pass credentials.conf
    reneg-sec 0
    tun-ipv6
    redirect-gateway ipv6
    fast-io
    remote-random
    remote [MASKED VPN server address] [MASKED port]
    remote [MASKED VPN server address] [MASKED port]
    <ca>
    -----BEGIN CERTIFICATE-----
    [MASKED certificate details]
    -----END CERTIFICATE-----
    </ca>

  2. 9 minutes ago, Dyon said:

    Currently, your Docker has no connection because it has no OpenVPN config. Because of this you can not launch the webui.

     

    1. In your Unraid, you need to add the OpenVPN config file to the following path: /mnt/user/appdata/qbittorrentvpn/openvpn/config.ovpn

    You should not add a password file here, but add it to the config of the Docker, at VPN_USERNAME and VPN_PASSWORD.

    2. Curl is not installed with the Docker. If you Docker has a network connection you can run `apt update && apt install -y curl`.

    3. Because you have no connection, the WebUI is unavailable.

    4. 10.10.20.0/24 should be fine.

     

     

     

    Hi, thanks. Let me clarify:

    1. I did so, as stated in my original post. See screen shot attached below.

       I did not manually add password file. I entered username/password at VPN_USERNAME and

    VPN_PASSWORD after downloading and during docker setup.

       Just to be safe, I verified that the number of VPN connections is within limits set by my VPN provider.

    2. Will do. thx.

    3. See 1)

    4. Ok

    ovpn.jpg

  3. Hi, I am able to download and install the app, starting works. Here are issues:

     

    1. There are no config files at all under UNRAID->appdata->qbittorentvpn.
      1. I see only one folder titled "openvpn" with 2 files, password file and .ovpn file from my VPN provider. There are no other folders. Usually, I would expect some app-specific configuration files.
    2. In terminal window, when typing "curl ifconfig.io", error message states:
      1. bash: curl: command not found
        1. (this error is unique to this app. no other docker app has this problem)
    3. WebGUI cannot be launched
    4. MY network is 10.10.20.0/24...I tried using both default 192.168.0.0/24 and 10.10.20.0.24 with no difference

    How can these issues be solved?

     

    Error Log:

    • 3rd log from the the bottom of error log file (see attachment) indicates that some permission was denied.

    Help is appreciated.

    error message.txt

  4. On 7/25/2020 at 11:51 AM, josch said:

    Hi @Dal1980,

     

    got this working just today. Here are the steps I took:

    1.) create Telegram bot in the BotFather chat

    2.) configure the relevant Bot access token via the Unraid web UI

    3.) in the BotFather chat type: /mybots

    4.) this will show a list of all your bots

    5.) click on the button for the relevant bot (it says something like @botname)

    6.) this should open the relevant chat in Telegram

    7.) click the Test button in the Unraid UI

    8.) set the "Available notifications" and "Notification entity" as required

     

    Hope this works for you as well.

    Ditto, with one note for step 7.)

     

    When you click "Test", you may not get the test notification in Telegram. However, when the server starts generating notifications such as "Warning" and "Alerts" (e.g. Warning, your UNRAID temperature is over 50C), then these are correctly pushed to Telegram!

     

    The point is, when "Test" does not work, leave the service "on" in UNRAID->settings->Notifications, and wait for an actual working notification by UNRAID, such as "Warning,...your array is getting hot" or similar.

     

    When I tried "Slack" (a far more complicated set up because of how Slack works), "test" message was immediately pushed to Slack. Same happened with "Pushover" service.

     

    I concluded that there must be something wrong with Telegram "Test" function, likely on UNRAID side (because real-life notifications DID get pushed immediately to Telegram, while "test" did not).

     

  5. 13 hours ago, brent3000 said:

    Are you using swag or letsencrypt? I did some tests with my one and worked fine,

     

    ONe of the fixes listed on the links you posted suggests there was an issue with the ports not being passed across. I assume via the web etc its all fine when going directly to the website and downloading the

     

    I don't understand what "swag" is. I don't understand how the question on "or letsencrypt" is different from my "I have BW with Letsencrypt"? Are you using letsencrypt in some other context?

  6. Problem with ATTACHMENTS!

     

    I have BW with Letsencrypt. Everything works fine except attachments.

     

    When I attach a document (e.g an image to Identity), then try to open it I get following errors:

    (1) On iPhone/iPad: "Unable to download File"

    (2) On Mac (with BW being standalone app): the spinning wheel appears (as if trying to download a document) - spinning wheel stays for hours. No error message.

     

    When I go to UNRAID->appdata (share) - I can clearly see that the images I uploaded are stored in separate directory and hashed.

     

    Someone raised similar issue on Github here and here,  but I don't know how to apply solution on UNRAID with letsencrypt

     

    Any help?

  7. (1)

    I cannot connect to webGUI. Error states:

    "Unable to connect. [Browser] can’t establish a connection to the server at 10.10.20.2:8089."

     

    (2) Also log shows:

    [DATE REMOVED] 12:22:39 [DATE REMOVED] /sbin/ip -6 addr add [REMOVED ADDRESS]/64 dev tun0
    RTNETLINK answers: Permission denied
    [DATE REMOVED] 12:22:39 [DATE REMOVED] Linux ip -6 addr add failed: external program exited with error status: 2
    [DATE REMOVED] 12:22:39 [DATE REMOVED] Exiting due to fatal error

     

     

    Can someone help resolve this problem?

     

    I installed the docker image with settings:

     

    Network type: Bridge

    VPN_ENABLED: Yes

    VPN_TYPE: openvpn

    VPN_USERNAME: *******

    VPN_PASSWORD: *******

    LAN_NETWORK: 192.168.0.0/24

    Downloads Path:  [path selected]

    WEBUI_PORT: 8089 (used different port from default 8080)

    PUID: 99

    PGID: 100

    Hide more settings ...(these were all left deafult)

     

    Correct .ovpn file was put in app folder.

     

    LOGS:

     

    untitled.txt

  8.  

    I can't create valid certificates using Poste.io's built in function (within web GUI). I don't know how to set up either of the two to work together. Any help? 

     

    I'm using Poste.io docker and I also have Letsencrypt docker for cloud and other stuff.  I couldn't find premade certificate file in UNRAID->apps->letsencrypt->nginx-> proxy-confs. 

     

    It's really annoying since my iOS devices keep bringing up pop-up "invalid certificate". Even after clicking "cancel" the prompt just keeps coming back.

     

    Error message emailed by post.io are:


    59ECB74B-7D90-4929-A62A-71328C7EFD28.thumb.jpg.02638b1d7fdb3e06633c17cf32fefef0.jpg

     

    I get another message (emailed) that says:

     

    DAD01CEC-4E1D-498D-8783-A56672301B44.jpg.13bd06a55281c9738d2db8d6b47d469b.jpg

     

    Does anyone have a simple solution on how to make this work?

     

    Snapshots (images) of solutions are more helpful than textual explanations.

     

  9. On 10/22/2019 at 5:31 AM, aterfax said:

    For users who want the letsencrypt in Poste IO working but are already using a letsencrypt docker, all you need to do is share the .well-known folders between your Poste IO and letsencrypt docker i.e. in the Poste IO docker config:

    image.png.4862db97996c5f5977f151808390ee98.png

     

    Hi,

     

    How come your POste.io config is so drastically different from mine?

    17E1B4FB-33AC-499C-B4A0-D8CA532E6B90.thumb.jpg.e796e5cfc1c9d291e2f935043837481c.jpg

     

  10. 2 hours ago, SidereusAquila said:

    Curious, what DNS settings resolved your symptoms?

     

    I had a similar issue and despite most threads saying to assign public DNS servers (my usual config), setting unRaid's first DNS server to my local router resolved it.

    I set conflicting DNS settings on my router at different levels (global vs. interface). I never configure DNS settings on a client, unless explicitly required by a manual. Usually DNS points to public DNS servers. However, if you have VPN, use DNS server settings provided by your VPN provider.

  11. 21 minutes ago, trurl said:

    The Unraid OS installs itself fresh from the archives on Flash into RAM at each boot and runs completely in RAM. 

     

    Seems like a DNS issue. 

     

    Go to Tools-diagnostics and attach the complete Diagnostics ZIP file to your NEXT post in this thread. 

    Thx. Actually, the issue was with my router. It was changes in DNS settings in router that messed things up. Once I reverted to previous router configuration, everything in UNRAID started working again.

  12. I run UNRAID v6.8.2, and it's been working well until few days ago when I noticed that my Plugins and Apps were not being updated any longer. Here is the list of issues I found. Help is appreciated:

     

    1. Clicking on "APPS" tab (Community apps), produces error message:

     

    Something really wrong went on during get_categories
    Post the ENTIRE contents of this message in the Community Applications Support Thread

    No data was returned. It is probable that another browser session has rebooted your server. Reloading this browser tab will probably fix this error

     

    (reloading browser tab doesn't solve the issue. I used 4 different browsers on 2 computers - same error.

     

    2. Clicking on "PLUGINS" tab -> "STATUS" column says "unknown". I have no option (button) to "update all" plugins.

    3. Clicking on "DOCKER" tab ->  "VERSION" column says "up-to-date", but when I click on "Check for updates button", "VERSION" column shows spinning wheel and "checking" endlessly.  Usually checking for udpates takes 10-15 secs at most.

    4. Opening Terminal window and entering "ping 1.1.1.1" gives back no results at all.

    5. SETTINGS -> "Fix common problems" lists following errors:

     

    (Other comments) Could not perform docker application port tests. (Comments) The download of the application feed failed.

     

    Despite above issues,  nextcloud, Plex, Resilio, bitwarden and all other apps work without issues over internet - I can access all services from outside of my home, via internet.

     

    How do I go about finding out what is causing above issue, and how do I solve it?

     

    Also, rather than weeding through issues, is it possible to reinstall UNRAID OS, without affecting Dockers apps, Settings, and Shares?