Virtual Box ネットワーク接続


z800 PC の場合

ネットワークアダプターを有効化
割り当て ・・・ ブリッジアダプター 
名前   ・・・ Broadcom NetXtreme Gigabit Ethnet    ホストPCの192.168.1.10

高度 
アダプタータイプ        ・・・ 準仮想化ネットワーク( virtio-net)    
プロミスキャストモード    ・・・ すべて許可
MAC アドレス         ・・・・080027AED9AA ---->右ボタンでランダム作成
ケーブル接続
ポートフォワーディング ・・・有効にならない
ネットワーク確認
root@z800-VirtualBox:~# ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.7 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::4e7c:b946:6d8:70dc prefixlen 64 scopeid 0x20<link>
inet6 2405:6585:c600:1100:2d23:c5f:4c55:52c3 prefixlen 64 scopeid 0x0<global>
inet6 2405:6585:c600:1100:dc16:22a:95bb:4dbf prefixlen 64 scopeid 0x0<global>
ether 08:00:27:ae:d9:aa txqueuelen 1000 (イーサネット)
RX packets 107439 bytes 155947212 (155.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11850 bytes 978562 (978.5 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (ローカルループバック)
RX packets 136 bytes 12098 (12.0 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 136 bytes 12098 (12.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


ホスト設定
root@z800-VirtualBox:~# vi /etc/hosts
127.0.0.1 localhost
127.0.1.1 z800-VirtualBox
192.168.1.7 z800-VirtualBox
192.168.1.10 hayato.falcon21.space
192.168.10.4 z800
192.168.10.3 falcon21.space
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

--------------------

ネットワークアダプターを有効化
割り当て ・・・ ブリッジアダプター 
名前   ・・・ Broadcom NetXtreme Gigabit Ethnet #    ホストPCの192.168.10.4
とした場合

root@z800-VirtualBox:~# ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.10.7 netmask 255.255.255.0 broadcast 192.168.10.255
inet6 2405:6585:c600:1100:dc16:22a:95bb:4dbf prefixlen 64 scopeid 0x0<global>
inet6 fe80::4e7c:b946:6d8:70dc prefixlen 64 scopeid 0x20<link>
inet6 2405:6585:c600:1100:e1bb:6e56:5c7a:2462 prefixlen 64 scopeid 0x0<global>
ether 08:00:27:ae:d9:aa txqueuelen 1000 (イーサネット)
RX packets 190 bytes 18831 (18.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 111 bytes 13352 (13.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (ローカルループバック)
RX packets 89 bytes 7751 (7.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 89 bytes 7751 (7.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

-------------------------------- 

ホスト設定
root@z800-VirtualBox:~# vi /etc/hosts
127.0.0.1 localhost
127.0.1.1 z800-VirtualBox
192.168.10.7 z800-VirtualBox
192.168.1.10 hayato.falcon21.space
192.168.10.4 z800
192.168.10.3 falcon21.space
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

投票数:0 平均点:0.00

 
Back to Top