Files
Compose-Files/Backups/Miker/.trash/Add static IP address.md
T
2026-07-20 09:23:17 -04:00

18 lines
437 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Open the conf file under netplan directory
Sample config
network:
  version: 2
  renderer: networkd
  ethernets:
    eth0:
      addresses:
      - 192.168.0.200/24
      routes:
          - to: default
            via: 192.168.0.1
      nameservers:
        addresses:
         - 192.168.0.200
         - 9.9.9.9
         search: \[home.mikemcfetridge.com\]