Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
pt-br:docs:guide-user:network:wifi:vlan-multiple-wifi-ssid-repeater [2020/06/06 14:12] – [Procedimentos de configuração do roteador principal:] malvespt-br:docs:guide-user:network:wifi:vlan-multiple-wifi-ssid-repeater [2020/06/22 01:12] – [3rd, Rear Range AP] malves
Line 38: Line 38:
 ==== Procedimentos de configuração do roteador principal: ==== ==== Procedimentos de configuração do roteador principal: ====
  
-=== Mudar detalhes ===+=== Detalhes do Switch ===
  
 ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^ ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^
Line 131: Line 131:
 :!: Certifique-se de tornar os nomes e senhas SSID idênticos aos configurados no roteador principal :!: Certifique-se de tornar os nomes e senhas SSID idênticos aos configurados no roteador principal
  
-<hidden onHidden="/etc/config/wireless" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/wireless" onVisible="Clique para ver menos"><code>
 config wifi-device 'radio0' config wifi-device 'radio0'
  option type 'mac80211'  option type 'mac80211'
Line 454: Line 454:
 </code></hidden> </code></hidden>
  
-==== 2ndMid Range AP ==== +=== , AP de médio alcance === 
-=== Switch details ===+ 
 +=== Detalhes do Switch === 
 ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^ ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^
 |      | CPU (eth0)    |  cpu (eth1)        |LAN1|LAN2|LAN3|LAN4|WAN| |      | CPU (eth0)    |  cpu (eth1)        |LAN1|LAN2|LAN3|LAN4|WAN|
Line 463: Line 465:
 | 4     | tagged     | tagged     |off|off|off|tagged|tagged| | 4     | tagged     | tagged     |off|off|off|tagged|tagged|
  
-1. Create extra VLANs to match the table aboveThe WAN and LAN4 interfaces were configured to be tagged with VLAN ID numbersThe WAN is receiving the uplink from the main router and LAN4 is rebroadcasting the uplink to the next router (the Rear range AP router). +1. Crie VLANs extras para corresponder à tabela acimaAs interfaces WAN LAN4 foram configuradas para serem marcadas com números de ID da VLANWAN está recebendo o uplink do roteador principal e o LAN4 está retransmitindo o uplink para o próximo roteador (o roteador AP de alcance traseiro). 
-<hidden onHidden="/etc/config/network" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/network" onVisible="Clique para ver menos"><code>
 config interface 'loopback' config interface 'loopback'
  option ifname 'lo'  option ifname 'lo'
Line 541: Line 543:
 </code></hidden> </code></hidden>
  
-2. Create Wi-Fi interfaces+2. Crie interfaces Wi-Fi. 
  
-:!: Be sure to make the SSID names and passwords identical to what is configured on the main router +:!: Certifique-se de tornar os nomes e senhas SSID idênticos aos configurados no roteador principal 
-<hidden onHidden="/etc/config/wireless" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/wireless" onVisible="Clique para ver menos"><code>
 config wifi-device 'radio0' config wifi-device 'radio0'
  option type 'mac80211'  option type 'mac80211'
Line 600: Line 602:
  
 3. Create firewall rules 3. Create firewall rules
-<hidden onHidden="/etc/config/firewall" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/firewall" onVisible="Clique para ver menos"><code>
  
 config defaults config defaults
Line 815: Line 817:
  
 4. Create DHCP configurations 4. Create DHCP configurations
-<hidden onHidden="/etc/config/dhcp" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/dhcp" onVisible="Clique para ver menos"><code>
 config dnsmasq config dnsmasq
  option domainneeded '1'  option domainneeded '1'
Line 868: Line 870:
  
  
-==== 3rdRear Range AP ====+==== , AP de faixa traseira ====
  
-=== Switch details ===+=== Detalhes do Switch ===
  
 ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^ ^ VLAN ID      ^ Upstream side:HW switch ↔ eth1 driver^^ Downstream side:HW switch↔physical ports^^^^^
Line 880: Line 882:
  
  
-1. Create extra VLANs to match the table aboveThe WAN interface was configured to be tagged with VLAN ID numbersThe WAN is receiving the uplink from the mid router+1. Crie VLANs extras para corresponder à tabela acimainterface WAN foi configurada para ser identificada com números de ID da VLANWAN está recebendo o uplink do roteador intermediário
-<hidden onHidden="/etc/config/network" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/network" onVisible="Clique para ver menos"><code>
  
 config interface 'loopback' config interface 'loopback'
Line 960: Line 962:
 </code></hidden> </code></hidden>
  
-2. Create Wi-Fi interfaces+2. Crie interfaces Wi-Fi. 
  
-:!: Be sure to make the SSID names and passwords identical to what is configured on the main router +:!: Certifique-se de tornar os nomes e senhas SSID idênticos aos configurados no roteador principal 
-<hidden onHidden="/etc/config/wireless" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/wireless" onVisible="Clique para ver menos"><code>
  
 config wifi-device 'radio0' config wifi-device 'radio0'
Line 1034: Line 1036:
 </code></hidden> </code></hidden>
  
-3. Create firewall rules +3. Crie regras de firewall 
-<hidden onHidden="/etc/config/firewall" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/firewall" onVisible="Clique para ver menos"><code>
  
 config defaults config defaults
Line 1177: Line 1179:
 </code></hidden> </code></hidden>
  
-4. Create DHCP configurations +4. Crie configurações DHCP 
-<hidden onHidden="/etc/config/dhcp" onVisible="Click to see less"><code>+<hidden onHidden="/etc/config/dhcp" onVisible="Clique para ver menos"><code>
  
 config dnsmasq config dnsmasq
Line 1218: Line 1220:
  
  
-Resources:+Recursos:
   * https://openwrt.org/docs/guide-user/network/vlan/creating_virtual_switches   * https://openwrt.org/docs/guide-user/network/vlan/creating_virtual_switches
   * https://openwrt.org/docs/guide-user/network/wifi/relay_configuration   * https://openwrt.org/docs/guide-user/network/wifi/relay_configuration
   * https://openwrt.org/docs/guide-user/network/wifi/routedap   * https://openwrt.org/docs/guide-user/network/wifi/routedap
   * https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s   * https://openwrt.org/docs/guide-user/network/wifi/mesh/80211s
  • Last modified: 2021/07/23 14:33
  • by someothertime