Difference between revisions of "Netplan examples"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
== Static [[IP]] configuration == | == Static [[IP]] configuration == | ||
− | + | <pre> | |
+ | network: | ||
+ | version: 2 | ||
+ | renderer: networkd | ||
+ | ethernets: | ||
+ | eno1: | ||
+ | addresses: | ||
+ | - 10.10.10.xx/24 | ||
+ | gateway4: 10.10.xx.1 | ||
+ | nameservers: | ||
+ | search: your_domain.com | ||
+ | addresses: 8.8.8.8, 1.1.1.1 | ||
+ | </pre> | ||
== [[DHCP]] configuration == | == [[DHCP]] configuration == |
Revision as of 10:33, 6 September 2020
Static IP configuration
network: version: 2 renderer: networkd ethernets: eno1: addresses: - 10.10.10.xx/24 gateway4: 10.10.xx.1 nameservers: search: your_domain.com addresses: 8.8.8.8, 1.1.1.1
DHCP configuration
Minimal configuration file:
network: ethernets: eno0: dhcp4: true
network: ethernets: eth0: dhcp4: true match: macaddress: dc:a6:32:2c:9f:33 set-name: eth0 version: 2
See also
Advertising: