VirtualBox โฮสต์ Windows 10 และ Ubuntu 12 บุคคลทั่วไปไม่ทำงาน


1

ฉันใช้งานแขกคนเดียวกันบน windows 7 จนถึงสัปดาห์ที่แล้วตอนนี้ฉันอัพเกรดเป็น windows 10 และแขกไม่สามารถเชื่อมต่อได้อีกต่อไป

VBOX เวอร์ชัน 5.2.18

สิ่งที่แปลกคือฉันมีแขกอีกคนหนึ่งของอูบุนตู 16 ด้วยการกำหนดค่าเดียวกันที่ทำงานได้ดี

โฮสต์ ipconfig / ทั้งหมด

Scheda Ethernet VirtualBox Host-Only Network:

   Suffisso DNS specifico per connessione:
   Descrizione . . . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
   Indirizzo fisico. . . . . . . . . . . : 0A-00-27-00-00-0E
   DHCP abilitato. . . . . . . . . . . . : No
   Configurazione automatica abilitata   : Sì
   Indirizzo IPv6 locale rispetto al collegamento . : fe80::24e5:f83:fbe4:4f2f%14(Preferenziale)
   Indirizzo IPv4. . . . . . . . . . . . : 10.90.90.3(Preferenziale)
   Subnet mask . . . . . . . . . . . . . : 255.255.255.0
   Gateway predefinito . . . . . . . . . :
   IAID DHCPv6 . . . . . . . . . . . : 403308583
   DUID Client DHCPv6. . . . . . . . : 00-01-00-01-23-1D-15-DA-E0-D5-5E-A1-C8-12
   Server DNS . . . . . . . . . . . . .  : fec0:0:0:ffff::1%1
                                           fec0:0:0:ffff::2%1
                                           fec0:0:0:ffff::3%1
   NetBIOS su TCP/IP . . . . . . . . . . : Attivato

Scheda Ethernet Ethernet:

   Suffisso DNS specifico per connessione:
   Descrizione . . . . . . . . . . . . . : ***
   Indirizzo fisico. . . . . . . . . . . : ***
   DHCP abilitato. . . . . . . . . . . . : Sì
   Configurazione automatica abilitata   : Sì
   Indirizzo IPv6 locale rispetto al collegamento . : ***
   Indirizzo IPv4. . . . . . . . . . . . : 192.168.1.2(Preferenziale)
   Subnet mask . . . . . . . . . . . . . : 255.255.255.0
   Lease ottenuto. . . . . . . . . . . . : ***
   Scadenza lease . . . . . . . . . . .  : ***
   Gateway predefinito . . . . . . . . . : 192.168.1.1
   Server DHCP . . . . . . . . . . . . . : 192.168.1.1
   Server DNS . . . . . . . . . . . . .  : 192.168.1.1
   Server WINS primario . . . . . . . .  : 192.168.1.1

การกำหนดค่าเครือข่าย Ubuntu 16 (ทำงาน)

auto lo
iface lo inet loopback

auto enp0s3
iface enp0s3 inet dhcp

auto enp0s8
iface enp0s8 inet static
address 10.90.90.7
network 10.90.90.0
netmask 255.255.255.0

การกำหนดค่าเครือข่าย Ubuntu 12 (ใช้งานไม่ได้)

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet static
address 10.90.90.4
network 10.90.90.0
netmask 255.255.255.0

เมื่อฉันบูท ubuntu12 ฉันจะได้ตัวจับเวลา 60 วินาทีที่รอการกำหนดค่าเครือข่ายจากนั้นหลังจากบูต ifconfig จะแสดงเฉพาะอินเตอร์เฟสลูปแบ็ค ifconfig Ubuntu 16 แสดงอินเทอร์เฟซทั้ง 3 อย่างถูกต้อง

ทั้ง VM ถูกกำหนดค่าดังนี้: Adapter1: NAT Adapter2: อะแดปเตอร์โฮสต์เท่านั้น

สิ่งที่อาจทำให้เกิดสิ่งนี้

คำตอบ:


1

สิ่งนี้เกิดขึ้นเพราะฉันเปลี่ยนที่อยู่ mac ของอินเตอร์เฟสเครือข่าย

ลบ /etc/udev/rules.d/70-persistent-net.rules แก้ไขปัญหาของฉัน

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.