mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-02 18:09:28 +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
300 B
Plaintext
10 lines
300 B
Plaintext
# Container with network virtualized using a physical network device with name
|
|
# 'eth0'
|
|
lxc.utsname = gamma
|
|
lxc.network.type = phys
|
|
lxc.network.flags = up
|
|
lxc.network.link = eth0
|
|
lxc.network.hwaddr = 4a:49:43:49:79:ff
|
|
lxc.network.ipv4 = 10.2.3.6/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3297
|