<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi I've been trying for a while to push 2 or more static routes to
    my dhcp clients, using :<br>
    <i>dhcp-option=121, 10.27.5.0/24,10.27.3.1,10.27.6.0/24,10.27.3.1</i><br>
    <br>
    I have also tried putting two directives in this format:<br>
    <i>dhcp-option=121,10.27.5.0/24,10.27.3.1</i><i><br>
    </i><i>dhcp-option=121,10.27.6.0/24,10.27.3.1</i><br>
    <br>
    And both times I get a message on the logs saying:<br>
    <i>Ignoring duplicate dhcp-option 121</i><br>
    <br>
    Is there a limit in the number of static routes that dnsmasq can
    push to the clients?<br>
    Thanks a lot for your time,<br>
    Ion.<br>
  </body>
</html>