Failed to connect to wifi

toppemonkey

New Member
Jan 29, 2023
3
0
1
My network card is Intel Corporation Centrino Wireless-N 1000.

I want to connect wifi by wpa_supplicant, when i ifup my wifi. it reported assigning an ip address is not allowed on enslaed interfaces and ifup failed returned 1

here is my config

auto lo

iface lo inet loopback

iface enp7s0 inet manual

auto vmbr0

iface vmbr0 inet static

address 192.168.1.20/24

gateway 192.168.1.1

bridge-ports enp7s0

bridge-stp off

bridge-fd 0

auto wlp8s0

iface wlp8s0 inet dhcp

wpa-ssid

wpa-psk

Anyone can help me
 
I have no experience with WLAN on PVE respectively the Linux-CLI in general, sorry.