Mohsen Pahlevanzadeh
2016-Apr-10 16:32 UTC
[libvirt-users] create a network such as default network
Dear All, When user uses `virsh net-define xmlfile` , User only define an xml file in `/etc/libvirt/qemu/networks`. I created an uuid and another bridge in related xml file. But I need to create the following files for my network: `default.addnhosts default.conf default.hostsfile virbr0.status` Question is , can I create them via cmd? --Best regards mohsen
Cole Robinson
2016-Apr-10 20:52 UTC
Re: [libvirt-users] create a network such as default network
On 04/10/2016 12:32 PM, Mohsen Pahlevanzadeh wrote:> Dear All, > > When user uses `virsh net-define xmlfile` , User only define an xml file in > `/etc/libvirt/qemu/networks`. > I created an uuid and another bridge in related xml file. But I need to create > the following files for my network: > `default.addnhosts default.conf default.hostsfile virbr0.status`Use 'virsh net-start YOUR-NET-NAME' - Cole