new config files
This commit is contained in:
parent
c677f4f4f2
commit
87ddd454a9
3 changed files with 69 additions and 0 deletions
21
config_files/etc/netplan/02-static-tftp-ethernet.yaml
Normal file
21
config_files/etc/netplan/02-static-tftp-ethernet.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
network:
|
||||
version: 2
|
||||
|
||||
wifis:
|
||||
wlp0s20f3:
|
||||
renderer: NetworkManager
|
||||
optional: true
|
||||
|
||||
ethernets:
|
||||
enxa0cec8c167a7:
|
||||
renderer: networkd
|
||||
dhcp4: false
|
||||
addresses:
|
||||
- 192.168.0.1/24
|
||||
routes:
|
||||
- to: default
|
||||
via: 192.168.0.1
|
||||
nameservers:
|
||||
addresses:
|
||||
- 192.168.0.1
|
||||
- 1.1.1.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue