-
Notifications
You must be signed in to change notification settings - Fork 65
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
Question: Add a new device "later" to the bridge #97
Comments
My use case for this: host-only networking for VMs. Bridge needs to start empty (no enslaved interfaces) at boot, then later the hypervisor adds tap* devices to it.
|
Your status messages include |
Indeed, I had a second |
Hi,
I want to know, If it is possible to create profiles like this:
bridge_interface
ethernet interface has two profiles
lan_bridge_member
lan_dhcp
I want to have a more flexible configuration of PirateBox on the RaspberryPi, so I want to let all the PirateBox-Services run against br0.
During the startup of PirateBox I'll add the hostapd-driven Hotspot interface wlan0 to the bridge br0.
The owner can easily decide, if he want to have a separate dhcp driven interface on the ethernet-port or should it be attached on the PirateBox-driven bridge with running the related netctl/systemd startup command
to make ethernet as a separate dhcp interface
to make ethernet as a part of PirateBox
(I would create a script for that, that uses is-enabled and so on)
Makes that sense?
Is there an easier way then using ExecDown.. ExecUp... ?
Thanks for your feedback in advance
Matthias
The text was updated successfully, but these errors were encountered: