configuring vlans in a router "hap ac" that has a switch chip physical ifaces working ok but unable to attach a wlan to a single vlan # vlans /interface bridge add name=bridge-vlan /interface bridge port add bridge=bridge-vlan interface=ether2 hw=yes # trunk add bridge=bridge-vlan interfac...
thanks for your help, So I have the a problem with "unescaped" chars in password? I will remove those :) I don't understand about putting local variables at the end of the script? shouldn't I set a var prior to using it? for those local vars (they are extremely handy then configuring multi...
Simple wAP router with 2 interfaces (wlan1, ether1) I just want a minimal setup to start configuring it. :delay 15s; :local rtname "router01"; :local pass "sup3rpa$$word"; /system clock set time-zone-name=America/Fortaleza /system identity set name=$rtname /user set admin passwor...
I am also having questions about external antennas!
with a 3.5dbi antenna what should I put on antenna gain?
(looks like it only accepts an 8 bit integer) "-128 to 127"
Using a wAP Lora series router! Already connected to TTN network! The question is! Can I connect to more than one server? Due to TTN use policy I am limited in the frequency I can send messages. Installed my own server (https://gotthardp.github.io/lorawan-server/) but want to maintain the TTN connec...
Hi there, I would like to apply a basic template when reseting the board: System > Reset Configuration > (no default configuration/no backup) and a simple *rsc file in "run after reset". or via [/system reset-configuration skip-backup=yes no-defaults=yes run-after-reset=file.rsc] I am not ...
Also looking for info on this. those use routeros, https://lorrier.com/ aliexpress listing about RAK833.... they say their board is supported in the "CCR1009" | "hAP ac lite", https://pt.aliexpress.com/store/product/RAK833-SPI-USB-Industrial-Grade-Mini-PCIe-LoRa-Gateway-Concentra...
Trying to configure an ipsec/l2tp vpn on a hap-ac, to use it with a apple computer (road warrior) (or an android phone). Saw some examples: - https://wiki.mikrotik.com/wiki/Manual:Interface/L2TP - https://youtu.be/vPxGIz0_Pnw - https://forum.mikrotik.com/viewtopic.php?f=13&t=124618&hilit=l2t...
:) So please could you help me in this setup? I got everything working, I now I have hits in the firewall, but I think I got some questionable config :) # RouterOS v6.40.1 - MikroTik hAP ac # new bridge /interface bridge add name=wifi-bridge # ifs on the bridge /interface bridge port add bridge=wifi...
So the situation is because all interfaces are in same bridge? its logical
So If I create other bridge, put both wireless ifaces on it, it should work with this config?
Hi there, I have a chain called "wifi" where I filter who and when to get internet access. on my first rule i have a matching action forward where I jump into the wifi chain. there I implement some rules then I do return (I supposed to return to the next line after the jump) but I am unabl...