<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#070040">
    Hi,<br>
    <br>
    I have a dedicated server and lots of static IP with different
    classes.<br>
    <br>
    Simple Scenario:<br>
    <br>
    This is network between gateway and my server:<br>
    <br>
    <pre>A.B.C.1 (GATEWAY)
   |
   |
   |
A.B.C.59 (NIC 1)
|------------------------------|
| IP         : A.B.C.59        |
| NETMASK    : 255.255.255.255 |
| NETWORK    : 0.0.0.0         |
| BROADCAST  : 255.255.255.255 |
| POINTOPOINT: A.B.C.1         |
| GATEWAY    : A.B.C.1         |
|------------------------------|</pre>
    <br>
    all the NICs and KVM virtualized VMs bound to same bridge:<br>
    <br>
    <pre>root@host001:~# brctl show
bridge name    bridge id            STP enabled    interfaces
br0            8000.002590e2af9c    no             eth0
                                                   vnet0</pre>
    <br>
    and I have lots of dedicated IPs that are not in same class. How
    dnsmasq serve them.<br>
    <br>
    <pre>strict-order
user=libvirt-dnsmasq
pid-file=/var/run/libvirt/network/guest.pid
except-interface=lo
bind-dynamic
interface=br0
dhcp-option=3
no-resolv
dhcp-host=aa:bb:cc:dd:ee:00,E.F.G.H
dhcp-host=aa:bb:cc:dd:ee:01,I.J.K.L
dhcp-no-override
dhcp-lease-max=6</pre>
    <br>
    Regards.<br>
    <br>
  </body>
</html>