<div class="gmail_quote">Hi all!</div><div class="gmail_quote"><br></div><div class="gmail_quote">Just to report about my problem...</div><div class="gmail_quote"><br></div><div class="gmail_quote">I've detected the cause. Among many log entries, one character was very important: the # in the following line:</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">(nova): TRACE: Stderr: "Bad argument `#'\nError occurred at line: 18\nTry `iptables-restore -h' or 'iptables-restore --help' for more information.\n"</div>
<div class="gmail_quote"><br></div><div class="gmail_quote"><div class="gmail_quote">What happened was that to better organize my nova.conf configuration file I added some comments after the parameter in one line. The problem was specifically in:</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">--fixed_range=<a href="http://192.168.0.0/16">192.168.0.0/16</a> # This is the range nova-network works on.</div><div class="gmail_quote"><br></div><div class="gmail_quote">
No way! Comments are accept ONLY if one line starts with #. Put coments after the parameter seems like not permitted. So, iptables was trying to apply some rule using the entire line, causing problem with the #. </div><div class="gmail_quote">
<br></div><div class="gmail_quote">I don't know how the parse of the file is made. If it isn't so hard, it stays as suggestion to analyse # as comments everywhere in the file. </div><div class="gmail_quote"><br></div>
<div class="gmail_quote">Thanks everybody!</div><div class="gmail_quote">:)</div></div>