Everything posted by ljm42
-
No longer able to access Unraid Web UI (Solved)
Your pfsense router is on a different IP network from Unraid, you don't want that. The easiest thing would be to give the pfsense router the same IP/network setup that the Asus had, using 192.168.59.xxx If you really want to switch over to the 10.15.15.xxx network, you need to let let Unraid get an IP on that network.
-
No longer able to access Unraid Web UI (Solved)
Not a lot to go on here. Are you trying to use a legacy unraid.net certificate? If so, see: https://unraid.net/blog/ssl-certificate-update-2 Or are you having trouble with a myunraid.net certificate? You can follow these instructions to get access to the server while you work out how to disable DNS Rebinding on your router: https://wiki.unraid.net/My_Servers#How_to_access_your_server_when_DNS_is_down
-
Update Your Legacy SSL Certificate Now!
This discussion is about migrating off the unraid.net domain to the myunraid.net domain. Your certificate is for the myunraid.net domain, so no action is needed.
-
Dynamix WireGuard VPN
Based on what you've written it sounds like your duckdns domain does not resolve to the correct IP address.
-
Dynamix WireGuard VPN
The only way the built-in WireGuard client can access Docker containers on custom IPs is by adding custom routes to the router. If you cannot do that then you either need to disable the custom container IPs or use a different VPN solution.
-
Update Your Legacy SSL Certificate Now!
It sounds like you don't have an unraid.net certificate to worry about. Please upload your diagnostics.zip (from Tools -> Diagnostics) if you are unsure.
-
Update Your Legacy SSL Certificate Now!
You'll want to see the heading titled "Action needed for Unraid 6.9 and earlier"
-
GUI disappeared
It depends on what version of Unraid you have if you fully completed the instructions in the blog post. Please upload your diagnostics.zip (from Tools -> Diagnostics) and let us know what url you are using to access the server.
-
[SOLVED] Unable to connect to UnRAID UI
You've already set Use SSL to No, so on 6.9.2 all that is left is to open a web terminal and run this command: rm /boot/config/ssl/certs/certificate_bundle.pem After that your best bet would be to upgrade to 6.11.5
-
[SOLVED] Unable to connect to UnRAID UI
That is expected, the 'use_ssl' command is part of the 6.10 instructions Clear your browser cache. Also, if you have multiple tabs open pointed to the server, close all but one.
-
Server Name invisible (only on one machine)
It was planned for last week, that didn't happen. Then this week, hmm not going to happen. I expect next week but given my track record on predicting this release I'm not going to promise it
-
Importing Wireguard configurations in the VPN Manager?
You'll want to follow this guide and ask question in this thread: https://forums.unraid.net/topic/84316-wireguard-vpn-tunneled-access-to-a-commercial-vpn-provider/ The main guide for WireGuard on Unraid is here: https://forums.unraid.net/topic/84226-wireguard-quickstart/ Up at the top it contains links to related guides, such as the one for connecting to a commercial vpn provider mentioned above.
-
Cannot access server (cross posted in several places)
Glad you were able to get in to your webgui. Please delete the old unraid.net certificate or migrate to a myunraid.net certificate, see https://unraid.net/blog/ssl-certificate-update-2
-
How do I opt out of this so I can use my IP address to get to the GUI?
I don't fully understand the question, opt out of what? Please upload your diagnostics.zip file (from Tools -> Diagnostics) as it will tell me about your setup.
-
Setting Up WireGuard® on Unraid
Try making any change to the WG config and hitting save, it may need to be updated.
-
Remote access no longer working after SSL update
Everything looks good there. So either there is a problem with the port forward, or the fact that the url changed hasn't made it to our server for some reason. Please run this non-anonymized command and send the results in a direct message to me (not posted publicly here): php /usr/local/emhttp/plugins/dynamix/include/UpdateDNS.php -vv Please also include a link back to this thread in the message, so I can find the context for our conversation
-
Unserver unreachable - DNS_PROBE_FINISHED_NXDOMAIN
More detail is now available here https://unraid.net/blog/ssl-certificate-update-2
-
[SOLVED] Unable to connect to UnRAID UI
*** *** *** Edit - more detail is available here https://unraid.net/blog/ssl-certificate-update-2 *** *** *** If this is Unraid 6.10 or higher, please see my comment here: https://forums.unraid.net/topic/133846-unable-to-view-management-console/#comment-1216450 If this is Unraid 6.9.2 or lower, please see my comment here: https://forums.unraid.net/topic/133846-unable-to-view-management-console/#comment-1216464
-
Unable to view management console
*** *** *** Edit - more detail is available here https://unraid.net/blog/ssl-certificate-update-2 *** *** *** Thanks for the diagnostics. This is Unraid 6.11.5 with an old unraid.net certificate. Please see my comment here: https://forums.unraid.net/topic/133846-unable-to-view-management-console/#comment-1216450
-
Unable to view management console
*** *** *** Edit - more detail is available here https://unraid.net/blog/ssl-certificate-update-2 *** *** *** The unraid.net certificates started expiring at the beginning of January: https://unraid.net/blog/ssl-certificate-update and 6.9.2 and earlier do not support the new myunraid.net certificates. You should be able to access the webgui using https://ipaddress (or https://ipaddress:port if you have defined a custom https port). Note that these are https URLs, not http URLs. You'll need to ignore any browser warnings about invalid certificates. If you get stuck on this step, post a screenshot showing the URL and the error message. Navigate to Settings → Management Access and set "Use SSL/TLS" to No. Then, open a web terminal (>_) and type: rm /boot/config/ssl/certs/certificate_bundle.pem Note that your Unraid license includes free upgrades, so it would be a good idea to backup your flash drive and upgrade to the latest. For any questions about that you can open a new thread under General Support, be sure to include your diagnostics (from Tools -> Diagnostics)
-
Server not found
*** *** *** Edit - more detail is available here https://unraid.net/blog/ssl-certificate-update-2 *** *** *** This should help: https://forums.unraid.net/topic/133846-unable-to-view-management-console/#comment-1216450
-
Unable to view management console
You probably have DNS Rebinding Protection enabled somewhere. If you were using an unraid.net cert before, then you must have removed that protection from the unraid.net domain. You'll want to do the same thing for the myunraid.net domain.
-
Unable to view management console
*** *** *** Edit - more detail is available here https://unraid.net/blog/ssl-certificate-update-2 *** *** *** Thanks for the diagnostics. This is Unraid 6.11.1 with an old unraid.net certificate. Those started expiring at the beginning of January: https://unraid.net/blog/ssl-certificate-update . We'll be posting an updated blog post soon but this will get you back up and running: Connect to the server using telnet/ssh and run: use_ssl no Now you will be able to access the webgui using: http://ipaddress (if you have trouble logging in after making this change, close all tabs that pointed to the server and clear your browser cache) Navigate to the Settings → Management Access page in the Unraid webgui and click the "Upgrade Cert" button. Click on the Certificate URL and verify you can access the server via the ipaddress.hash.myunraid.net certificate. You can change the "Use SSL/TLS" setting back to Yes or Strict if all is well. When you get the chance, I'd recommend upgrading from 6.11.1 to 6.11.5, there have been many improvements.
-
Unable to view management console
If you are truly having the exact same issue, please see my response above. If you are having issues with a different url and/or are getting a different error, please provide those details along with your diagnostics.zip file (from Tools -> Diagnostics, or via SSH as described above)
-
Unable to view management console
If SSL is disabled, then https://ipaddress won't work. Try http://ipaddress If you are still having trouble, SSH to the server and type `diagnostics`, then grab the diagnostics.zip file off your flash drive and attach to your next post here.