hogarthwh | hey. trying to create a container using macvlan with netavark. podman 5.3.2 and netavark 1.13.0 on Debian 12 in play. podman network inspect is:
[
{
"name": "directvb",
"id": "cb22d14ada73c4ea64ff3615f4f2e8003f54b7833f4a1dcffe9a2d946897b17d",
"driver": "macvlan",
"created": "2025-02-08T12:38:28.947634444+11:00",
"subnets": [
{
"subnet": "10.255.255.0/24",
"gateway": "10.255.255.1",
"lease_range": {
"start_ip": "10.255.255.129",
"end_ip": "10.255.255.254"
}
}
],
"ipv6_enabled": false,
"internal": false,
"dns_enabled": false,
"ipam_options": {
"driver": "host-local"
},
"containers": {}
}
]
Container comes up, has the correct internal IP address but externally I see no signs of anything in use. What am I missing? | 10:02:53 |