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/model/01-netcfg.yaml
2024-11-19 17:19:21 +08:00

13 lines
244 B
YAML

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.123.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]