August 13, 20214 yr Author That would be the "--restart always" flag in the Extra Parameters field. You will have to toggle on Advanced View in the top right. Make sure you leave --cap-add=NET_ADMIN as it is required for the container to work properly.
August 13, 20214 yr Thanks. I'll try to remember this when there are updates or if I ever need to recreate the docker.
August 13, 20214 yr EDIT : it works, see bottom edit In ddns-updater , is there a way to force ipv4 only? I use namecheap, i provided my provider, domain, host ( "*" ) and my password in the json file, it connects to namecheap, but says malformed ip... I added the IPV6_PREFIX variable with the /64 value and still no go (I use Rogers, a quick google pointed out they use /64) EDIT : ok looking at the docker's log, I see that it finds my IP fine... it's the any.mydomain.com that it doesn't like... i replaced with @ and that works... Will add my subdomains now. Edited August 13, 20214 yr by stefer
August 13, 20214 yr favicon.ico from the github doesn't seem to be pulled with the docker image, I get a 404 error when I try to load it. (ddns-updater)
August 13, 20214 yr Author 10 minutes ago, stefer said: favicon.ico from the github doesn't seem to be pulled with the docker image, I get a 404 error when I try to load it. (ddns-updater) I know the dev been working on a new web interface for a while now so it might be a bug. I would open an issue on the GitHub page so he can look at it. By default, the template is setup to use both IPv4 and IPv6. You should be able to remove the PUBLICIP_HTTP_PROVIDERS and PUBLICIPV6_HTTP_PROVIDERS variables and leave the PUBLICIPV4_HTTP_PROVIDERS variable and it use only IPv4.
August 18, 20214 yr 2 hours ago, Alex.b said: Hey ! Thanks for your hard work ! I tried to install GluetunVPN to work with Windscribe but I have an error : docker: Error response from daemon: driver failed programming external connectivity on endpoint GluetunVPN (fe8fb5c60c0ba952bd0b14eade9f1ecd97c9be5fe936e49f8e221241a9e36559): Bind for 0.0.0.0:8888 failed: port is already allocated. By default, these 3 ports are mapped to 8888, is it intended ? I checked, no other container uses port 8888 Thank you ! This had gotten me too. The template does not default to the actual numbers that the developer has at the top of this template. Just scroll up and you'll see. I'll include a screenshot. The Template should probably be updated to avoid that confusion. The last I did a complete delete and rebuild it still defaulted to 8888.
August 18, 20214 yr Author 6 hours ago, Alex.b said: By default, these 3 ports are mapped to 8888, is it intended ? 3 hours ago, storagehound said: This had gotten me too. The template does not default to the actual numbers that the developer has at the top of this template. Just scroll up and you'll see. I'll include a screenshot. The Template should probably be updated to avoid that confusion. The last I did a complete delete and rebuild it still defaulted to 8888. Yeah... Thought I had fixed that. Apparently I never pushed it to production. My bad... I have another change that needs to be made anyway. I'll get it pushed after work today.
August 18, 20214 yr Author 6 minutes ago, Alex.b said: "--network=container:GluetunVPN" in "Extra Parameters" That is correct. If there is a WebUI port that you need to access then there are a few more steps.
August 20, 20214 yr Author 1 hour ago, EDalcin said: "/mnt/user/appdata/genea" Ot currently does not expose any volumes to unraid. You have the option to load/save a file from the web gui. I am currently working with the dev to add two options. 1. Allow mapping to unraid. 2. Allow storage in a GitHub repository.
August 21, 20214 yr Hi @biggiesize, Many thanks for your contribution. I would like to test your docker container and maybe use it as a "VPN gateway" that other "non-VPN capable" docker containers could use as "network", and therefore benefit from the VPN tunnel (with the proper port redirections made with the VPN service provider). Is there anyway I can set a particular OpenVPN server IP for the Gluetun VPN client to use ? Best, OP PS: Oh, and I forgot : congratulations for all the details provided in the Unraid docker container template. There is some very useful information and I which all docker container templates were as detailed as yours. Edited August 21, 20214 yr by Opawesome
August 21, 20214 yr 41 minutes ago, Opawesome said: Is there anyway I can set a particular OpenVPN server IP for the Gluetun VPN client to use ? I posted too fast. One can define a set OpenVPN IP by using a custom .ovpn configuration file. The procedure to do so is very clearly detailed by the author here: https://github.com/qdm12/gluetun/wiki/Openvpn-file. @biggiesize, if I may: how about adding a choice like "other/custom" in the dropdown menu for the "VPN_SERVICE_PROVIDER" variable in your docker container template, as well as adding the variable "OPENVPN_CUSTOM_CONFIG" right after, with a nice little description such as "OPTIONAL if you selected 'other/custom' in the 'VPN_SERVICE_PROVIDER' list above, please enter here the path to the .ovpn configuration file that Gluetun should use. https://github.com/qdm12/gluetun/wiki/Openvpn-file" ? Best, OP Edited August 21, 20214 yr by Opawesome Added kind suggestion to the developer
August 21, 20214 yr Author @Opawesome Thank you for the kind words. I appreciate them very much. My initial reaction is that this use case would be more advanced than what the product was intended for. Obviously, it is possible as the documentation shows. Adding an other/custom field to the drop down would currently cause the app to fail as it is looking for a specific response. I will definitely speak to the dev and see if he would help work on a more refined solution than what is presented. Currently, you could just remove the "VPN_SERVICE_PROVIDER" variable and add the "OPENVPN_CUSTOM_CONFIG". If you aren't using credentials then you might also need to remove the variables for user and password as well. Another thought is, if you VPN provider is currently supported, you can check the wiki and place a specific server name in the VPN_SERVER_NAME variable. That would limit Gluetun to using a single IP. This is definitely something I will consider. Thank you again for the kind words, your support and the great idea.
August 21, 20214 yr ddns-updater. is working great for duckdns. but not for FreeDNS. it shows: 'Failure (bad HTTP status: 404: Error 404 : Page not found ), 1m48s ago' I set the host/domain. and the token. which i got from afraid.org. the direct link to update my ip has the token in it.
August 21, 20214 yr Author 32 minutes ago, DevXen said: 'Failure (bad HTTP status: 404: Error 404 : Page not found ), 1m48s ago' Please open up an issue on the GitHub site as this looks like an issue within the app itself. https://github.com/qdm12/ddns-updater/issues/new?assignees=&labels=%3Apray%3A+help+wanted&template=help.md&title=Help%3A+...
September 6, 20214 yr Might be helpful to add the following variables: WIREGUARD_PRESHARED_KEY WIREGUARD_PORT I spent a good hour trying to troubleshoot why Windscribe wouldn't connect via Wireguard. After finding these variables int he Wiki, I added them and set them, and it's working great. Thanks for getting Gluetun in the CA!
September 6, 20214 yr Author 14 hours ago, lostinspace said: WIREGUARD_PRESHARED_KEY WIREGUARD_PORT Thank you for the feedback. I have been meaning to add the port variable for some time but haven't had the chance due to IRL stuff. These should be in the latest template once the CA picks it up during the next round of scans.
September 13, 20214 yr Hi, Having issues with GluetunVPN setup, specifically having Sonarr and NZBGet communicate with each other. I can access both UI fine from browser on the LAN, but Sonarr is throwing an "Error: ConnectFailure (No route to host): 'http://**.*.*.***:6789/jsonrpc'". I'm coming from a previous version of Gluetun Docker (not DPC), which was working fine, but with different parameter names. I've added ports 6789,8989 to "ADDITIONAL_FIREWALL_INPUT_PORTS" and added "--network=container:GluetunVPN" to Extra Parameters. I've also tried adding the ports via "add another path, port, variable, etc" as was needed with my previous iteration of Gluetun/PIA, to no avail. Is there something I need to do with "FIREWALL_OUTBOUND_SUBNETS"? TIA, Erik
September 13, 20214 yr Author 1 hour ago, ainuke said: "Error: ConnectFailure (No route to host): 'http://**.*.*.***:6789/jsonrpc'". I'll be glad to help figure this out. Can you post a screenshot of you Glutune config? Obviously, black out any IPs, subnets, username/passwords, etc.
September 14, 20214 yr 21 hours ago, biggiesize said: I'll be glad to help figure this out. Can you post a screenshot of you Glutune config? Obviously, black out any IPs, subnets, username/passwords, etc. Not sure if there's a better way to do this, but here goes: Everything is at default with the exception of ports added for nzbget and sonarr, plus login creds and server region. Thanks for the help!
September 14, 20214 yr Author Try putting the CIDR for your local subnet (usually something like 192.168.0.0/32 or 10.0.0.0/16) in the FIREWALL_OUTBOUND_SUBNETS variable.
September 14, 20214 yr 1 hour ago, biggiesize said: Try putting the CIDR for your local subnet (usually something like 192.168.0.0/32 or 10.0.0.0/16) in the FIREWALL_OUTBOUND_SUBNETS variable. Ok, did that, but now when I start sonarr or nzbget containers, I get "Execution Error No such container" Edited September 14, 20214 yr by ainuke clarity
September 14, 20214 yr Author 36 minutes ago, ainuke said: Ok, did that, but now when I start sonarr or nzbget containers, I get "Execution Error No such container" Restart Gluetun and make sure that there aren't any errors staring up in the log. Then refresh the page and double check the nzbget and sonarr network settings. Whenever you change settings in a template it recreates the container with a new GUID. Since sonarr and nzbget use that to determine the container to use as the network connection.
September 14, 20214 yr Author On 8/21/2021 at 10:27 AM, Opawesome said: @biggiesize, if I may: how about adding a choice like "other/custom" in the dropdown menu for the "VPN_SERVICE_PROVIDER" variable in your docker container template, as well as adding the variable "OPENVPN_CUSTOM_CONFIG" right after, with a nice little description such as "OPTIONAL if you selected 'other/custom' in the 'VPN_SERVICE_PROVIDER' list above, please enter here the path to the .ovpn configuration file that Gluetun should use. https://github.com/qdm12/gluetun/wiki/Openvpn-file" ? Just wanted to let you know that the dev added a "custom" option for "VPN_SERVICE_PROVIDER". I plan on getting the template updated with it and any relevant variables sometime today.
September 14, 20214 yr 11 hours ago, biggiesize said: Restart Gluetun and make sure that there aren't any errors staring up in the log. Then refresh the page and double check the nzbget and sonarr network settings. I'm getting a "ERROR http server: http: Server closed" error when restarting Gluetun, with both the other containers stopped.
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.