ljm42

Administrators
  • Posts

    4379
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by ljm42

  1. Hmm, the helptext is old. For better privacy we don't offer the www host on the myunraid.net domain. You can use the url that Unraid pre-fills, or you can use a url provided by another DDNS provider (one option - search Community Applications for "duckdns")
  2. Don't feel bad, this is pretty advanced stuff. But I won't be able to give step by step. In general, I would say to setup two tunnels on each server, one for your phone/laptop/whatever and one for server to server communication. That will simplify things for you. Over here I have a guide on setting up LAN to LAN between two servers: https://forums.unraid.net/topic/88906-lan-to-lan-wireguard/ might be more than you are looking for but it should help.
  3. On the first system - do the initial setup and add a peer for the second system and download the files On the second system - import the files you downloaded Whenever you make a change on the first system that results in a "Peer update required" message, you'll need to replicate those changes on the second system.
  4. Thanks! This is definitely the problem we're chasing in this thread, and the diagnostics are helpful.
  5. I don't see any issues there at all. Can you describe the problem you are having in detail?
  6. Just to clarify... Unraid 6.11.0 and 6.11.1 have Samba 4.17.0, and we expect the issue to be resolved with Samba 4.17.1 ?
  7. Does it work if you choose one of the other peer options? If so, switch to advanced mode and see if there are any warnings/errors/required fields when you set it to "vpn tunneled access for system" If that doesn't help, open a web terminal and type: rm /var/log/wg-quick.log then try to start the tunnel. Go back to the web terminal and type: cat /var/log/wg-quick.log and copy/paste the result back here. Hopefully there will be some clues.
  8. You are not having the same issue. Open a web terminal and type: rm /var/log/wg-quick.log Then go to Settings -> VPN Manager, make a change and hit save. This will undo any manual customizations you made. Then try starting the tunnel. Back in the web terminal, type: cat /var/log/wg-quick.log and copy/paste the results back here.
  9. Thank you, this is the condition I was looking for. Would you please upload your diagnostics.zip file (from Tools -> Diagnostics). I need to try and replicate this.
  10. The issue seems to be with this line in the code: https://github.com/limetech/webgui/blob/d196c027aa6fa49987773bf72d5859055a1321f4/plugins/dynamix/include/update.wireguard.php#L238 for some reason the `$device` variable is empty on some systems. I wrote a small script to isolate these variables: https://gist.github.com/ljm42/cc8bce83129cecbe148c09f0fbf6d3da If you are having this issue, please do the following to download and run that script: cd /tmp wget https://gist.githubusercontent.com/ljm42/cc8bce83129cecbe148c09f0fbf6d3da/raw/2e42e812d6946089b9443a94eada1ce637ae84b3/testnet.php php testnet.php My output looks like this: Array ( [DHCP_KEEPRESOLV] => no [DNS_SERVER1] => 192.168.10.1 [DHCP6_KEEPRESOLV] => no [BONDING] => no [BONDNAME] => [BONDNICS] => [BONDING_MODE] => 1 [BONDING_MIIMON] => 100 [BRIDGING] => yes [BRNAME] => br0 [BRNICS] => eth0 [BRSTP] => no [BRFD] => 0 [DESCRIPTION:0] => [PROTOCOL:0] => ipv4 [USE_DHCP:0] => yes [IPADDR:0] => 192.168.10.50 [NETMASK:0] => 255.255.255.0 [GATEWAY:0] => 192.168.10.1 [METRIC:0] => [USE_DHCP6:0] => yes [IPADDR6:0] => [NETMASK6:0] => [GATEWAY6:0] => [METRIC6:0] => [PRIVACY6:0] => [MTU] => [TYPE] => access ) BRIDGING: 'yes' BRNAME: 'br0' BONDING: 'no' BONDNAME: '' ethX: 'eth0' device: 'br0' If at the end you see "device: 'br0'" (or 'eth0' or some other value) that means everything is working correctly and I would not expect you to have the issue being discussed here. But if you have the issue being discussed then the device variable at the end is probably blank (i.e. you see something like "device: ''") Please copy/paste the whole output here so we can figure out why.
  11. I renamed the post in the hopes that someone else with more experience in this will look at it.
  12. Glad your ISP was able to confirm this. There isn't really anything we can do to help when the ISP is blocking your port forward.
  13. It sounds like Remote Access is no longer configured, here are instructions for setting it up: https://wiki.unraid.net/My_Servers#Configuring_Remote_Access_.28optional.29
  14. please see the discussion here https://forums.unraid.net/topic/126124-cannot-provision-ca-signed-certificate-fixed-briefly-currently-broken-again-multiple-weeks/page/2/#comment-1181483
  15. Sorry for the trouble, please see the discussion here https://forums.unraid.net/topic/126124-cannot-provision-ca-signed-certificate-fixed-briefly-currently-broken-again-multiple-weeks/page/2/#comment-1181483
  16. Sorry for the trouble, please see the discussion here https://forums.unraid.net/topic/126124-cannot-provision-ca-signed-certificate-fixed-briefly-currently-broken-again-multiple-weeks/page/2/#comment-1181483
  17. Hi folks, Sorry for the trouble, we had some database issues that took a bit to track down. Things are back up and running now, but if you continue to have problems please post a note here shortly after attempting to provision and we'll check the logs around that time.
  18. Exactly what url are you trying to use? According to your diagnostics, the webgui is configured on these ports: HTTP port: 80 HTTPS port: 443 You should be able to access it on these urls: https://192.168.0.21 https://RizznetUnraid.local https://hash.unraid.net <-- replace with your personal hash
  19. You have to regenerate the configs to get the benefits of the fix mentioned in the OP
  20. Restarting the api may help, but there is likely an issue with your DNS server. Go to Settings -> Network Settings and set your DNS server to 8.8.8.8 and see if that resolves the problem. If not, please upload your diagnostics.zip (from Tools -> Diagnostics)
  21. You are in a double-NAT setup with two routers. This makes port forwarding very difficult and isn't something we can really support, although you may be able to get it to work if you port forward port 5443 from the ISP's router to port 5443 on the Google router's IP. Then forward port 5443 on the Google router to port 5443 on Unraid's IP. A better solution would be to work with your ISP to put their router in "bridge mode", which disables the routing function on their box and makes the Google box your actual router. You'll probably want to research this a bit first before doing it.
  22. Agreed, the flash drive is unhappy. Hopefully running check disk in another computer will resolve other, otherwise it will need to be replaced.
  23. Please disable any port forward for port 22, you do not want to open port 22 on your server up to the Internet However, flash backup does need to be able to make an OUTGOING connection on port 22 to backup.unraid.net. Do you have a firewall that could be preventing that?
  24. Your issue is very different, and does not have this error message at all. Let's keep your conversation over here: https://forums.unraid.net/topic/129664-flash-backup-not-working/