Jump to content

cinereus

Members
  • Posts

    445
  • Joined

  • Last visited

Posts posted by cinereus

  1. 3 hours ago, explosionhole said:

    I am having networking issues, which have occurred after updating get Tailscale plugin earlier this week.

     

    Unraid is my home server, IPv4 192.168.1.1

     

    Docker is running within this server, which I have not directly configured any network / DNS settings, but had worked without issue.

     

    Running containers have port mapping so be accessed via the local network, which I expect to use the above 192.168.1.1 address. I also use the Nginx Proxy Manager (NPM) container as a front-facing reverse proxy for incoming connections to LetsEncrypt SSL certs.

     

    I cannot complete the creation of a new NPM Host. The direct log file contains:

     

    [5/17/2024] [9:30:07 AM] [SSL      ] › ℹ  info      Requesting Let'sEncrypt certificates for Cert #26: sab.redswitch.co.uk
    [5/17/2024] [9:30:07 AM] [SSL      ] › ℹ  info      Command: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-26" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "sab.redswitch.co.uk" 
    [5/17/2024] [9:30:07 AM] [Global   ] › ⬤  debug     CMD: certbot certonly --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-26" --agree-tos --authenticator webroot --email "[email protected]" --preferred-challenges "dns,http" --domains "sab.redswitch.co.uk" 
    [5/17/2024] [9:30:10 AM] [Nginx    ] › ⬤  debug     Deleting file: /data/nginx/temp/letsencrypt_26.conf
    [5/17/2024] [9:30:10 AM] [Global   ] › ⬤  debug     CMD: /usr/sbin/nginx -t -g "error_log off;"
    [5/17/2024] [9:30:10 AM] [Nginx    ] › ℹ  info      Reloading Nginx
    [5/17/2024] [9:30:10 AM] [Global   ] › ⬤  debug     CMD: /usr/sbin/nginx -s reload
    [5/17/2024] [9:30:10 AM] [Express  ] › ⚠  warning   Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
    Some challenges have failed.
    Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.

     

    I have attached the Tailscale plugin diagnostics as well as the letsencrypt-log file (obtained from within the NPM container).

     

    If I open Unraid's console:

    1. "nslookup tower" (the Unraid hostname), it returns the Tailscale FQDN
    2. I cannot find any other hostname that resolves to the 192.168.1.1 LAN IPv4 address I am expecting
    3. "ping tower" hits 127.0.0.1
    4. "ping tower.local" returns "Name or service not known"

     

     

    Can I ask for some help please?

     

     

     

    npm_letsencrypt-log.txt 18.43 kB · 0 downloads Tower-tailscale-diag-20240517-093835.zip 187.74 kB · 0 downloads

    Have you installed the latest update to the plugin?

  2. The latest version of tailscale has broken all my dockers.

     

    It sets the DNS for the host system and all dockers to 100.100.100.100 using magic DNS.

     

    However none of the dockers can ping 100.100.100.100 so all services that require DNS fail.

     

    The previous version of tailscale was working fine, the 2024-05-11 seems to have broken everything.

  3. The latest version of tailscale has broken all my dockers.

     

    It sets the DNS for the host system and all dockers to 100.100.100.100 using magic DNS.

     

    However none of the dockers can ping 100.100.100.100 so all services that require DNS fail.

     

    The previous version of tailscale was working fine, the 2024-05-11 seems to have broken everything.

  4. On 3/4/2021 at 8:50 AM, Silscheder said:

    Goal: Easy remote WOL of my UNRAID server

     

    There are a thousand ways to this, however this worked for me and was pretty easy to do:

    (some steps might not even be necessary - but doing them anyway does not matter while leaving them out might...)

     

    HowTo Setup WOL for UNRAID:
    (assuming onboard NIC and WOL activated in motherboard's BIOS)

     

     

    3. Linux: (ALTERNATIVE)
    a) Type "wakeonlan <MAC-Address>" OR
    b) Type "wol <MAC-Address>"

     

    I did not include any explanations on purpose, so if you need any - feel free to google 🙂

     

    The only intent of posting this guide was hopefully sparing you guys some time if you just want to have it up and running.

    Feel free to question and comment.

    How do you install wakeonlan or wol on unraid?

  5. On 12/21/2021 at 12:43 PM, MadMatt337 said:

    I am having an issue on a new setup in which I do not have permission to add files to the created folders under /mnt/user/mount_mergerfs/gdrive_media_vfs

     

    The mount script appears to run fine without errors, but I cant add media to the above folder to test, tried using both windows via SMB and Krusader. I changed very little in the mount script other than the rclone remote name

     

    This is my mount script:

     

    And my log:

     

    Where is this mount script from?

×
×
  • Create New...