moved all files up a folder
This commit is contained in:
11
docker/netplan-static-ip.yaml
Executable file
11
docker/netplan-static-ip.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
# This is the network config written by 'subiquity'
|
||||
network:
|
||||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
dhcp4: false
|
||||
addresses: [192.168.1.30/24]
|
||||
gateway4: 192.168.1.1
|
||||
nameservers:
|
||||
addresses: [192.168.1.15,192.168.1.16]
|
||||
|
||||
Reference in New Issue
Block a user