cloud0 to eth0 mapping with netplan

 

!!! changes to the network will reboot the VM !!!

 

!!! changes to the network will reboot the VM !!!

 

/etc/netplan/90_gns3vm_static_netcfg.yml

ssh to the VM

 

image-20240317-062148.png

 

 

 

image-20240317-061637.png

 

 

root@gns3vm:~# more /etc/netplan/90_gns3vm_static_netcfg.yaml

network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: no
addresses:
- 172.16.10.60/24
gateway4: 172.16.10.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]