openvpn, linux quest in virtualbox, windows host and 802.1x cert based wifi auth

The $subj says it all, basically. No matter whether I chose NAT or bridged, openvpn in a linux VM, under virtualbox, using a windows host machine connected to an 802.1x cert based wifi network is not working.

When using NAT configuration on the guest, there is some IP-based communication (e.g. ICMP), but absolutely no name resolution works.

When using bridged config on the guest - obviously nothing works.


Comments

  • NAT should be the best option in this scenario as WiFI cannot be bridged. NAT makes it so your computer acts as a router for your virtual machine and rewrites everything as needed for you. It's likely to be the most compatible option.

    Do you have DNS issues on the guest without PIA, or is it just when PIA is connected?
Sign In or Register to comment.