en:cs:tp-link_tl-wa901n_nd_v3_multiple_ssid_and_multiple_vlan

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
en:cs:tp-link_tl-wa901n_nd_v3_multiple_ssid_and_multiple_vlan [2014/11/14 18:41] fraggleen:cs:tp-link_tl-wa901n_nd_v3_multiple_ssid_and_multiple_vlan [2021/12/27 18:25] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Example configuration ====== ====== Example configuration ======
  
-The LAN is considered DHCP powered and the TP-Link is OpenWRT powered. This configuration is for two tagged VLANs for two SSIDs +The LAN is considered DHCP powered and the TP-Link is [[https://openwrt.org|OpenWRT]] powered.\\ 
 +This configuration is for two tagged VLANs to isolate two SSIDs.
    
- 
 <code> <code>
 --- 8< --- /etc/config/network --- 8< --- /etc/config/network
 ... ...
-config interface 'lan'                                                                                                                                       +config interface 'lan'                                                                               
         option ifname 'eth0'                                                                                                                                          option ifname 'eth0'                                                                                                                                 
         option proto 'dhcp'                                                                                                                                           option proto 'dhcp'                                                                                                                                  
-        option hostname 'tp-link-coworkers'                                                                                                                  +        option hostname 'tp-link-coworkers'                                                                                                              
                                                                                                                                                                                                                                                                                                                            
 config interface 'vlan101'                                                                                                                                    config interface 'vlan101'                                                                                                                                   
Ligne 27: Ligne 27:
 ... ...
 --- >8 --- --- >8 ---
 +</code>
 +
 +
 +<code>
 +--- 8< --- /etc/config/wireless
 +...
 +config wifi-iface
 +        option device 'radio0'
 +        option mode 'ap'
 +        option ssid 'La Bo[a]te Coworkers'
 +        option encryption 'psk2'
 +        option key 'xx'
 +        option network 'vlan101'
 +
 +config wifi-iface
 +        option device 'radio0'
 +        option mode 'ap'
 +        option ssid 'La Bo[a]te Public'
 +        option encryption 'psk2'
 +        option key 'xx'
 +        option network 'vlan102'
 +...
 +--- >8 --- 
 +
 +</code>
  
  • en/cs/tp-link_tl-wa901n_nd_v3_multiple_ssid_and_multiple_vlan.1415986891.txt.gz
  • Dernière modification : il y a 2 ans
  • (modification externe)