TOP ▲
itcore TOP
> TIPS
> nic.php
タグ:ubuntu nic増設 Ubuntu NIC増設 | itcore 2016
インターフェース名を調べる。
ssh 対象サーバ
sudo -s
lshw -short -class network

設定ファイルを修正する。
cp -ip /etc/network/interfaces /etc/network/interfaces_`date "+%Y%m%d"`
vi /etc/network/interfaces
# セカンダリネットワークを追加

# ネットワークをオンラインにする。
ifup ens160
ifconfig | grep inet
