Changes

Jump to: navigation, search

DHCP

85 bytes added, 09:54, 1 June 2008
categorized; divided into sections
[[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

Navigation menu