Discussion:
[PVE-User] add wifi network interface in proxmox
Lara S.
2012-03-05 08:27:18 UTC
Permalink
Hi for all!first I want introduce me.I install Proxmox last week and I am a beginnerOn my server I have installed a PCI ethernet, which Proxmox has detected automatically.Then I added a usb wifi card, I installed the drivers necessary for it to work.I got up wlan0 interface and scan wireless networks, but can not see the wifi card in my environment and do not know how to add it.
I have changed wlan0 to eth1 in the file "/etc/udev/rules.d/70-persistent-net.rules"
but when I restart the computer to apply the changes are not applied, and I get thewireless interfaces as wlan0. other question is,how I can configure my wifi card to get internet and my ethernet card for my LAN?a greetingthank you very much
Dietmar Maurer
2012-03-05 08:50:06 UTC
Permalink
see http://forum.proxmox.com/threads/8602-add-wifi-network-interface-in-proxmox


From: pve-user-***@pve.proxmox.com [mailto:pve-user-***@pve.proxmox.com] On Behalf Of Lara S.
Sent: Montag, 05. März 2012 09:27
To: pve-***@pve.proxmox.com
Subject: [PVE-User] add wifi network interface in proxmox

Hi for all!


first I want introduce me.

I install Proxmox last week and I am a beginner[Loading Image...]

On my server I have installed a PCI ethernet, which Proxmox has detected automatically.
Then I added a usb wifi card, I installed the drivers necessary for it to work.
I got up wlan0 interface and scan wireless networks, but can not see the wifi card in my environment and do not know how to add it.

I have changed wlan0 to eth1 in the file "/etc/udev/rules.d/70-persistent-net.rules" but when I restart the computer to apply the changes are not applied, and I get thewireless interfaces as wlan0.

other question is,how I can configure my wifi card to get internet and my ethernet card for my LAN?

a greeting

thank you very much
Marco Vaschetto
2012-03-05 09:14:01 UTC
Permalink
Hi Lara,



why you try to change the name of wlan interface? I don’ t think you need to
do that.



If from proxmox web gui you don’ t see the wlan interface go to file
“/etc/network/interfaces” and edit it manualy.



For example should be like this:



…

Iface eth0 inet manual

auto wlan0

Iface wlan0 inet manual

Wpa-ssid your-ssid-here

Wpa-psk your-password.here



Iface vmbr0 inet static

address you.address.here

netmask your.subnet.mask.here

gateway your.gateway.here

bridge_ports wlan0

bridge_stp off

bridge_fd 0



Iface vmbr1 inet static

address your.address.here

netmask your.subnet.mask.here

bridge_ports eth0

bridge_stp off

bridge_fd 0

…



Caution: I never try to configure a wlan interface whit a bridge, you can
try this configuration but I didn’ t know if i twill work.



You can get more information here:
http://wiki.debian.org/BridgeNetworkConnections#Setting_up_your_Bridge



Da: pve-user-***@pve.proxmox.com
[mailto:pve-user-***@pve.proxmox.com] Per conto di Lara S.
Inviato: lunedì 5 marzo 2012 09:27
A: pve-***@pve.proxmox.com
Oggetto: [PVE-User] add wifi network interface in proxmox



Hi for all!


first I want introduce me.

I install Proxmox last week and I am a beginnerDescrizione: Immagine rimossa
dal mittente.

On my server I have installed a PCI ethernet, which Proxmox has detected
automatically.
Then I added a usb wifi card, I installed the drivers necessary for it to
work.
I got up wlan0 interface and scan wireless networks, but can not see the
wifi card in my environment and do not know how to add it.



I have changed wlan0 to eth1 in the file
"/etc/udev/rules.d/70-persistent-net.rules" but when I restart the computer
to apply the changes are not applied, and I get thewireless interfaces as
wlan0.

other question is,how I can configure my wifi card to get internet and my
ethernet card for my LAN?

a greeting

thank you very much
Holger Ernst
2012-03-05 11:12:21 UTC
Permalink
Can you swich a wlan NIC into promiscuous mode?

Curious, Holger

________________________________

Von: pve-user-***@pve.proxmox.com [mailto:pve-user-***@pve.proxmox.com] Im Auftrag von Marco Vaschetto
Gesendet: Montag, 5. März 2012 10:14
An: 'Lara S.'; pve-***@pve.proxmox.com
Betreff: [PVE-User] R: add wifi network interface in proxmox



Hi Lara,



why you try to change the name of wlan interface? I don' t think you need to do that.



If from proxmox web gui you don' t see the wlan interface go to file "/etc/network/interfaces" and edit it manualy.



For example should be like this:



...

Iface eth0 inet manual

auto wlan0

Iface wlan0 inet manual

Wpa-ssid your-ssid-here

Wpa-psk your-password.here



Iface vmbr0 inet static

address you.address.here

netmask your.subnet.mask.here

gateway your.gateway.here

bridge_ports wlan0

bridge_stp off

bridge_fd 0



Iface vmbr1 inet static

address your.address.here

netmask your.subnet.mask.here

bridge_ports eth0

bridge_stp off

bridge_fd 0

...



Caution: I never try to configure a wlan interface whit a bridge, you can try this configuration but I didn' t know if i twill work.



You can get more information here: http://wiki.debian.org/BridgeNetworkConnections#Setting_up_your_Bridge



Da: pve-user-***@pve.proxmox.com [mailto:pve-user-***@pve.proxmox.com] Per conto di Lara S.
Inviato: lunedì 5 marzo 2012 09:27
A: pve-***@pve.proxmox.com
Oggetto: [PVE-User] add wifi network interface in proxmox



Hi for all!


first I want introduce me.

I install Proxmox last week and I am a beginner

On my server I have installed a PCI ethernet, which Proxmox has detected automatically.
Then I added a usb wifi card, I installed the drivers necessary for it to work.
I got up wlan0 interface and scan wireless networks, but can not see the wifi card in my environment and do not know how to add it.



I have changed wlan0 to eth1 in the file "/etc/udev/rules.d/70-persistent-net.rules" but when I restart the computer to apply the changes are not applied, and I get thewireless interfaces as wlan0.

other question is,how I can configure my wifi card to get internet and my ethernet card for my LAN?

a greeting

thank you very much

Loading...