<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 10, 2014 at 8:29 AM, Erez D <span dir="ltr"><<a href="mailto:erez0001@gmail.com" target="_blank">erez0001@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Mon, Jun 9, 2014 at 10:31 PM, shimi <<a href="mailto:linux-il@shimi.net">linux-il@shimi.net</a>> wrote:<br>
> On Mon, Jun 9, 2014 at 6:15 PM, Erez D <<a href="mailto:erez0001@gmail.com">erez0001@gmail.com</a>> wrote:<br>
>><br>
>> no, i want:<br>
>> host vm01 { hardware ethernet 00:11:22:33:44:01 ; fixed-address 10.0.5.1 }<br>
>> host vm02 { hardware ethernet 00:11:22:33:44:02 ; fixed-address 10.0.5.2 }<br>
>> host vm03 { hardware ethernet 00:11:22:33:44:03 ; fixed-address 10.0.5.3 }<br>
>> ...<br>
>> host vm254 { hardware ethernet 00:11:22:33:44:fe ; fixed-address<br>
>> 10.0.5.254 }<br>
>><br>
><br>
> If it doesn't work out...<br>
><br>
> php -r 'foreach(range(1,254) as $id) echo "host vm".str_pad($id, 3, '0',<br>
> STR_PAD_LEFT)." { hardware ethernet 00:11:22:33:44:".str_pad(dechex($id), 2,<br>
> '0', STR_PAD_LEFT)." ; fixed-address 10.0.5.$id }\n";'<br>
><br>
> -- Shimi<br>
</div></div>thanks.<br>
i didn't want to do this that way<br></blockquote><div><br></div><div>I understand that. But sometimes the trivial solutions work best [not to mention it took me < 1 minute] :) <br><br>This was just a suggestion for the case you can't get your way to work eventually and do need a solution to the problem you're trying to solve.<br>
</div></div><br></div></div>