Networking
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp0s3:
dhcp4: no
addresses: [10.0.0.3/24]
gateway4: 10.0.0.1
dhcp6: yes
cp /home/remnux/scripts/01-netcfg_internal.yaml /etc/netplan/01-netcfg.yaml
netplan apply
Last updated