Macvtap

提供: ArchWiki
2023年9月6日 (水) 18:47時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (英語版より新規作成)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

関連記事

A macvtap device is a newer device driver that enables Network bridge-like networking, but with a much simpler set up process. This is most useful for virtualization. For most purposes, the only disadvantage compared to a network bridge is that the host will not be able to communicate with the guests via this network.

Setting up a macvtap network

Create a macvtap interface macvtap0 that is bridged to eth0 with these commands:

# ip link add link eth0 name macvtap0 type macvtap
# ip link set macvtap0 up

See also