We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Apparently the IP in the docker bridge change with every start. This caused a clash with our VPN.
3806: br-varfish: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether xx:xx:xx:xx:xx:xx brd ff:ff:ff:ff:ff:ff inet 172.29.0.1/16 brd 172.29.255.255 scope global br-varfish valid_lft forever preferred_lft forever
We need to limit the IP range if possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Apparently the IP in the docker bridge change with every start. This caused a clash with our VPN.
We need to limit the IP range if possible.
The text was updated successfully, but these errors were encountered: