Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      6. Edit the kvm/network-configuration.yaml file based on your network requirements. The following is a sample of the network- 

configuraitonconfiguration.yaml file:

     version: 2
     ethernets:
       enp1s0:
          dhcp4: false
          addresses: [ 192.168.xxx.2/24 ]
                      gateway4: 192.168.xxx.1

...