"parent": ""
Hmm... if my memory serves me right, the actual network interface should appear here; it shouldn't be empty.
Can you edit the VLAN interface configuration in the GUI and show a screenshot?
"parent": ""
Hmm... if my memory serves me right, the actual network interface should appear here; it shouldn't be empty.
Can you edit the VLAN interface configuration in the GUI and show a screenshot?
Can you take a look at this? Shouldn't the network interface end0 appear in the "parent" field instead of being empty?
CodeDisplay More[ { "Name": "mynet", "Id": "905962b73d27bcb0d8ff3d3fab0f081462e2e6cf7091d02d53dbc5b852bbdac9", "Created": "2026-01-11T14:02:42.187880835Z", "Scope": "local", "Driver": "macvlan", "EnableIPv4": true, "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": {}, "Config": [ { "Subnet": "192.168.4.0/24", "IPRange": "192.168.4.240/29", "Gateway": "192.168.4.1" } ] }, "Internal": false, "Attachable": false, "Ingress": false, "ConfigFrom": { "Network": "" }, "ConfigOnly": false, "Options": { "parent": "" }, "Labels": {}, "Containers": {}, "Status": { "IPAM": { "Subnets": { "192.168.4.0/24": { "IPsInUse": 3, "DynamicIPsAvailable": 8 } } } } } ]
Can you take a look at this? Shouldn't the network interface end0 appear in the "parent" field instead of being empty?
i may of missed the parent network in a prevous attempt. i had correct this in my most recent attempt and its showing when inspecting the network now though.
[
{
"Name": "mynet",
"Id": "26d2075d9f186f5dfe59062c4f4c27625ffc4ac183b5b2c3c2488b747113b129",
"Created": "2026-01-11T16:08:41.814337541Z",
"Scope": "local",
"Driver": "macvlan",
"EnableIPv4": true,
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": {},
"Config": [
{
"Subnet": "192.168.4.0/24",
"IPRange": "192.168.4.240/29",
"Gateway": "192.168.4.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Options": {
"parent": "end0"
},
"Labels": {},
"Containers": {},
"Status": {
"IPAM": {
"Subnets": {
"192.168.4.0/24": {
"IPsInUse": 3,
"DynamicIPsAvailable": 8
}
}
}
}
}
]
END OF LINE
Display More
does it work now?
does it work now?
unfortunitly not
I'm sorry, I'm out of ideas.
I'm sorry, I'm out of ideas.
thanks for trying.
I'm sorry, I'm out of ideas.
out of cuiosity. why is it showing as end0 not eth0?
I'm sorry, I'm out of ideas.
ok. i think iv got it running. i ended up copying and repasting the repo i was using so i may of deleated something i shouldnt have prevously. it seems to run in docker but i cant access the pihole gui using the assigned ip address.
Don’t have an account yet? Register yourself now and be a part of our community!