Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171725

Proxmox over WIFI (WLAN)

$
0
0
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
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

Viewing all articles
Browse latest Browse all 171725

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>