「Macvtap」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より新規作成)
(相違点なし)

2023年9月6日 (水) 18:47時点における版

関連記事

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