I cannot get my Virtual Box 7.0 "bridged adapter" to work on my laptop (Kubuntu 22.10).
I have a project that I need to submit, but I cannot move forward until I fix this.
This affects all my guest machines.
These are my guest virtual machines:

The 'Greenbone-Enterprise-TRAIL' virtual machine needs to be setup as 'bridge' because I am performing a vulnerability scan against another VM, 'analysis_image_final' which is an Ubuntu 14.04 virtual machine.
Here is 'Greenbone-Enterprise' link of the website with instructions how to setup on VirtualBox >> enter link description here
Below are the network settings on my Greenbone-Enterprise Trail on VirtualBox:
'wlan0'
is my wireless adapter.

Promiscuious mode
picture below:

I have tried researching previous articles but they didnt fix my issue:
- Virtualbox bridged adapter not working ubuntu
- VirtualBox Ubuntu 14.04 - Bridge adapter not working
- Kubuntu 16.10 - VirtualBox not working correctly
Then, I though maybe it's how my resolv.conf
or netplan
file setup
Here is my resolv.conf
file below:
# This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs should typically not access this file directly, but only
# through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
# different way, replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 127.0.0.53
options edns0 trust-ad
search .
Here is my 01-network-manager-all.yaml
file below:
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
I found this article that I though this will fix my issue:
- How to set wlan0 active as default in /etc/network/interfaces?
- /etc/network/interfaces to connect Ubuntu to a wireless network
When I made changes to my resolv.conf
file, my BIOS would not load my wireless adapter after reboot.
I need help