最佳答案
I have recently installed privacy vpn, and it turns out that enabled openvpn breaks docker.
When I try to run docker-compose up
i get following error
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
Disabling vpn fixes the problem (however I'd rather not disable it). Is there any way to make these two co-exist peacefully? I use debian jessie, and my openvpn has following version string
OpenVPN 2.3.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 26 2017
A lot of people "solved" this problem by disabling the openvpn, so I'm asking specifically on how to make these two work at the same time.
References:
If this makes any difference my vpn provider is: https://www.ovpn.com/ and here is (somewhat redacted) config file:
client
dev tun
proto udp
remote host port
remote-random
mute-replay-warnings
replay-window 256
push "dhcp-option DNS 46.227.67.134"
push "dhcp-option DNS 192.165.9.158"
remote-cert-tls server
cipher aes-256-cbc
pull
nobind
reneg-sec 432000
resolv-retry infinite
comp-lzo
verb 1
persist-key
persist-tun
auth-user-pass /etc/openvpn/credentials
ca ovpn-ca.crt
tls-auth ovpn-tls.key 1