Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

!!! 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]

  • No labels