Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

DHCP

346 bytes added, 10:11, 23 August 2011
Set up
[[Category: Networking]] The following article describes how to use DHCP from inside a container. Note that it requires [[veth]] device. == Set up ==Assumes you have set up vzbr0, as described on [[Virtual Ethernet device]].
<pre>
402 vzctl create 144 --ostemplate centos-4-i386-minimal 404 vzctl start 144 405 vzyum 144 install dhcp 408 vzctl set 144 --netif_add eth0 --save 409 brctl show 412 brctl addif vzbr0 veth144.0 413 ifconfig vzbr0 414 cat /proc/sys/net/ipv4/conf/vzbr0/forwarding 415 cat /proc/sys/net/ipv4/conf/vzbr0/proxy_arp 417 echo 1 > /proc/sys/net/ipv4/conf/vzbr0/forwarding 418 echo 1 > /proc/sys/net/ipv4/conf/vzbr0/proxy_arp
</pre>
</pre>
References:== External links ==* http://www.cpqlinux.com/dhcpd.html - create static ipsIPs, debugging etc.
* http://mailman.vyatta.com/pipermail/vyatta-users/2007-September/001858.html - not configured to listen on any interfaces
* http://forum.openvz.org/index.php?t=msg&goto=22072& - diagnosis
* http://www.google.ca/search?q=DHCPDARGS+brctl - searches for help on getting a virtual bridge to work with DHCPD
* http://www.linuxfoundation.org/en/Net:Bridge - great explanation of bridging
Anonymous user