<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 5/8/2014 5:09 PM, Christophe Duez
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPOUBBAMqGQkrApzNw2tPNbqH7edrVHVzC++xj8zv4JMHN-5xg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I know of the mac address of opennebula but I don't
        know how to enter this in a dhcp config file :/</div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    isc-dehcp-server config .<br>
    /etc/dhcp/dhcpd.conf<br>
    <br>
    subnet 10.200.0.0 netmask 255.255.255.224 {<br>
      range 10.200.0.2 10.200.0.30;<br>
      option domain-name-servers 10.200.0.1;<br>
      option routers 10.200.0.1;<br>
      option broadcast-address 10.200.0.31;<br>
      default-lease-time 600;<br>
      max-lease-time 7200;<br>
    }<br>
    <br>
    host host-2 {<br>
      hardware ethernet 02:00:0a:c8:00:02;<br>
      fixed-address 10.200.0.2;<br>
    }<br>
    host host-3 {<br>
      hardware ethernet 02:00:0a:c8:00:03;<br>
      fixed-address 10.200.0.3;<br>
    }<br>
    host host-4 {<br>
      hardware ethernet 02:00:0a:c8:00:04;<br>
      fixed-address 10.200.0.4;<br>
    }<br>
    <br>
    ............<br>
    <br>
    host host-30 {<br>
     hardware ethernet 02:00:0a:c8:00:1E;<br>
     fixed-address 10.200.0.30;<br>
    }<br>
    <blockquote
cite="mid:CAPOUBBAMqGQkrApzNw2tPNbqH7edrVHVzC++xj8zv4JMHN-5xg@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, May 8, 2014 at 3:26 PM, Ionut
          Popovici <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:ionut@hackaserver.com" target="_blank">ionut@hackaserver.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>Or you can make you dhcp server with pools and add
                fixed address via mac
                <br>
                Because opennebula use very nice mac asingment based on
                ip transformed on hexa.<br>
                Default mac for opennebula is 02:00 and other 4 hexa
                digits are ip address decimal tranformed on hexa.<br>
                for ip 10.10.10.10 opennebula will use mac<br>
                02:00:0a:0a:0a:0a<br>
                or ip 10.10.0.1 = 02:00:0a:0a:00:01<br>
                with this you can easy make an dhcp lesses for your
                networks
                <div>
                  <div class="h5"><br>
                    On 5/8/2014 4:04 PM, Christophe Duez wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">But I need to know how to do it. not
                      simply install and work....</div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">On Thu, May 8, 2014 at
                        2:58 PM, Гусев Павел <span dir="ltr">
                          <<a moz-do-not-send="true"
                            href="mailto:pgusev@qsoft.ru"
                            target="_blank">pgusev@qsoft.ru</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div>
                            <div>I think you must us Virtual Router
                              (from Marketplace) with DHCP daemon</div>
                            <div> </div>
                            <div>-- <br>
                              С уважением,</div>
                            <div>Гусев Павел</div>
                            <div>Руководитель отдела системного
                              администрирования</div>
                            <div> </div>
                            <div>QSOFT | Ведущий web-интегратор</div>
                            <div> </div>
                            <div>офис 7(495) 771-7363 #110 | моб. 7(926)
                              850-1108</div>
                            <div><a moz-do-not-send="true"
                                href="mailto:pgusev@qsoft.ru"
                                target="_blank">pgusev@qsoft.ru</a>  </div>
                            <div>Москва, Авангардная улица, 3  |  <a
                                moz-do-not-send="true"
                                href="http://qsoft.ru" target="_blank">qsoft.ru</a></div>
                            <div>San Francisco, 222 Columbus Ave |  <a
                                moz-do-not-send="true"
                                href="http://qsoftus.com"
                                target="_blank">qsoftus.com</a></div>
                            <div> </div>
                            <div> </div>
                            <div> </div>
                            <div>08.05.2014, 16:25, "Christophe Duez"
                              <<a moz-do-not-send="true"
                                href="mailto:christophe.duez@student.uantwerpen.be"
                                target="_blank">christophe.duez@student.uantwerpen.be</a>>:</div>
                            <blockquote type="cite">
                              <div>
                                <div>
                                  <div>Hello,
                                    <div>Is it possible that a virtual
                                      DHCP-server gives ip addresses to
                                      the other VM's and that OpenNebula
                                      will take over this ip-address in
                                      sunstone?<br>
                                      Because now my dhcp gives the new
                                      VM an IP-address but in the
                                      sunstone interface the VM has an
                                      other IP given by the Virtual
                                      Network template</div>
                                    <div> </div>
                                    <div>can this be changed?</div>
                                    <div>
                                      <div> </div>
                                      -- <br>
                                      <div>Kind regards,
                                        <div>Duez Christophe
                                          <div>Student at University of
                                            Antwerp :<br>
                                            <div>Master of Industrial
                                              Sciences: Electronics-ICT
                                              <div>
                                                <div><br>
                                                  <div>E <a
                                                      moz-do-not-send="true"
href="mailto:christophe.duez@student.uantwperen.be" target="_blank">christophe.duez@student.uantwperen.be</a></div>
                                                  <div>L <a
                                                      moz-do-not-send="true"
href="http://www.linkedin.com/pub/duez-christophe/74/7/39"
                                                      target="_blank">linkedin
                                                      duez-christophe</a></div>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                              ,
                              <p>_______________________________________________<br>
                                Users mailing list<br>
                                <a moz-do-not-send="true"
                                  href="mailto:Users@lists.opennebula.org"
                                  target="_blank">Users@lists.opennebula.org</a><br>
                                <a moz-do-not-send="true"
                                  href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
                                  target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a></p>
                            </blockquote>
                          </div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      -- <br>
                      <div dir="ltr">Kind regards,
                        <div>Duez Christophe
                          <div>Student at University of Antwerp :<br>
                            <div>Master of Industrial Sciences:
                              Electronics-ICT
                              <div>
                                <div><br>
                                  <div>E <a moz-do-not-send="true"
                                      href="mailto:christophe.duez@student.uantwperen.be"
                                      target="_blank">christophe.duez@student.uantwperen.be</a></div>
                                  <div>L <a moz-do-not-send="true"
                                      href="http://www.linkedin.com/pub/duez-christophe/74/7/39"
                                      target="_blank">linkedin
                                      duez-christophe</a></div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a>
<a moz-do-not-send="true" href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>
</pre>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div dir="ltr">M.v.g.<br>
          Duez Christophe
          <div><br>
            T +32497552655
            <div>E <a moz-do-not-send="true"
                href="mailto:duez_christophe@hotmail.com"
                target="_blank">duez_christophe@hotmail.com</a></div>
            <div>S christophe.duez</div>
            <div>L <a moz-do-not-send="true"
                href="http://www.linkedin.com/pub/duez-christophe/74/7/39"
                target="_blank">linkedin duez-christophe</a></div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>