<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all,<br>
<br>
Quick and dirty question: is it possible to have host declarations
with different ranges within the same subnet like this?<br>
<tt><br>
shared-network foo{<br>
subnet 10.0.0.0 netmask 255.255.255.0 {<br>
<br>
group {<br>
option routers 10.0.0.<b>100</b>;<br>
</tt><tt> option blah;</tt><br>
<tt>
pool {<br>
range 10.0.0.<b>1</b> 10.0.0.<b>10</b>;<br>
}<br>
host bar1 { hardware-ethernet 00:00:00:00:00:01; }<br>
host bar2 { hardware-ethernet 00:00:00:00:00:02; }<br>
}<br>
<br>
</tt>
<tt> group {<br>
option routers 10.0.0.<b>200</b>;<br>
</tt><tt> option argh;</tt><br>
<tt>
</tt><tt> pool {<br>
range 10.0.0.<b>11</b> 10.0.0.<b>20</b>;<br>
}<br>
host bar3 { hardware-ethernet 00:00:00:00:00:03; }<br>
host bar4 { hardware-ethernet 00:00:00:00:00:04; }<br>
}<br>
<br>
</tt>
<tt> }<br>
<br>
subnet 10.1.1.0 netmask 255.255.255.0 {<br>
....<br>
}<br>
}</tt><br>
<br>
Will it work as expected? Haven't tested yet, would like to have
some insights about it first and could not find a way to google for
it.<br>
<br>
Thanks and best regards.<br>
<br>
<div class="moz-signature">-- <br>
<style type="text/css">
#a1AssinaturaEmail { font-family: Tahoma, Verdana, Arial; font-size: 10px; }
#a1AssinaturaEmail * { font-family: Tahoma, Verdana, Arial; font-size: 10px; }
#a1AssinaturaEmail a { text-decoration: none; color: #FF9900; }
</style>
<div id="a1AssinaturaEmail"> <span style="font-size: 12px;"><b>Marcio
Merlone</b></span><br>
</div>
</div>
</body>
</html>