Reading Mode

First install Proxmox , you will need wired connection during the installation and for setting up.

Once done go to /etc/network/interfaces using proxmox shell.



iface wlp2s0 inet manual
        wpa-essid WIFI-SSId
        wpa-psk WIFI-PASSWORD
auto vmbr1
iface vmbr1 inet static
        address 192.168.1.40/24
        gateway 192.168.1.1
        bridge-ports wlp2s0
        bridge-stp off
        bridge-fd 0

Append the above code on the interfaces file , change wifi-ssid & wifi-password with one which you have. You might need to change the subnet too depending on your router settings.

Restart proxmox.

Congratulations ,you are connected to wifi. Now you can create VMs with vmbr1 and safely disconnect wired connection if needed.

Categorized in: