dscdsc

Members
  • Posts

    14
  • Joined

  • Last visited

dscdsc's Achievements

Noob

Noob (1/14)

0

Reputation

  1. There was no MD5 error and the plug in installation reported as complete. I did notice that the plug in installation was very fast, probably because the openvpn package was not downloaded. The way I figured it out was I tried downloading and installing the openvpn package manually. I got the URL from the PLG file and did a wget and also tried in a browser. That's when I saw the link was not working and I looked for an alternate. As of 5 mins ago the link is still down. Did they change something on the mirror?
  2. I figured it out. Looks like the URL for the openvpn package was timing out. the plg was pulling from: http://mirrors.slackware.com/slackware/slackware64-current/slackware64/n/openvpn-2.4.3-x86_64-1.txz I replaced it with this source and it was able to pull the package correctly. http://slackware.cs.utah.edu/pub/slackware/slackware64-current/slackware64/n/openvpn-2.4.3-x86_64-1.txz The install log didn't have any mention of the file not downloading correctly and the plug in reports back as install complete. maybe something you can look into for the next update?
  3. Something I just noticed is that the "VPN Server IP" and "OpenVPN Version" are blank in the status page. I have the IP configured but the fact that the version number is missing is strange.
  4. Just tried it with a new folder. No luck. Previously I was deleting that folder manually before reinstalling but with no success.
  5. Yes. I also tried uninstalling. Still no luck. I went as far as deleting the files manually. i tried safari, Firefox and chrome browsers also.
  6. I just updated to latest server plug in and now I'm missing the "start server" button. Anyone else see this issue? I tried removing and also manually deleting the plug in. Still get no button.
  7. I recently added two identical SSDs as cache drives. However after every reboot they are not saved to the array configuration. They just show up as unmounted and unassigned on the next start up. I can readd them to the array and everything is still there like before but I have to do this after every start up. My dockers won't work properly if I don't manually stop the array, add the SSDs, and they start the array. I attached my diag zip if someone can help with this issue. unraid-dc-diagnostics-20170327-1831.zip
  8. can you see the shares if you go to \\UNRAID_IP_address\ in an explorer window? The only way I've been able to browse my VPN machines was when using a layer 2 VPN set up. I don't think layer 3 will support the normal broadcast for the services. Maybe the router was doing something extra?
  9. Can you still access the shares using the ip addresses? Was the openvpn server on your router using layer 2 or layer 3?
  10. it looks like you copied the wrong ovpn file. That looks like the config for the server, not for the client. where did you grab the file from? take a look in /mnt/user/appdata/myVPNserver/clients. those are the ovpn files you need for your clients.
  11. I found out that it's taking longer than usual for my DHCP server to assign the address to my unraid server. I have static leases on my DHCP server but I changed it to static on my unraid server and the interface is ready quicker now. It's strange because I haven't seen this issue before. I was tipped off by some warnings from other plugins saying they couldn't reach the internet or github at start up. The "fix common problems" plugin detected these warnings and suggested to set a static DNS as an attempt to fix this.
  12. @peter_sm - thanks for this excellent plug in! What's the best way to delay the start up time of the server? I am finding that openvpn server is starting up and trying to assign to the network interfaces before my unraid server has the interfaces up. I am seeing this error in the logs: Socket bind failed on local address [AF_INET]xxxxx:1194: Cannot assign requested address When I check the overall system log I see that the interface is not available until about 30 seconds after openvpn tries to access it. If I restart openvpn server after unraid is fully loaded the server starts fine. Can you build this into the plug in or how do you suggest is the best way to have openvpn start later during a boot up or restart?
  13. I noticed that when doing an auto discover the app does not scan the entire network if it is larger than /24 subnet. It treats any network as if it is /24 subnet. I just tried the scan on my network with /23 and it only scanned half of the ip addresses. Does the app check for the subnet mask when doing an IP scan?