[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:network_services:running_an_access_point_from_a_slackware_box [2022/11/13 03:28 (UTC)] – [5.4 Socket Status] louigi600howtos:network_services:running_an_access_point_from_a_slackware_box [2022/11/13 04:21 (UTC)] – [5.5 Virtual AP] louigi600
Line 597: Line 597:
  
 ===== 5.5 Virtual AP ===== ===== 5.5 Virtual AP =====
-If your wireless NIC supports it you might like to run multiple virtual APs+If your wireless NIC supports it you might like to run multiple virtual APs. As mentioned in Chapter 2 to be able to do this  
 +you will need the "valid interface combinations" sections to have #AP to be greater than one and if you optionally want them to live on separate channels you will need #channels to be greater than 1. 
 +If this is the case then you can add virtual AP like this 
 + 
 +  iw phy0 interface add vap0 type __ap 
 +or 
 +  iw wlan0 interface add vap0 type __ap 
 +   
 +this will create a new virtual AP, arbitrarily called vap0 on which you will need to activate a separate instance of hostapd as explained in Chapter 4. 
 +Incidentally the type can be any of of these (as long as your wireless NIC supports them): 
 + 
 +  * monitor 
 +  * managed  
 +  * wds 
 +  * mesh  
 +  * ibss  
 +  * __ap 
 + 
 + 
 +if you subsequentlt want to remove the virtual AP toy can terminate the hostapd running on it, optionally put the nick in down state and then tell iw you want to delete the virtual device: 
 + 
 +  iw vap0 del 
 +  
  
 ====== 6 Remote Administration ====== ====== 6 Remote Administration ======
 howtos:network_services:running_an_access_point_from_a_slackware_box ()