mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-05 05:37:17 +00:00

Use non-routed, private IPv4 address in documentation examples (Closes: #571525). Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
# Container with network virtualized using a pre-configured bridge named br0 and
|
|
# veth pair virtual network devices
|
|
lxc.utsname = beta
|
|
lxc.network.type = veth
|
|
lxc.network.flags = up
|
|
lxc.network.link = br0
|
|
lxc.network.hwaddr = 4a:49:43:49:79:bf
|
|
lxc.network.ipv4 = 10.2.3.5/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
|