Everything posted by peter_sm
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
What unRAID version are you on? and please attache /boot/config/network.cfg //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Can you attach your OpenVPN Server Configuration: ? I'm ising iPad and I can reach complete LAN (tower,plex,VM) and outsid as well my config NETWORK=10.22.0.0 NETMASK=255.255.255.0 SERVER_PORT=1194 CANONICAL=xxx.yyy.com PROTOCOL=udp CIPHER="cipher aes-256-cbc" CLIENT="Enable" HASH_ALGO="auth sha256" GATEWAY="redirect-gateway" SUBNET="Disable" LAN_SUBNET="Disable" COMP_LZO="comp-lzo" IPP="ipp.txt" DHCP_1="dhcp-option DNS" TELNET_CONSOLE="No" VERB="verb 3" IP_PORT_SHARE=""
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
New update is available to correcting the DL of easy-rsa //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Add proto udp line above dev tun and it will work
-
[Support] Linuxserver.io - Plex Media Server
Hi, What happens with this Plex Docker? Have ironic left unRAID ? I hade an update and after that I see this ! not available :-(
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Hmm, I missing this line proto udp ? I assume you want this protocol. Can you try add that line above dev tun proto udp While OpenVPN allows either the TCP or UDP protocol to be used as the VPN carrier connection, the UDP protocol will provide better protection against DoS attacks and port scanning than TCP: proto udp //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
It should looks like this # Generated settings: IFNAME[0]="eth0" DESCRIPTION[0]="" USE_DHCP[0]="yes" DHCP_KEEPRESOLV="no" MTU[0]="" VLANID[0,1]="1" DESCRIPTION[0,1]="" USE_DHCP[0,1]="" VLANS[0]="2" SYSNICS="1"
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Can you go to unRAID network settings and save/update and see if the config file updates.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
And the network config looks not the that I have seen from other 6.2 beta 23!!
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Can you add result for command ifconfig and add a screenshot of the settings at the gui?
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
There is a new version of the server plugin that should work with the latest beta. //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
No I haven't, the plugin starts automatic. //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Happy to hear it's a common issue and not the normal archedraft is "special" issue. I have soon a solution of the problem, but can you that have issues in beta23 send me your contents of /boot/config/network.cfg //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Absolutely the plugin would support it, I will look at it when its' enabled in unRAID. //Peter
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
I will take s look at this after my work, just started ;-) but something have been change , I facing same issue on my side . Skickat från min iPhone med Tapatalk
-
[Support] binhex - rTorrentVPN
Hi Binhex Do you know why I got this error at the end of installation ? ab344f289c36: Download complete ab344f289c36: Pull complete ab344f289c36: Pull complete docker: layers from manifest don't match image configuration. See '/usr/bin/docker run --help'. The command failed.
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
FYI: openVPN 2.3.9 is not a part of Slackware anymore. I think the SSL packades need to be updated in unraid 6.1.9 Skickat från min iPhone med Tapatalk
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
can you try this installpkg /boot/packages/openvpn-2.3.9-x86_64-1.txz
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
It Shall be possible, please read up here --> https://openvpn.net/index.php/open-source/documentation/howto.html Routing all client traffic (including web-traffic) through the VPN https://openvpn.net/index.php/open-source/documentation/howto.html#redirect
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Fixed now
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
Yes from my serverauditor on my iPad works fine (port 22)
-
OpenVPN Server & Client for unRAID 6.2+ (6.1 are still supported)
64 bit server is OK on my system on 6.2 beta18
-
[Support] Linuxserver.io - Nginx
I have done a lot of test for reverse proxy soluitions but it always fail :-( What I like to see is a docker with reverse proxy/nginx/owncloud/letsencrypt/fail2ban :-) I think that this can't be done ;-) //Peter
-
[Support] Linuxserver.io - Nginx
I'm also using 443 and ssl certificate , is it safe Then to open port 443 in router and forward this to unraid ip?
-
[Support] Linuxserver.io - Nginx
Thanks, I will try this. But open port 443 to the web server might be an issue? But that is needed to get this to work?