<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Verdana">Hi<br>
      I have set up dnsmasq and others things on the server side and now
      I am trying to turn on the client. Note that both server and the
      diskless client are set up in Virtualbox.<br>
      <br>
      The server configs are<br>
      <br>
    </font><br>
    /etc/dnsmasq<br>
        interface=eth2<br>
        domain=hpclab<br>
        expand-hosts<br>
        dhcp-range=10.0.2.52,10.0.2.100,static<br>
        dhcp-option=42,0.0.0.0<br>
        dhcp-boot=pxelinux.0<br>
        enable-tftp<br>
        tftp-root=/var/lib/tftpboot<br>
        dhcp-host=08:00:27:69:73:7A,ws04,10.0.2.52<br>
    <br>
    <br>
    <br>
    /etc/sysconfig/network-scripts/ifcfg-Auto_eth2<br>
        HWADDR=08:00:27:5a:3e:be<br>
        TYPE=Ethernet<br>
        BOOTPROTO=none<br>
        IPADDR=190.200.0.1<br>
        PREFIX=24<br>
        #GATEWAY=0.0.0.19<br>
        DEFROUTE=yes<br>
        IPV4_FAILURE_FATAL=yes<br>
        IPV6INIT=no<br>
        NAME="Auto eth2"<br>
        UUID=0a22b666-db29-4f5c-9a2a-4a8fee7bb4ac<br>
        ONBOOT=yes<br>
        LAST_CONNECT=1361949463<br>
    <br>
    <br>
    <br>
    ip addr<br>
        3: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
    pfifo_fast state UNKNOWN qlen 1000<br>
            link/ether 08:00:27:5a:3e:be brd ff:ff:ff:ff:ff:ff<br>
            inet 190.200.0.1/24 brd 190.200.0.255 scope global eth2<br>
            inet6 fe80::a00:27ff:fe5a:3ebe/64 scope link<br>
            valid_lft forever preferred_lft forever<br>
    <br>
    <br>
    <br>
    Now I start the dnsmasq in debug mode to see what is going on<br>
    <br>
    <br>
    # dnsmasq -d<br>
    dnsmasq: started, version 2.48 cachesize 150<br>
    dnsmasq: compile time options: IPv6 GNU-getopt DBus no-I18N DHCP
    TFTP "--bind-interfaces with SO_BINDTODEVICE"<br>
    dnsmasq-dhcp: DHCP, IP range 10.0.2.52 -- 10.0.2.100, lease time 2m<br>
    dnsmasq-tftp: TFTP root is /var/lib/tftpboot<br>
    dnsmasq: reading /etc/resolv.conf<br>
    dnsmasq: using nameserver 192.168.137.1#53<br>
    dnsmasq: read /etc/hosts - 2 addresses<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    But the clients receives this error<br>
    <br>
    CLIENT MAC ADDR: 08 00 27 69 73 7A GUID:
    EF720459-193c-4558-8c46-15ff790fcd1c<br>
    PXE-E51: No DHCP or proxyDHCP offers were received.<br>
    <br>
    and the server stuck at the line "read /etc/hosts - 2 addresses"<br>
    <br>
    <div class="moz-signature">-- <br>
      Regards,<br>
      Mahmood</div>
  </body>
</html>