xorinzor Posted September 18, 2018 Share Posted September 18, 2018 I'm having the issue that despite my unraid network settings being configured to IPv4 only, every docker container with openvpn still tries to use IPv6, even when I configure "proto udp4" in the config. So now I want to add --sysctl net.ipv6.conf.all.disable_ipv6=0 to my "docker run" command to force it to disable IPv6. I just can't figure out where I can configure this, as there's seemingly no option for it. And if I try to insert it in a hackish way it just escapes my comma's, so that won't work either.. Link to comment
Squid Posted September 18, 2018 Share Posted September 18, 2018 Have you tried either the extra arguments section or the post arguments section. Probably have to hit advanced view in order to see them Link to comment
xorinzor Posted September 18, 2018 Author Share Posted September 18, 2018 Just now, Squid said: Have you tried either the extra arguments section or the post arguments section. Probably have to hit advanced view in order to see them Welp, I feel stupid now. I may or may not have totally overlooked that toggle, but that did the trick thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.