install-gns3-debian12/50-cloud-init.yaml

27 lines
761 B
YAML
Raw Permalink Normal View History

2024-03-20 18:31:18 +02:00
# This file is generated from information provided by the datasource. Changes
# to it will not persist across an instance reboot. To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
eth0:
dhcp4: true
dhcp6: false
match:
macaddress: 00:15:5d:ce:28:e1
set-name: eth0
eth1:
dhcp4: false
dhcp6: false
match:
macaddress: ###ETH1_MAC###
set-name: eth1
bridges:
br0:
dhcp4: false
dhcp6: false
interfaces: [eth1]
version: 2