-
Notifications
You must be signed in to change notification settings - Fork 85
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
bridge doesn't work with DHCP #868
Comments
Actually this seems straightforward to support: #869
|
I created #1090 to address the prereqs to this functionality and preferred approach, since those aren't DHCP-specific. |
Luap99
pushed a commit
to Luap99/netavark
that referenced
this issue
Jan 9, 2025
Support DHCP for bridge driver, like macvlan. Fixes containers#868 Signed-off-by: Jim Paris <[email protected]> Signed-off-by: Paul Holzinger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With podman version 4.7.2, netavark version 1.8.0:
macvlan
driver works with DHCP:(note assigned 10.0.103.174 address there)
But
bridge
does not:Is this configuration supportable?
(For my setup, I need
bridge
instead ofmacvlan
so that the host can communicate with the container too. I can work around it with--cap-add NET_ADMIN,NET_RAW
and runningudhcpc
inside the container, but would prefer to avoid that if possible.)The text was updated successfully, but these errors were encountered: