Hello,<br><br>I&#39;m using OpenNebula 1.4, and I have found that a misspelling on the network_address parameter in a template leads to a crash of the whole application (either creating the new network with the onevnet command or using an XMLRPC call). Deploying this template:<br>
<br>NAME            = &quot;private&quot;<br>TYPE            = RANGED<br>BRIDGE          = eth1<br>NEWORK_ADDRESS = 10.95.240.0<br>NETWORK_SIZE    = 2046<br><br>throws this error: &quot;Error: end of file reached&quot;. Subsequent ONE commands or XMLRPC connections throw the error: &quot;Error: Connection refused - connect(2)&quot;, so the server must be restarted. Once restarted, a onevnet list command shows there is a vnet called &quot;private&quot;, but every command issued with its id throws an &quot;Error getting Virtual Network with NID = 30&quot; so it can&#39;t be deleted. I have found a workaround to get rid of this network, by creating another one with the same name and deleting it, but I don&#39;t have any idea what is going internally, and this sollution doesn&#39;t seem to be a good idea :) (is the network being overriden or is the old one lost in the Limbo?).  Shouldn&#39;t the syntax be checked before processing the commands to prevent further errors? <br>
<br><br>Best regards<br>Daniel Moran<br>