Jump to content

xthursdayx

Community Developer
  • Posts

    397
  • Joined

  • Last visited

Everything posted by xthursdayx

  1. hi guys, thanks for the great containers. I've followed the cyanlabs guide and was able to get sonarr and radarr working through my domain name and letsencrypt. I had previously followed your tutorial on installing nextcloud on unraid with letsencrypt proxy up until the point that says "Setting Up A Letsencrypt Reverse Proxy". At this point I was able to access nextcloud from my serverip:444 and was able to configure nextcloud with my mariadb info. I then followed cyanlabs' guide to set up letsencrypt. However after following this guide, while everything else I set up (sonarr, radarr, deluge) works through my domain/location (ex: http://domain/sonarr), nextcloud is inaccessible through /nextcloud. This wasn't a big concern for me because at this point I planned to continue following your tutorial which would cause me to access next cloud at nextcloud.domain.com instead of /nextcloud anyway, however I found that I was also unable to access nextcloud on my local network through serverip:444... I tried following the rest of your tutorial anyway, and I still get ERR_CONNECTION_CLOSED when I try to connect to serverip:444 and my log file shows nginx: [emerg] open() "/config/nginx/proxy.conf" failed (2: No such file or directory) in /config/nginx/site-confs/nextcloud:31 There is no proxy.conf file in my site-confs directory, and I didn't see a step in either tutorial to create this file (or where I should edit my default.config to reflect nextcloud.conf rather than a generic proxy.conf) My nextcloud site-conf is: server { listen 443 ssl; server_name nextcloud.vulf.stream; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ###Extra Settings### ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.1.107:444/; proxy_max_temp_file_size 4096m; include /config/nginx/proxy.conf; } } And my /config/www/nextcloud/config/config.php looks like this: <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.107:444', 1 => 'nextcloud.vulf.stream', ), 'overwrite.cli.url' => 'https://nextcloud.vulf.stream', 'overwritehost' => 'nextcloud.vulf.stream' 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '12.0.0.29', 'dbname' => 'nextcloud', 'dbhost' => '192.168.1.107:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'zandrsn', 'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxx', 'installed' => true, ); Any ideas? I was also just wanted to make sure that I don't need to add the nextcloud subdomain on my domain nameprovider's web console right? I'm assuming that this will redirect automatically on the server end.
  2. Hi folks, I've installed this docker in the hope of being able to to stream my large music collection from my unRAID machine directly to my stereo via an airport express controlled by Apple Remote on an iPhone or iPad, rather than having to rely on Plex or Emby. I used the Linuxserver.io template when I installed and updated my /music directory to the correct path (/mnt/user/Media/Music) and the set my /config to my appdata folder (/mnt/cache/appdata/daapd). I then also edited the forked-daapd.conf file in order to update to the correct UID (default 99) and add my Airport Express name and password where required. Despite following these steps nothing seems to work, ddaapd can't search for the remote, and I'm getting all sorts of warnings and errors in my log. See below. Any ideas? Thanks! ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-dbus: executing... [cont-init.d] 30-dbus: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] done. [services.d] starting services Found user 'avahi' (UID 86) and group 'avahi' (GID 86). Successfully dropped root privileges. avahi-daemon 0.6.32 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! dbus_bus_get_private(): Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused WARNING: Failed to contact D-Bus daemon. avahi-daemon 0.6.32 exiting. dbus[238]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted [services.d] done. Failed to set ownership on logfile: Operation not permitted [ LOG] main: Forked Media Server Version 24.2 taking off [ LOG] main: Built 2017-02-06 with: --enable-itunes --enable-lastfm --enable-chromecast --enable-mpd --with-alsa [ LOG] main: mDNS init [ LOG] mdns: Avahi state change: Client connecting [ LOG] db: Now vacuuming database, this may take some time... Found user 'avahi' (UID 86) and group 'avahi' (GID 86). Successfully dropped root privileges. avahi-daemon 0.6.32 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Loading service file /etc/avahi/services/sftp-ssh.service. Loading service file /etc/avahi/services/ssh.service. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. New relevant interface virbr0.IPv4 for mDNS. Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.107. New relevant interface br0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 192.168.122.1 on virbr0.IPv4. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 192.168.1.107 on br0.IPv4. [ LOG] db: Database OK with 199 active files and 6 active playlists [ LOG] mdns: Failed to create service browser: Bad state [ LOG] raop: Could not add mDNS browser for AirPlay devices [ LOG] mdns: Failed to create service browser: Bad state [ LOG] cast: Could not add mDNS browser for Chromecast devices [ LOG] mdns: Failed to create service browser: Bad state [FATAL] remote: Could not browse for Remote services [FATAL] main: Remote pairing service failed to start [ LOG] main: MPD deinit [ LOG] main: HTTPd deinit Server startup complete. Host name is vulfTower.local. Local service cookie is 3790120478. [ LOG] main: Player deinit [ LOG] main: File scanner deinit Service "vulfTower" (/etc/avahi/services/ssh.service) successfully established. Service "vulfTower" (/etc/avahi/services/sftp-ssh.service) successfully established.
  3. Hey everyone. I've been using this docker to manage my server remotely (when I am at work or out of town) for the last 9 months with no problems. As has been noted with the most recent update to unRAID I had to reset my admin password and re-add my secondary 'guest' user. But for some reason now a problem has arisen. After updating the passwords and re-adding the second user I tried to connect using my previous .ovpn client configs. This didn't work, so I logged in through the web interface and downloaded new .ovpn files for both users. Using them from my phone or computer I can now connect to my server through OpenVPN, and can load web pages etc, BUT for some reason I can no longer access my server unRAID GUI page (from 192.168.1.x)... THis has never happened before and I'm not sure what would have changed to cause this. All of my permissions etc seem to be the same as they were previously. Any ideas? Thanks!
  4. Hi all, I've had this docker set up and working well for a couple of months now, but due to a change in my network infrastructure I had to reinstall OpenVPN-AS. Now that I've done this I am able to connect to the VPN and it seems to be working - for example if I join the VPN on my iPad I am able to see my Plex Server in the Plex app and play media. However for some reason I am unable to connect to my server management webUI... When I go to my normal internal IP address it will never load. Any idea why this would happen? As I said, i am able to connect to the VPN and do other tasks, but not manage the server, which is one of the key reasons I wanted to install OpenVPN-AS to begin with.
  5. The strange thing is that the only log I see changing sizes when I use this command is the log from Mylar. Yet the only way I am able to reduce my docker image usage is by resetting crash plan...
  6. I've already tried this, but Crashplan's logs aren't particularly large. And as I said in my post there don't seem to be any logs internal to crashplan that I can clear or limit the size of.
  7. So, I'm having the same problem (docker image filling up), and unfortunately CAdvisor hasn't been any help as my container sizes don't seem to be changing. I have however been able to isolate the source of the problem by going through all my containers that seem to have high memory usage and larger container sizes and updating them (edit > save) and waiting until my docker utilization goes back to normal. It seems that my problem is coming from gfjardim's Crashplan docker. I am using crashplan to backup my entire server (unlimited account), so it is moving a lot of data, but it doesn't seem to keep logs, so I'm unsure what could be causing the docker image to fill up. Any ideas?
  8. Hey sorry, I've been away from my server. It seems to have updated... It says I'm at build 872edd43293aaf65ec98f50071cbbb6835956612 now, and hasn't told me I'm behind on commits. I'll report back if this changes.
  9. That's awesome, I really appreciate it!
  10. I actually was using theirs previously. The reason I switched to yours is because the linuxserver.io build doesn't support the development branch, which has the commit I need to fix my error....
  11. This isn't working for me. I hit the update button when it tells me I'm 34 commits behind, but then nothing happens after the restart and I'm still 34 commits behind (unfortunately I am having a problem with the program that these commits fix - which is the reason I switched to this docker running the development branch to begin with). Is there any way to update manually?
  12. Still have the same problem... Any ideas what I should do?
  13. Yep, this is via https. This is the entire log string I get when I try to load the GUI [2016-04-20 10:01:57.007744] _LISTENER == ConnectionFrom(192.168.1.160, 54585) [Allowed] [2016-04-20 10:01:57.007801] There are [0] clients from [192.168.1.160] [2016-04-20 10:01:57.040803] _LISTENER == ConnectionFrom(192.168.1.160, 54586) [Allowed] [2016-04-20 10:01:57.040845] There are [0] clients from [192.168.1.160] [2016-04-20 10:01:57.067630] WebMod::Client == ReachedMaxBuffer() [2016-04-20 10:01:57.067705] Remote IP: 192.168.1.160; discarding session [f46ef5a56ccdbf8553396fc995dcf993f06ca36984d94155847c7b298e6dde1b] [2016-04-20 10:01:57.067765] Auto generated session: [3051ce7f050953494593a56f2302414b33d39aae1175e8814b2301b496788cbb]
  14. I've installed the docker but everytime I try to access the web GUI I get an ERR_EMPTY_RESPONSE and the ZNC log shows this: [2016-04-16 13:33:31.363483] _LISTENER == ConnectionFrom(192.168.1.160, 56903) [Allowed] [2016-04-16 13:33:31.363524] There are [0] clients from [192.168.1.160] [2016-04-16 13:33:31.384572] WebMod::Client == ReachedMaxBuffer() [2016-04-16 13:33:31.384683] Auto generated session: [0306a53c39224dda8136e4f802c5b5756ea1d2634f367c27bad2d423bd289e8b] Any ideas?
  15. Hi Aptalca, I was wondering if you know how I might run multiple Calibre Content Server instances from you RDP-Calibre docker? The reason that I want to do this is that I have multiple libraries and I would like to serve all of them (since it doesn't seem that there is a way for server clients to switch between libraries). I've read a bit about it and seems like it's possible, but I'm not sure how to implement this via the docker. See the forum post here for more information -> http://www.mobileread.com/forums/showthread.php?t=150814 Thanks!
  16. Thanks for this, really amazing explanation! Neither the router nor the modem are mine (I share them with my landlord), so while I have admin access, I don't have the ability to change the set up too much. This is super illuminating though. Cheers!
  17. Yeah, sorry, just updated my last post. I've been able to work around this by forwarding the same port through both my router and the new modem. Thanks!
  18. Yeah, the redirect is working now. And I figured out where the timing out problem was coming from (as you suspected it wasn't the No-IP container). The strange thing was that when I tried to connect to my No-IP host name after the redirect started working it began directing me to the login screen for the new modem that I got from my ISP, rather that to my router's login screen (or the OpenVPN login screen). If I attempted to connect to the port I forwarded for OpenVPN I would still get a refused connection. As this is a new modem I'm not very familiar with it, but I set my router to have a static IP, and forwarded the same port on the modem to the port on my router that I had previously forwarded to my OpenVPN. I am now able to connect to the VPN from my phone.
  19. Just added the ddclient docker to see if it will make any difference from the No-IP docker. Fingers crossed.
  20. Ok... sorry to be a bit slow, I realized this just after my last post and found the No-IP docker. I've installed that docker and linked it to my No-IP host redirect. However I'm still getting a connection time-out when I try to connect over 3G with my phone. Here is the log: 2016-03-06 19:47:16 ----- OpenVPN Start ----- OpenVPN core 3.0 ios arm64 64-bit 2016-03-06 19:47:16 UNUSED OPTIONS 0 [setenv] [FORWARD_COMPATIBLE] [1] 3 [nobind] 10 [sndbuf] [100000] 11 [rcvbuf] [100000] 14 [verb] [3] 15 [setenv] [PUSH_PEER_INFO] 23 [CLI_PREF_ALLOW_WEB_IMPORT] [True] 24 [CLI_PREF_ENABLE_CONNECT] [True] 25 [CLI_PREF_ENABLE__PROXY] [True] 26 [WSHOST] [vulf.ddns.net:943] 27 [WEB_CA_BUNDLE] [-----BEGIN CERTIFICATE----- MIIDBDCCAeygAwIBAgIEVtfU8zANBgkqhkiG...] 28 [iS_OPENVPN_WEB_CA] [1] 29 [ORGANIZATION] [OpenVPN Technologies, Inc.] 2016-03-06 19:47:16 LZO-ASYM init swap=0 asym=1 2016-03-06 19:47:16 Comp-stub init swap=0 2016-03-06 19:47:16 EVENT: RESOLVE 2016-03-06 19:47:17 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:47:17 EVENT: WAIT 2016-03-06 19:47:17 SetTunnelSocket returned 1 2016-03-06 19:47:17 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:47:26 Server poll timeout, trying next remote entry... 2016-03-06 19:47:26 EVENT: RECONNECTING 2016-03-06 19:47:26 LZO-ASYM init swap=0 asym=1 2016-03-06 19:47:26 Comp-stub init swap=0 2016-03-06 19:47:26 EVENT: RESOLVE 2016-03-06 19:47:26 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:47:26 EVENT: WAIT 2016-03-06 19:47:26 SetTunnelSocket returned 1 2016-03-06 19:47:26 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:47:36 Server poll timeout, trying next remote entry... 2016-03-06 19:47:36 EVENT: RECONNECTING 2016-03-06 19:47:36 LZO-ASYM init swap=0 asym=1 2016-03-06 19:47:36 Comp-stub init swap=0 2016-03-06 19:47:36 EVENT: RESOLVE 2016-03-06 19:47:36 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:47:36 EVENT: WAIT 2016-03-06 19:47:36 SetTunnelSocket returned 1 2016-03-06 19:47:36 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:47:46 Server poll timeout, trying next remote entry... 2016-03-06 19:47:46 EVENT: RECONNECTING 2016-03-06 19:47:46 LZO-ASYM init swap=0 asym=1 2016-03-06 19:47:46 Comp-stub init swap=0 2016-03-06 19:47:46 EVENT: RESOLVE 2016-03-06 19:47:46 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:47:46 EVENT: WAIT 2016-03-06 19:47:46 SetTunnelSocket returned 1 2016-03-06 19:47:46 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:47:56 Server poll timeout, trying next remote entry... 2016-03-06 19:47:56 EVENT: RECONNECTING 2016-03-06 19:47:56 LZO-ASYM init swap=0 asym=1 2016-03-06 19:47:56 Comp-stub init swap=0 2016-03-06 19:47:56 EVENT: RESOLVE 2016-03-06 19:47:56 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:47:56 EVENT: WAIT 2016-03-06 19:47:56 SetTunnelSocket returned 1 2016-03-06 19:47:56 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:48:06 Server poll timeout, trying next remote entry... 2016-03-06 19:48:06 EVENT: RECONNECTING 2016-03-06 19:48:06 LZO-ASYM init swap=0 asym=1 2016-03-06 19:48:06 Comp-stub init swap=0 2016-03-06 19:48:06 EVENT: RESOLVE 2016-03-06 19:48:07 Contacting 99.233.114.93:1194 via UDP 2016-03-06 19:48:07 EVENT: WAIT 2016-03-06 19:48:07 SetTunnelSocket returned 1 2016-03-06 19:48:07 Connecting to vulf.ddns.net:1194 (99.233.114.93) via UDPv4 2016-03-06 19:48:16 EVENT: CONNECTION_TIMEOUT [ERR] 2016-03-06 19:48:16 EVENT: DISCONNECTED 2016-03-06 19:48:16 Raw stats on disconnect: BYTES_OUT : 1260 PACKETS_OUT : 30 CONNECTION_TIMEOUT : 1 N_RECONNECT : 5 2016-03-06 19:48:16 Performance stats on disconnect: CPU usage (microseconds): 47162 Network bytes per CPU second: 26716 Tunnel bytes per CPU second: 0 2016-03-06 19:48:16 EVENT: DISCONNECT_PENDING 2016-03-06 19:48:16 ----- OpenVPN Stop -----
  21. So, one thing I've realized is that no-ip's dynamic name redirect isn't working because I don't have their Dynamic Update Client running on my Unraid machine. I've tried to follow the instructions here: http://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client/ but I'm running into a problem because unraid doesn't have the make tool install, so I can't install the DUC software.... I'm not sure if this is the source of the main problem I'm facing with OpenVPN, but I figure I can't isolate the other problems until I sort this out. How are other folks dealing with redirecting a host to your OpenVPN login? Thanks!
  22. Yeah, interestingly, I was trying to access the server via 3G when this error message came up. I think there might be a problem with my No-IP redirecter, but I'm not sure how to fix that.
  23. Thanks for this danioj. Other than being overeager with my port-forwarding, it was the step to download the certificate that I couldn't figure out.. I've followed your directions now, however when I try to log in to the VPN when I'm not on my home network from the OpenVPN app on my phone the connection just times out. Do you have any idea how I might fix this? I've included part of the OpenVPN log below. 2016-03-04 22:02:49 ----- OpenVPN Start ----- OpenVPN core 3.0 ios arm64 64-bit 2016-03-04 22:02:49 UNUSED OPTIONS 0 [setenv] [FORWARD_COMPATIBLE] [1] 3 [nobind] 10 [sndbuf] [100000] 11 [rcvbuf] [100000] 14 [verb] [3] 15 [setenv] [PUSH_PEER_INFO] 23 [CLI_PREF_ALLOW_WEB_IMPORT] [True] 24 [CLI_PREF_ENABLE_CONNECT] [True] 25 [CLI_PREF_ENABLE__PROXY] [True] 26 [WSHOST] [vulf.ddns.net:943] 27 [WEB_CA_BUNDLE] [-----BEGIN CERTIFICATE----- MIIDBDCCAeygAwIBAgIEVtfU8zANBgkqhkiG...] 28 [iS_OPENVPN_WEB_CA] [1] 29 [ORGANIZATION] [OpenVPN Technologies, Inc.] 2016-03-04 22:02:49 LZO-ASYM init swap=0 asym=1 2016-03-04 22:02:49 Comp-stub init swap=0 2016-03-04 22:02:49 EVENT: RESOLVE 2016-03-04 22:02:49 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:02:49 EVENT: WAIT 2016-03-04 22:02:49 SetTunnelSocket returned 1 2016-03-04 22:02:49 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:02:59 Server poll timeout, trying next remote entry... 2016-03-04 22:02:59 EVENT: RECONNECTING 2016-03-04 22:02:59 LZO-ASYM init swap=0 asym=1 2016-03-04 22:02:59 Comp-stub init swap=0 2016-03-04 22:02:59 EVENT: RESOLVE 2016-03-04 22:02:59 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:02:59 EVENT: WAIT 2016-03-04 22:02:59 SetTunnelSocket returned 1 2016-03-04 22:02:59 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:03:09 Server poll timeout, trying next remote entry... 2016-03-04 22:03:09 EVENT: RECONNECTING 2016-03-04 22:03:09 LZO-ASYM init swap=0 asym=1 2016-03-04 22:03:09 Comp-stub init swap=0 2016-03-04 22:03:09 EVENT: RESOLVE 2016-03-04 22:03:09 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:03:09 EVENT: WAIT 2016-03-04 22:03:09 SetTunnelSocket returned 1 2016-03-04 22:03:09 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:03:19 Server poll timeout, trying next remote entry... 2016-03-04 22:03:19 EVENT: RECONNECTING 2016-03-04 22:03:19 LZO-ASYM init swap=0 asym=1 2016-03-04 22:03:19 Comp-stub init swap=0 2016-03-04 22:03:19 EVENT: RESOLVE 2016-03-04 22:03:19 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:03:19 EVENT: WAIT 2016-03-04 22:03:19 SetTunnelSocket returned 1 2016-03-04 22:03:19 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:03:29 Server poll timeout, trying next remote entry... 2016-03-04 22:03:29 EVENT: RECONNECTING 2016-03-04 22:03:29 LZO-ASYM init swap=0 asym=1 2016-03-04 22:03:29 Comp-stub init swap=0 2016-03-04 22:03:29 EVENT: RESOLVE 2016-03-04 22:03:29 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:03:29 EVENT: WAIT 2016-03-04 22:03:29 SetTunnelSocket returned 1 2016-03-04 22:03:29 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:03:39 Server poll timeout, trying next remote entry... 2016-03-04 22:03:39 EVENT: RECONNECTING 2016-03-04 22:03:39 LZO-ASYM init swap=0 asym=1 2016-03-04 22:03:39 Comp-stub init swap=0 2016-03-04 22:03:39 EVENT: RESOLVE 2016-03-04 22:03:39 Contacting 192.168.0.10:1194 via UDP 2016-03-04 22:03:39 EVENT: WAIT 2016-03-04 22:03:39 SetTunnelSocket returned 1 2016-03-04 22:03:39 Connecting to vulf.ddns.net:1194 (192.168.0.10) via UDPv4 2016-03-04 22:03:49 EVENT: CONNECTION_TIMEOUT [ERR] 2016-03-04 22:03:49 EVENT: DISCONNECTED 2016-03-04 22:03:49 Raw stats on disconnect: BYTES_OUT : 1260 PACKETS_OUT : 30 CONNECTION_TIMEOUT : 1 N_RECONNECT : 5 2016-03-04 22:03:49 Performance stats on disconnect: CPU usage (microseconds): 43470 Network bytes per CPU second: 28985 Tunnel bytes per CPU second: 0 2016-03-04 22:03:49 EVENT: DISCONNECT_PENDING 2016-03-04 22:03:49 ----- OpenVPN Stop -----
  24. Hi all, let me apologize in advance if I come across as a total noob here. I've installed OpenVPN-AS on my Unraid 6 server in order to access Plex, Calibre Content Server, and Muximux. I was able to log in to the GUI fine after changing the admin password via a telnet session. However, I'm pretty confused about where to go from here. I've read all of the Quick Start guide and have tried to follow those instructions and the ones in the How To section, but I admit I'm a bit lost. What I've done so far is as follows: 1. Installed the docker using the linuxserver.io template and set the config location to /mnt/cache/appdata/openvpn 2. Reset the admin password via telnet. 3. Created another guest user and assigned a password 4. Forwarded ports 943 and 9443 (TCP), and 1194 (UDP) on my router 5. Login to OpenVPN-AS admin page 6. Set my DDNS forwarding address from my router in the Server Network Settings (from No-IP) 7. Added 192.168.1.0/24 in the VPN Settings The OpenVPN server seems to be running find on server side - I can access it from other devices on my network via http://192.168.1.107:943 and http://xxx.ddns.net:943. But when I try to log in with a client app on my phone (iOS) or via the web login page (xxx.ddns.net:943) when I am not connected to my home network the connection times out. This happens whether I try to login with Admin or the additional user I created. My first question is, should I change anything under the VPN settings? They are all default at the moment. The Dynamic IP Address Network address is set to 172.27.224.0 with 20 bits in the netmask. Should I change this to 192.168.1.0/24? Or does it not matter? Also, I have the routing set so that VPN clients can access 172.17.0.0/16 and 192.168.1.0/24. Is this correct? Second, do I need to change the server network settings? Specifically my interface? I have the following options: br0: 192.168.1.107 docker0: 172.17.42.1 eth0: 192.168.1.107 vetha5b6eed: 172.17.42.1 Lastly authentication is set as PAM at the moment. Is this correct? Thanks very much for the help!
×
×
  • Create New...