`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. `bridge`=`` ;; Bridge to attach the network device to. `firewall`=`` ;; Controls whether this interface's firewall rules should be used. `gw`=`` ;; Default gateway for IPv4 traffic. `gw6`=`` ;; 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) `ip`=`<(IPv4/CIDR|dhcp|manual)>` ;; IPv4 address in CIDR format. `ip6`=`<(IPv6/CIDR|auto|dhcp|manual)>` ;; IPv6 address in CIDR format. `mtu`=` (64 - N)` ;; Maximum transfer unit of the interface. (lxc.network.mtu) `name`=`` ;; Name of the network device as seen from inside the container. (lxc.network.name) `rate`=`` ;; Apply rate limiting to the interface `tag`=` (1 - 4094)` ;; VLAN tag for this interface. `trunks`=`` ;; VLAN ids to pass through the interface `type`=`` ;; Network interface type.