Hello all,
I am trying to learn virtual networking with KVM. I am trying to create a vlan for the virbr0 (the default Nat KVM network). I added the Network configuration on to /etc/network/interfaces
auto virbr0.10
iface virbr0.10 inet static
address 10.240.0.1
netmask 255.255.252.0
when i restart the computer, i am not getting the network. I am doing this setup on my laptop.
Please let me know whether i am doing it correct.
I am trying to learn virtual networking with KVM. I am trying to create a vlan for the virbr0 (the default Nat KVM network). I added the Network configuration on to /etc/network/interfaces
auto virbr0.10
iface virbr0.10 inet static
address 10.240.0.1
netmask 255.255.252.0
when i restart the computer, i am not getting the network. I am doing this setup on my laptop.
Please let me know whether i am doing it correct.