search for: mynetnam

Displaying 2 results from an estimated 2 matches for "mynetnam".

Did you mean: mynetname
2015 Aug 28
2
Re: Isolated networks && test lab
2015 Aug 28
0
Re: Isolated networks && test lab
..., you should see if there is a backport of a newer version somewhere for whatever distro you're running. Alternately, it is dirt simple to create a new network that has no IP address associated with it. Just do this: 1) create a file with these contents: <network> <name>mynetname</name> </network> 2) "virsh net-define filename.xml" (where filename.xml is the file containing the above XML) 3) "virsh net-autostart mynetname; virsh net-start mynetname" (all these run as root)