Changes between Version 14 and Version 15 of Tutorials/k0SDR/Tutorial00b
- Timestamp:
- Jul 27, 2022, 6:07:43 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00b
v14 v15 92 92 Add the following lines to the end of the file that we opened with nano (Remember, indentation matters and you must use spaces, not tabs): 93 93 {{{ 94 enp4s0: 94 enp1s0: 95 dhcp4: false 96 addresses: [192.168.40.1/24] 97 }}} 98 And now your netplan file should look like this: 99 {{{ 100 network: 101 version: 2 102 renderer: networkd 103 ethernets: 104 wired: 105 match: 106 name: en* 107 dhcp4: true 108 optional: true 109 enp1s0: 95 110 dhcp4: false 96 111 addresses: [192.168.40.1/24]