You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a network with the same subnet as the host. The containers are supposed to be in a vlan on a (vlan-aware) bridge on the host and within the same subnet as the host.
If I manually edit the network json file, I can get it to work without problem. IMHO the podman network create command should not fail as the (edited) configuration clearly works correctly.
Issue Description
I'm trying to add a network with the same subnet as the host. The containers are supposed to be in a vlan on a (vlan-aware) bridge on the host and within the same subnet as the host.
If I manually edit the network json file, I can get it to work without problem. IMHO the
podman network create
command should not fail as the (edited) configuration clearly works correctly.Steps to reproduce the issue
Steps to reproduce the issue
podman network create --interface-name br -o vlan=5 --ipam-driver 'host-local' -o mode=unmanaged --gateway 172.16.1.1 --subnet=172.16.1.0/24 br5
Describe the results you received
Describe the results you expected
Network creates with the specified subnet and gateway.
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: