<div dir="ltr">I'm trying to create a free standing VM that doesn't connect to a bridge.<br><br>This is supposedly do able according to the WIKI:<br><a href="https://libvirt.org/formatdomain.html#elementsNICSEthernet">https://libvirt.org/formatdomain.html#elementsNICSEthernet</a><br><br>But with a config similar to:<br><br>  <interface type='ethernet'><br>    <target dev='mytap1' managed='no'/><br>    <model type='virtio'/><br><div>  </interface></div><div><br></div><div>When starting the domain I get the error:</div><div>error: internal error: process exited while connecting to monitor: 2020-01-16T18:08:04.788860Z qemu-system-x86_64: -netdev tap,id=hostnet0,vhost=on,vhostfd=26: could not open /dev/net/tun: Operation not permitted</div><div><br></div><div>Checked permissions on 
/dev/net/tunand it's 666 <br></div><div><br></div><div>If I just configure it as a "bridge" connection the domain starts. Then I can use brctl to remove it from the bridge to get what I want. That just proves it possible but with extra steps (Shout out to Rick and Morty) <br></div><div><br></div><div>Thoughts??</div><div>Running Ubuntu 16.04.1 Kernel 4.15.0-74</div><div>libvirt 1.3.1-1ubuntu10.27</div><div>qemu 1:2.5+dfsg-5ubuntu10.41</div><div><br></div><div>Thanks,</div><div></div><div>--> Rob</div><div><br></div><div><br></div><div><br></div><div><br></div></div>