You are not logged in.
Pages: 1
[deleted]
Last edited by MoreCatsThanBrains (2024-09-09 10:36:03)
Offline
set Network to Bridged Adapter
Why? Do you have the relevant host modules loaded?
https://wiki.archlinux.org/title/Virtua … el_modules
https://www.virtualbox.org/manual/ch06.html
Network Address Translation (NAT) is the simplest way of accessing an external network from a virtual machine. Usually, it does not require any configuration on the host network and guest system. For this reason, it is the default networking mode in Oracle VM VirtualBox.
…
The disadvantage of NAT mode is that, much like a private network behind a router, the virtual machine is invisible and unreachable from the outside internet. You cannot run a server this way unless you set up port forwarding. See Section 6.3.1, “Configuring Port Forwarding with NAT”.
Offline
What is the adapter it is using in the network settings?
What OS are you using in the Virtualbox?
What does "ip a" give you when you are in the virtualbox?
Offline
[deleted]
Last edited by MoreCatsThanBrains (2024-09-09 10:36:14)
Offline
Are those relevant when arch is the guest and windows is the host?
Unlikely, but idk what's necessary to setup a windows host for bridging a VM.
With this option set ping reports Destination Host Unreachable, but it no longer hangs.
Good-ish:
ip a; ip rOffline
[deleted]
Last edited by MoreCatsThanBrains (2024-09-09 10:36:38)
Offline
https://wiki.archlinux.org/title/Virtua … t_services
But in doubt just link a screenshot
Offline
[deleted]
Last edited by MoreCatsThanBrains (2024-09-09 10:36:25)
Offline
Please replace the image w/ a link.
You've a lease and a route, can you
ping -c3 10.0.2.2
ping -c3 8.8.8.8Offline
Pages: 1