6
4

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.

macでIPアドレスを複数割り当てる方法

Last updated at Posted at 2013-10-23

追加

sudo ifconfig en0 alias 192.168.0.99 netmask 0xffffff00

確認

/sbin/ifconfig en0

削除

sudo ifconfig en0 -alias

その他

通信速度確認

ifconfig -m

デバイス一覧表示

ifconfig -lu
6
4
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
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?