Changes between Version 14 and Version 15 of Tutorials/k0SDR/Tutorial00b


Ignore:
Timestamp:
Jul 27, 2022, 6:07:43 PM (22 months ago)
Author:
yuezhenglingluan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00b

    v14 v15  
    9292Add the following lines to the end of the file that we opened with nano (Remember, indentation matters and you must use spaces, not tabs):
    9393{{{
    94     enp4s0:
     94    enp1s0:
     95      dhcp4: false
     96      addresses: [192.168.40.1/24]
     97}}}
     98And now your netplan file should look like this:
     99{{{
     100network:
     101  version: 2
     102  renderer: networkd
     103  ethernets:
     104    wired:
     105      match:
     106        name: en*
     107      dhcp4: true
     108      optional: true
     109    enp1s0:
    95110      dhcp4: false
    96111      addresses: [192.168.40.1/24]