X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pct-network-opts.adoc;h=3a4e020eb930d795a64fb33656d7beab4af82909;hb=8bfa192d6ba7b11bdae0916a42c0634a6e61b168;hp=50354da959f9159ac8c427ea7eab8f0c48895905;hpb=bc132ec5800793def47ba7c46ff510994c9a7a5a;p=pve-docs.git diff --git a/pct-network-opts.adoc b/pct-network-opts.adoc index 50354da..3a4e020 100644 --- a/pct-network-opts.adoc +++ b/pct-network-opts.adoc @@ -1,4 +1,4 @@ -`net[n]`: `name= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: +`net[n]`: `name= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. @@ -20,13 +20,13 @@ Default gateway for IPv6 traffic. `hwaddr`=`` ;; -The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr) +A common MAC address with the I/G (Individual/Group) bit not set. -`ip`=`` ;; +`ip`=`<(IPv4/CIDR|dhcp|manual)>` ;; IPv4 address in CIDR format. -`ip6`=`` ;; +`ip6`=`<(IPv6/CIDR|auto|dhcp|manual)>` ;; IPv6 address in CIDR format.