株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

/etc/netplan/00-installer-config.yamlを編集する
ip aで確認した認識されたネットワークインターフェースの識別子を追加する

# This is the network config written by 'subiquity'
network:
  ethernets:
    eth0:
      addresses:
      - 192.168.99.23/24
      gateway4: 192.168.99.1
      nameservers:
        addresses:
        - 192.168.99.13
        search: []
    eth1:
      addresses:
      - 192.168.100.23/24
      nameservers:
        addresses:
        search: []
  version: 2

反映

netplan apply

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)