mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-03 05:48:31 +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
305 B
Plaintext
10 lines
305 B
Plaintext
# Container with network virtualized using the vlan device driver
|
|
lxc.utsname = alpha
|
|
lxc.network.type = vlan
|
|
lxc.network.vlan.id = 1234
|
|
lxc.network.flags = up
|
|
lxc.network.link = eth0
|
|
lxc.network.hwaddr = 4a:49:43:49:79:bd
|
|
lxc.network.ipv4 = 10.2.3.4/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
|