This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
CMS/1.Software/UI/gateway-ui/build/01-netcfg.yaml

16 lines
361 B
YAML
Raw Permalink Normal View History

2024-11-19 09:19:21 +00:00
network:
version: 2
renderer: networkd
ethernets:
eth1:
dhcp4: "no"
addresses:
- 192.168.123.100/24
routes:
- to: 0.0.0.0/0
via: 192.168.333.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4