Hello,
I am struggling using my Wifi card to set up a bridge towards my vm, providing them with an internet connection.
I found a post on a debian forum regarding wifi setup with wpa_supplicant. Trying this added with the existing wlp7s0 following conf:
and the wpa_supplicant.conf
trying the
What am I doing wrong here?
Thanks in advance!
I am struggling using my Wifi card to set up a bridge towards my vm, providing them with an internet connection.
I found a post on a debian forum regarding wifi setup with wpa_supplicant. Trying this added with the existing wlp7s0 following conf:
Code:
auto wlp7s0
iface wlp7s0 inet manual
wpa-driver madwifi
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
and the wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="Mothership"
psk=42455b0e021387a3681a436bb7eb77bac40b478ac93f2241fbf6effc3efa0e59 #from Wpa_passphrase
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
priority=5
}
trying the
ifup wlp7s0 i got following error:
Code:
error: wlp7s0 : wlp7s0: pre-up cmd '/etc/network/if-pre-up.d/wpasupplicant' failed: returned 1 (wpa_supplicant: wpa-roam can only be used with the "manual" inet METHOD
)
What am I doing wrong here?
Thanks in advance!
Last edited: