mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 05:10:24 +00:00
24 lines
712 B
Plaintext
24 lines
712 B
Plaintext
# Container with network a complex network mixing macvlan, veth and
|
|
# physical network devices
|
|
lxc.uts.name = complex
|
|
lxc.net.0.type = veth
|
|
lxc.net.0.flags = up
|
|
lxc.net.0.link = br0
|
|
lxc.net.0.hwaddr = 4a:49:43:49:79:bf
|
|
lxc.net.0.ipv4.address = 10.2.3.5/24
|
|
lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3597
|
|
|
|
lxc.net.0.type = macvlan
|
|
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
|
|
|
|
lxc.net.0.type = phys
|
|
lxc.net.0.flags = up
|
|
lxc.net.0.link = dummy0
|
|
lxc.net.0.hwaddr = 4a:49:43:49:79:ff
|
|
lxc.net.0.ipv4.address = 10.2.3.6/24
|
|
lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3297
|