-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Flatcar with container openvpn-client not wokring properly #1515
Comments
Can you share the output of Are you able to create a minimal reproducer for this? |
here |
sorry, i meant |
but this already confirms my suspicion that networkd is trying to manage your device:
|
look like is not working properly, so how to fix this problem |
for a quick fix create
and then |
wow ok it worked for now, tks for your support |
I'll leave this issue open as we should exclude tun/tap interfaces from networkd management by default. |
@jepio Hey Jeremi! How are you doing? I'm thinking of adding a new configuration file with the following content: [Match]
Kind=tun tap
[Link]
Unmanaged=yes This configuration will match all |
Sure, try it out. The PR needs to be against flatcar/init and flatcar/bootengine (for consistency). |
Cool, I started a discussion here: link |
Description
Flatcar with openvpn client container not wokring
Impact
Unable to use flatcar with openvpn
Environment and steps to reproduce
Flatcar image: flatcar_production_openstack_image.img
2.1: Install docker-compose
2.2: Write docker-compose VPN file
2.3: Write openvpn-client file
a. Run the docker-compose
This seem working but actually not, the
ip addr add dev kengine 10.99.0.4/20 broadcast 10.99.15.255
is not working so there is no ip on the kengineb. I have to manualy add myself and the VPN finally work
Testing
but since i want automaticly run VPN and I cant add it manual all the time so this problem need look up to
4. Error:
Not add IP properly on VPN interface
Expected behavior
The IP on interface automaticlly added
Additional information
None
The text was updated successfully, but these errors were encountered: