hardware:mikrotik

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
hardware:mikrotik [2024/02/26 14:39] – [mikrotik.packet sniffer tcpdump] adminhardware:mikrotik [2025/08/18 09:57] (current) admin
Line 1: Line 1:
 ====== Mikrotik ====== ====== Mikrotik ======
-Mikrotik script example+
  
 <WRAP tip 60%> <WRAP tip 60%>
 +  * ++Mikrotik script example|
 <code> <code>
  
Line 42: Line 43:
  
 </code> </code>
 +++
 </WRAP> </WRAP>
 +
 +  * [[https://mikrotik.wiki/w/index.php?title=Лженастройки_и_ошибки_при_настройке_файрвола_на_MikroTik&utm_source=yandex&utm_medium=cpa-tg&utm_campaign=firewall&utm_content=mrakobesie&yclid=1839320034808692735|Лженастройки_и_ошибки_при_настройке_файрвола_на_MikroTik]]
  
  
Line 138: Line 142:
 set 5 default-vlan-id=0 set 5 default-vlan-id=0
 [admin@MikroTik-304] /interface/ethernet/switch/port>  [admin@MikroTik-304] /interface/ethernet/switch/port> 
 +#  WIFI configure  
 +# Under /interface ethernet switch vlan switch1-cpu passes traffic from the switch chip to the CPU, only required for VLANs connected to services provided by the CPU such as IP address, routing, DHCP server and software-based # interfaces (tunnels, wireless). 
 +# Under /interface ethernet switch port use vlan-header=leave-as-is for the switch chip in the hAP ac as mentioned in the wiki and help pages. 
 +# Under interface wireless use both vlan-mode=use-tag AND vlan-id= to specify which VLAN the interface should be connected to. 
 +# Under /interface bridge port setting hw=yes for the wireless interfaces is pointless, the drivers are implemented in software.
 </code> </code>
 +
   - https://danservices.com.au/support/mikrotik-vlan-configuration-2020/   - https://danservices.com.au/support/mikrotik-vlan-configuration-2020/
   - https://www.youtube.com/watch?v=pdpFAxwocTo   - https://www.youtube.com/watch?v=pdpFAxwocTo
   - https://mum.mikrotik.com/presentations/HU19/presentation_6775_1559545769.pdf   - https://mum.mikrotik.com/presentations/HU19/presentation_6775_1559545769.pdf
  • hardware/mikrotik.1708958387.txt.gz
  • Last modified: 2024/02/26 14:39
  • by admin