<div dir="ltr">Newbie question here. I have an unprivileged container using the following network configuration:<div><br></div><div><div>lxc.network.type                        = veth</div><div>lxc.network.link                        = br0-500</div><div>lxc.network.ipv4                        = <a href="http://10.240.78.3/24">10.240.78.3/24</a></div><div>lxc.network.ipv4.gateway                = 10.240.78.1</div><div>lxc.network.flags                       = up</div><div>lxc.network.hwaddr                      = 00:16:3e:0d:e9:e5</div></div><div><br></div><div>However I also have some settings in /etc/network/interfaces on the container itself. I need to set a static ARP and I have some DNS options:</div><div><br></div><div><div>auto eth0</div><div>iface eth0 inet manual</div><div>        post-up arp -f /etc/ethers</div><div>        dns-nameserver 10.240.78.4</div><div>        dns-search <a href="http://mpls.digitalriver.com">mpls.digitalriver.com</a> <a href="http://thinksubscription.com">thinksubscription.com</a> <a href="http://appendata.net">appendata.net</a></div></div><div><br></div><div>How would I set the ARP entry and the DNS options from the config side.</div><div><br></div><div>If I'm reading the man page correctly lxc.network.script.up is run from the host side so I don't think that would add the ARP entry to the container. Should I use a hook instead?</div><div><br></div><div>How would I set the DNS options as well? Should I be invoking resolvconf directly?</div><div><br></div><div>Thanks,</div><div>Joshua</div></div>