[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Internet Access Problem



I am running Bullseye and attempting to use QEMU/KVM virt-manager, on the computers on my LAN rather than Oracle VM VirtualBox.

I particularly would like to be able to run Windows 10 as there in one application that I need for my molecular modeling research that is not available for Linux.

I followed the How To (HowTo.txt, attached) without any warning or error messages. However, when I pinged yahoo.com. I got the result:

Reply from 169.234.75.136: Destination host unreachable.

It is my understanding the internet should be reachable from Windows 10 from the default connection.

The default virt-manger xml file and the host i pa results are also attached.

I would appreciate any sort of insight as to what might have gone wrong.

Thanks in advance.

--
Stephen P. Molnar, Ph.D.
https://insilicochemistry.net
(614)312-7528 (c)
Skype:  smolnar1


<network>
  <name>default</name>
  <uuid>8230a394-6e17-4ef9-8841-5b4a13812a38</uuid>
  <forward mode="nat">
    <nat>
      <port start="1024" end="65535"/>
    </nat>
  </forward>
  <bridge name="virbr0" stp="on" delay="0"/>
  <mac address="52:54:00:c4:59:37"/>
  <ip address="192.168.122.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.122.2" end="192.168.122.254"/>
    </dhcp>
  </ip>
</network>
How To Install Windows 10 on Ubuntu
KVM?
By: Saifudheen Sidheeq


Published: August 23, 2020 - Last updated: November 4, 2023


https://getlabsdone.com/install-windows-10-on-ubuntu-kvm/
 (base) comp@AbNormal:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether bc:ee:7b:5e:83:36 brd ff:ff:ff:ff:ff:ff
    inet 162.237.98.238/22 brd 162.237.99.255 scope global dynamic noprefixroute enp2s0
       valid_lft 547sec preferred_lft 547sec
    inet6 2600:1700:4280:3690::3f7/128 scope global dynamic noprefixroute
       valid_lft 2583846sec preferred_lft 596646sec
    inet6 2600:1700:4280:3690:beee:7bff:fe5e:8336/64 scope global dynamic mngtmpaddr noprefixroute
       valid_lft 3414sec preferred_lft 3414sec
    inet6 fe80::beee:7bff:fe5e:8336/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 52:54:00:c4:59:37 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
       valid_lft forever preferred_lft forever
4: virbr1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 52:54:00:68:bf:76 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.1/24 brd 192.168.100.255 scope global virbr1
       valid_lft forever preferred_lft forever
(base) comp@AbNormal:~$

Reply to: