mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-02 18:09:28 +00:00
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
# Container with network virtualized using the vlan device driver
|
|
lxc.uts.name = alpha
|
|
lxc.net.0.type = vlan
|
|
lxc.net.0.vlan.id = 1234
|
|
lxc.net.0.flags = up
|
|
lxc.net.0.link = eth0
|
|
lxc.net.0.hwaddr = 4a:49:43:49:79:bd
|
|
lxc.net.0.ipv4.address = 10.2.3.4/24
|
|
lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3596
|