Hi, I was trying to configure my proxmox server to connect to the internet via wifi, so I configured my /etc/network/interface like this
The server is then able to connect to the internet without problems but due to the lack of a bridge I cannot connect the VMs to the internet. I then edited...
Read more
Code:
auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static
address 192.168.1.2/24
gateway 192.168.1.1
bridge-std off
bridge-fd 0
wpa-essid [MyESSID]
wpa-psk [MyPASSWORD]
The server is then able to connect to the internet without problems but due to the lack of a bridge I cannot connect the VMs to the internet. I then edited...
Read more