0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

linuxで renamed network interface ethX to ethY がでたときの対処法

Last updated at Posted at 2013-12-21

仮想マシンをコピーしたときなどに、MACアドレスが変わってeth0がなくなってしまったときの覚え書き

# vim /etc/udev/rules.d/70-persistent-net.rules
SUBSYSTEM=="net" ....,NAME="ethX"  →この行をコメントアウト
# rmmod e1000  → e1000はドライバ名に読み替える
# modprobe e1000

rmmod以降のかわりに再起動したほうが楽かも。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?