following is default xml :
<network>
<name>default</name>
<uuid>8778244b-1a0c-c15f-c348-26462a07a639</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<mac address='52:54:00:3E:19:B3'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.122.2' end='192.168.122.254' />
</dhcp>
</ip>
</network>
in virtmanager I assign this default to NIC1 and gets IP in range 192.168.122.x
I want to define another network and assign to NIC2 so I can get IP in range 192.168.0.x
my guest are on interface em2.620, em2.621 etc