-
Notifications
You must be signed in to change notification settings - Fork 63
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
Create a manual or non-IP interface? #96
Comments
bootproto manual does not seem supported, it should be, i need it for tap0 (i set some routes when i connect to the vpn) for me adding:
To ethernet_Debian.j2 worked, of course this is just a workaround. |
Looking at Currently for Debian/Ubuntu we support static or dhcp methods, but others are supported, including manual. Perhaps the simplest option would be to set the method to manual if |
That sounds like it would work. |
Is there a recommended way to create an interface with neither static nor DHCP address?
In my use case, I want to create a bonded parent interface, which won't have any IP address of its own, but act purely as a parent to multiple VLAN interfaces, which will have their own addresses.
On a [Debian] host that is already set up this way, the parent interface is simply configured as:
If I set bootproto to static but don't give it any address, the role completes but fails to bring the interface up due to missing address. If I set bootproto to static and set the address to 0.0.0.0 it works (although it's probably not a good config) but the 'Check active bond interface state' handler fails.
Thanks!
The text was updated successfully, but these errors were encountered: