1
0

01-netcfg.yaml 408 B

123456789101112131415
  1. # Copyright 2022 The ChromiumOS Authors
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # Configure network with static IP 192.168.10.2
  5. network:
  6. version: 2
  7. renderer: networkd
  8. ethernets:
  9. enp0s4:
  10. addresses: [192.168.10.2/24]
  11. nameservers:
  12. addresses: [8.8.8.8]
  13. gateway4: 192.168.10.1