July 5, 20178 yr That was my first thought. I can stream video just fine from the home network. I even went on my unraid windows VM and tried (no luck0 Also using my iPhone while on my home network and go to youtube.com or ESPN (via app and safari) I'm good without vpn turned on but as soon as I go through VPN I'm blocked with the following browser error "Safari cannot open the page because the server cannot be found"
July 5, 20178 yr Router does not seem to be blocking streaming especially since this only occurs while on VPN all other machines on the network stream just fine
July 6, 20178 yr 1 hour ago, johng1290 said: A little bit of an update. The issue only seems to be impacting iOS devices I just checked on my iPhone 7. Didn't see this issue. That suggests to me that it's possibly an issue with your configuration.
July 7, 20178 yr Just pulled the latest update, 07/07/17. I wasn't bumped to 2.1.9 I take it the updating without it actually updating 'issue' is still around? Because if I delete my appdata for this container the version sets to 2.1.9 I just can't delete my appdata because there's so many devices which I have to update my certs / creds on Any ideas LSIO?
July 7, 20178 yr 2 minutes ago, nexusmaniac said: Just pulled the latest update, 07/07/17. I wasn't bumped to 2.1.9 I take it the updating without it actually updating 'issue' is still around? Because if I delete my appdata for this container the version sets to 2.1.9 I just can't delete my appdata because there's so many devices which I have to update my certs / creds on Any ideas LSIO? I updated too and still running 2.1.4
July 8, 20178 yr I can't seem to get clients to connect to the VPN server. I followed spaceinvader's guide and set up users and used my dynamic dns and forwarded udp 1194 on my firewall. Still trying to figure this out as another option of running OpenVPN on my pfsense firewall. Update: All is working now. My newly installed Verizon Quantum firewall and its forwarding rule was the issue. I had to use "any" instead of the specific 1194 source port for it to work. Any tutorial on how to resolve names of locally connected devices when using OpenVPN? Edited July 11, 20178 yr by SCSI
July 11, 20178 yr On 07/07/2017 at 8:41 PM, fc0712 said: I updated too and still running 2.1.4 On 07/07/2017 at 8:38 PM, nexusmaniac said: Just pulled the latest update, 07/07/17. I wasn't bumped to 2.1.9 I take it the updating without it actually updating 'issue' is still around? Because if I delete my appdata for this container the version sets to 2.1.9 I just can't delete my appdata because there's so many devices which I have to update my certs / creds on Any ideas LSIO? Shameless bump...
July 12, 20178 yr 8 hours ago, nexusmaniac said: Shameless bump... You're right. I realized I'm on an older version as well. We'll look into it. Thanks
July 18, 20178 yr Why would I want to use this docker if my router supports openvpn? I installed the openvpn-as docker and was never able to get into the webUI. I kept getting an error "This site can’t be reached. 10.x.x.x refused to connect." Then I remembered my router has a vpn service option, which is also confusing, but I was able to enable it and get it working.
July 18, 20178 yr 2 hours ago, dboonthego said: Why would I want to use this docker if my router supports openvpn? Well, it's for people who don't have OpenVPN already. Same as if you have a game on PS4 why would you want the same game on a gaming PC. They are both the same game so yes it is pointless having both. However one may be better than the other. The PC version will most likely have better graphics. Same with the OpenVPN. The router version will probably be far older and never updated. The dockerised version is regularly updated so you will always have an up to date version. Edited July 18, 20178 yr by gridrunner
July 18, 20178 yr 6 hours ago, dboonthego said: Why would I want to use this docker if my router supports openvpn? Also, encryption is CPU intensive, so speeds may be better when using the much more powerful CPU in your tower vs. the low power embedded one in your router.
July 19, 20178 yr Thanks for the replies guys. I like the analogy. I may revisit the docker based vpn in the future, but for now, since the router is a solution, I will try it out for a bit. Thanks for the input.
July 19, 20178 yr On 6/28/2017 at 9:19 PM, jonathansayeb said: Ok for all the folks you might have troubles connecting to the webui just like i did you may need to check your Unraid network settings: Unraid>Settings>Network Settings and there you change DNS server assignment to static and add google DNS Server (8.8.8.8 and 8.8.4.4) I finally got it to work doing this after 2 days of trying everything, Cheers. I seem to be still having the same problem, but your solution didn't resolve my issue. Were there any other steps you took? It seems like the default Docker config refuses connections. Edit: Is there a way to disable authentication in the docker for the first connection? Is there a variable I can add? Edited July 19, 20178 yr by FlexGunship
July 19, 20178 yr Im having same issue as most , static dns as Google , host with privilege, no gui , if i set to bridge mode it works and i get web gui but the way its spose to run has issues, i have this on few docker apps if host mode dont work bridge mode dont and i have pfsense router Initializing OpenVPN... Adding new user login... useradd -s /sbin/nologin "admin" Writing as configuration file... Perform sa init... Wiping any previous userdb... Creating default profile... Modifying default profile... Adding new user to userdb... Modifying new user as superuser in userdb... Getting hostname... Hostname: Server Preparing web certificates... Getting web user account... Adding web group account... Adding web group... Adjusting license directory ownership... Initializing confdb... Generating init scripts... Generating PAM config... Generating init scripts auto command... Starting openvpnas... Error: Could not execute server start. [cont-init.d] 40-openvpn-init: exited 0. [cont-init.d] 50-interface: executing... MOD Default {u'admin_ui.https.ip_address': u'all'} {u'admin_ui.https.ip_address': 'eth0'} MOD Default {u'cs.https.ip_address': u'all'} {u'cs.https.ip_address': 'eth0'} MOD Default {u'vpn.daemon.0.listen.ip_address': u'all'} {u'vpn.daemon.0.listen.ip_address': 'eth0'} MOD Default {u'vpn.daemon.0.server.ip_address': u'all'} {u'vpn.daemon.0.server.ip_address': 'eth0'} [cont-init.d] 50-interface: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
July 19, 20178 yr Are any of you guys using bonded network on Unraid, if so, you'll need to add an extra parameter... https://github.com/linuxserver/docker-openvpnas#parameters
July 19, 20178 yr 2 minutes ago, CHBMB said: Are any of you guys using bonded network on Unraid, if so, you'll need to add an extra parameter... https://github.com/linuxserver/docker-openvpnas#parameters yep i am , i turn it off on test server and it started working so what best set up for multi eth connection ?
July 19, 20178 yr 2 minutes ago, CHBMB said: I linked to it.... Set a variable and use bond0 -e INTERFACE , bond0
July 19, 20178 yr 5 minutes ago, CHBMB said: Or add it in the webui. adding it as variable at working at mo im sure its how im adding it
July 19, 20178 yr 10 minutes ago, CHBMB said: Name = Whatever you want - irrelevant Key = INTERFACE Value = Bond0 or bond0 bond0 work , thanks for sticking with me through that !!!
July 19, 20178 yr Just now, evocraigst said: bond0 work , thanks for sticking with me through that !!! NP, yeah Linux is case sensitive so Bond0 and bond0 aren't the same.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.