Différences
Ci-dessous, les différences entre deux révisions de la page.
| 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:38] – fraggle | en: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. This configuration is for two tagged VLANs for two SSIDs | + | The LAN is considered DHCP powered and the TP-Link is [[https:// |
| + | This configuration is for two tagged VLANs to isolate | ||
| + | < | ||
| + | --- 8< --- / | ||
| + | ... | ||
| + | config interface ' | ||
| + | option ifname ' | ||
| + | option proto ' | ||
| + | option hostname ' | ||
| + | |||
| + | config interface ' | ||
| + | option type ' | ||
| + | option _orig_ifname ' | ||
| + | option _orig_bridge ' | ||
| + | option proto ' | ||
| + | option ifname ' | ||
| + | |||
| + | config interface ' | ||
| + | option type ' | ||
| + | option _orig_ifname ' | ||
| + | option _orig_bridge ' | ||
| + | option proto ' | ||
| + | option ifname ' | ||
| + | ... | ||
| + | --- >8 --- | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | --- 8< --- / | ||
| + | ... | ||
| + | config wifi-iface | ||
| + | option device ' | ||
| + | option mode ' | ||
| + | option ssid 'La Bo[a]te Coworkers' | ||
| + | option encryption ' | ||
| + | option key ' | ||
| + | option network ' | ||
| + | |||
| + | config wifi-iface | ||
| + | option device ' | ||
| + | option mode ' | ||
| + | option ssid 'La Bo[a]te Public' | ||
| + | option encryption ' | ||
| + | option key ' | ||
| + | option network ' | ||
| + | ... | ||
| + | --- >8 --- | ||
| + | |||
| + | </ | ||