General • How to extract a file from WAP ac LTE6 RouterOS
Goodmorning,after generate a backup with my MacOS terminal, via SSH[admin@MikroTik] > /system backup save name=test password=<YOUR_PASSWORD>Configuration backup savedI would like to retrieve...
View ArticleGeneral • Re: Strange problem with Strongswan/RockyLinux: Signature...
Can you check the IKE p1 proposal on the MT? From the last excerpt, it works with SHA-2 384.Statistics: Posted by vingjfg — Sat Feb 10, 2024 1:48 pm
View ArticleGeneral • Re: After configuring PCC load balancing, the required DDNS public...
At a high level, you can do this in two steps:- add an address list in firewall that resolves "cloud2.mikrotik.com"- add prerouting rule for new + mark-connection that uses the dst-address-list= set...
View ArticleGeneral • Re: How to extract a file from WAP ac LTE6 RouterOS
from macos terminal:Code: scp username@router_ip:filename .Statistics: Posted by baragoon — Sat Feb 10, 2024 2:03 pm
View ArticleBeginner Basics • Re: MultiWAN setup, pcunite way
add check-gateway=ping dst-address=0.0.0.0/0 gateway=1.1.1.1 scope=10 target-scope=12 comment=WAN1add dst-address=1.1.1.1/32 gateway=10.1.1.1 scope=10 target-scope=11add distance=2 check-gateway=ping...
View ArticleScripting • Re: RouterOSv7 - Terminal is substantially worse to use?
I don't think V7 is "worse" than V6. Using "?" as help key, meant that the "?" needed to be escaped if used in command (e.g. like AT command to LTE e.g. "AT+COPS?"). So borrowing the F1 from "windows"...
View ArticleGeneral • Can't access hEX (pretty urgent)
I've gone and done it now.I have a hEX at a location 100 miles away.I was fiddling (remotely) and issues a reboot command. Now it is unreachable.Luckily, it is not the primary router. It essentially...
View ArticleGeneral • Re: openvpn conf client unsupported CRL protocol for URL
So the short answer is yes, RouterOS 7 cannot handle older OpenSSL certificates created on v1.xIt should have a 'legacy' switch to handle them as they are still legitimate, but it doesn't.I created...
View ArticleGeneral • Re: Can't access hEX (pretty urgent)
100 miles ? I've had it once with an SXT serving cAP AC and cAP mini over 900km away. No remote connection anymore, nobody onsite.Small problem.Luckily just the week before I was going towards that...
View ArticleScripting • Re: Adaptation to RouterOS 7.13.3
In case anyone comes here interested in the thread, I leave you the appropriate script:Code: :local tminutos 1:local thoras 0 :local tdias 0:local atime [ /system clock get time ]:local adate [...
View ArticleGeneral • How to log new mac addresses on wired ports?
WiFi interfaces does logging of the new wireless connections with MAC address of the device connected. Is there a similar options with bridge or wired interfaces?Maybe it is possible to log changes in...
View ArticleForwarding Protocols • Re: Dual WAN but second WAN only working inbound
Senario 2 X WAN connections- 1 X Ethernet 1 X PPPoE (both fixed IP's)Ethernet connection is the primary connection for the LAN PPPoE services all the DMZ traffic and acts as failover for the ethernet...
View ArticleBeginner Basics • Re: Routing 2 networks with DHCP ip address
Make sure `ether2` and `ether3` aren't in the bridge: https://help.mikrotik.com/docs/display/ROS/EthernetSet appropriate IP addresses, i.e: `ether2 -- 172.16.200.1`, `ether3 -- 10.20.10.1`:...
View ArticleBeginner Basics • Re: login associating MAC with user by time
I will leave the solution that worked for me for now. If anyone else has another please share it.1. First, you need to obtain the MAC address of the user's device. You can do this using the Code:...
View ArticleBeginner Basics • Re: Switch works, except for internet
I assume that your gateway is `192.168.241.1`, right? Do you see its mac address in ARP? Can you ping it?Since Mikrotik works as plain L2 switch here (and doesn't do any routing) I doubt that it...
View ArticleGeneral • Re: iOS app serves up WiFi menu for no apparent reason
Yes, 7.13.2, sorry.Thanks for letting me know it's been reported. Guess I will wait for a solution. Meanwhile, fixing wireless problems from the road just got a lot harder.Statistics: Posted by...
View ArticleBeginner Basics • Re: EAP+PSK ipsec VPN
You can create CA on Mikrotik itself, then create certificate for server (and sign it using CA), then create client certificate (and sign it using CA), export client certificate (protected by...
View ArticleContainers • Re: Support for Containers on MIPSBE Processors
MIPS is dead,not worth to do anything more.Statistics: Posted by mantouboji — Sun Feb 11, 2024 5:13 am
View ArticleAnnouncements • Re: Newsletter #116 | January 2024
Can we expect new "Ethernet routers" ?Something with better CPU, RAM and so on ? Like 1GB memory ? x64 bit 4 cores or more ?Like CCR2004-16G-2S+? Maybe CCR2004-16G-2S+PC?You forgot about the...
View ArticleGeneral • Re: Host unreachable on only one client
Do PI and other machines on the network see each others' mac addresses in arp?On Linux, try Code: ip neiOn WindowsCode: arp -aStatistics: Posted by IlKa — Sun Feb 11, 2024 5:27 am
View Article