Hello, If I create let's say 10 local users on my RB4011 and enable SSH forwarding, can I use dynamic forwarding to get internet connectivity using selective WAN IP addreses on the router? I have an entire public /27 range and I would like to have a way to tunnel each user using a dedicated public I...
Hi, If I create any firewall rule using the connection-state options, such as established | invalid | new | related | untracked, are these procesed as individual flags or as combined flags? For example, invalid + untracked flags ticked, will this match all possible permutation scenarios, such as: - ...
Hi, I'm running a hap AC2 with ROS 7.4.1 on a gbit PPPoe connection. I use fasttrack and masquerade and the non-VPN speeds are as expected - 900Mbps download and 900Mbps upload. If I connect the router to a Wireguard gigabit VPS server with the same speed capacity (tested using iperf and speeds are ...
Did anyone test Wireguard performance on the RB5009 and can compare it with the RB4011? I'm wondering if both can achieve gigabit speeds with Wireguard.
@nescafe2002 I only upgraded since 7.1rc1, it's an older bug for sure (I've not tested 3.28 nor previous 7.x builds). Couting my sessions it seems that indeed, disconnecting does not clear active sessions.
Somethig is badly wrong with this version, everytime I try to add side widgets such as cpu load, memory load, current time, etc., the app closes itself from taskbar. Also it happens 10-20% of times when trying to minimize the window to taskbar. I've cleaned %appdata%/roaming/Mikrotik and I've also n...
任何办法fastpath致力于Wireguard tunnels so we can get more performance out of it? Fastpath works for PPPoE for example, but not for Wireguard? I know Wireguard uses built-in kernel module, isn't that fastpath?
None answered so far, for 256MB RAM devices, loading the wave2 package on arm32 (hap ac2) will work if external flash is connected to router? ROS 7 packages are tied 100% to internal NAND only?
Is there any possibility to load the wifi wave2 package if I got the 256MB RAM hap ac2 version of the router? I can put in a flash drive for extra storage, will that work?
Waiting patienly for the next "beta" release, the DoH memory leak is painful, every few days my hap ac2 needs restart because the 256MB of RAM is not enough, it sometime eats 10MB per hour, this didn't happen when 6.48 was beta (actual release branch).
这也证明在使用traceroute销gplotter: The USB modem is highlighted. There are no hubs or anything in-between. The jitter is so insane I think it's something related to USB bus. high latency.PNG Willing to experiment with firmware hacks to improve latency, but I most likely need...
Can confirm the same with my hap ac2 and an Huawei E8372h-155, the ping is non-sense if you ask me, the firmware is stock and the modem is detected as LTE interface. Here is the ping to the modem's own IP while connected directly via USB: usb modem.PNG I think Mikrotik needs to improve this, it's to...
Hi, I moved on using Pi DNS DoH servers, and I see a strange behaviour on ROS side, steps to replicate this: 1. import DST Root CA X3 so RouterOS can check for LetsEncrypt certificates. 2. Set https://doh.centraleu.pi-dns.com/dns-query as DoH server and check 'Verify DoH Certificate' -> everything w...
Sorry for asking a dumb question. If I apply a firewall filter deny rule with connection-state=invalid,new,untracked will it block: 1) - only invalid packets - only new packets - only untracked packets 2) any combination of the 3 options listed before. I'm a bit confused if it's 1 or 2 as the actual...
Latest TIK app indeed doesn't work with the latest ROS beta, constantly crashes after 'downloading plugins'. Using a hAP ac2. Also, we need the old way of displaying fonts, on smallest zoom on a 1080p monitor with 100% DPI scapping there is a lot of wasted space in the rows. We need a flag to enable...
Hey, Someone please recommend me a USB modem that can lock cells. My ISP has a few cells in my area and only one is constantly fast, but the signal strength is not the best on this cell. Which USB modem supports cell locking? Would like to not buy a new router just for this silly thing. Using a hAP ...
这是我的拓扑:- eth1 - 1静态公共address W.X.Y.Z with default internet route - eth2 - 1 local gateway 192.168.0.1/24 - 1 IKEv2 tunnel running via eth1 There is an mangle rule that marks 192.168.0.128/25 (that's half of the primary local subnet) with "ipsec-hosts" conn-mark and...
Because I use a VPN provider, they allow L2TP/IPSec but that hammers my hap ac2 CPU while torrenting because of the additional encapsulation. I managed to do a script which kills connections if the peer uptime is less than 15 seconds and made the script loop every 10s and also connect to a different...
Hi, I am trying to have a PC with trunk capabilities use on a single NIC : - the default untagged VID 1 - as 1st interface - tagged VID 999 - as 2nd interface (using different generated MAC address) - vlans should be bridged in the same L2 domain, L3 domain (same subnet and dhcp server) running on &...
Hi, I would like to use a script that checks if PH2 state is established and if SA's are installed, and stop RouterOS from doing automatic reconnections, just like the way tunnels work with the "dial on-demand option'. I was thinking of a way to disable 'send initial contact' option but without...
So the mangle rule assigning the routing-mark activating the blackhole route must match on the connection-mark if you use it the above way, or it must match on the actual src-address, i.e. the one before the src-nat. Damn, my issue is that I also have a separate PPTP tunnel, and I wanted once the I...
Can someone post the config with both srcnat and mangle mark-route commands for the bridge blackhole scenario? I've successfully implemented the src-nat to 127.0.0.1, which drops packets once the dynamic mode-config src-nat rule dissapears once the vpn is down, but if I try using src-nat to let's sa...
I've improved the killswitch by moving the filter in the output chain: 2 ;;; killswitch chain=output action=drop src-address=192.168.88.0/24 connection-mark=no-mark log=no log-prefix="" Because I mark both ipsec and non-ipsec using mangle in the forward chain, the non-ipsec traffic gets dr...
After digging for a solution I found one that works: 1 ;;; fasttrack-no-ipsec chain=forward action=fasttrack-connection connection-state=established,related connection-mark=no-mark log=no log-prefix="" 2 ;;; killswitch chain=forward action=drop connection-state=established,related src-addr...
I'm also interested in a rule that blocks non-ipsec traffic once the IKEv2 tunnel drops. Using an exclude connection mark like the way we do fasttrack except ipsec seems to not work at all under firewall - filter rules, all traffic is blocked lol: mangle: 4 ;;; mark-ipsec chain=forward action=mark-c...
Hi, How can I add filter or nat rules without adding the rule in the last position then using 'move' to change the sequence? Should be able to squeeze a new rule in-between other rules without using 2 commands instead of just one. I want to use a script to regenerate 2 NAT rules once a tunnel goes u...
I would like to make a script that looks up the address list, such as " > /ip firewall address-list print where list="ifconfig.co";" and writes the result in the routing table using a custom gateway. Anyone knows how?
Hi, Can someone tell me what is the difference between: /ip firewall mangle chain=prerouting action=fasttrack-connection log=no log-prefix="" vs /ip firewall filter chain=forward action=fasttrack-connection connection-state=established,related log=no log-prefix="" Also, I can man...
Hi, I'm using a PIA VPN L2TP connection without ipsec, I've enabled NAT (masquerade), fasttrack & accept filter rules & no other settings that might affect Fastpath. Why is my L2tp client connection only doing Fastpath on TX packets? Am I missing something? I've also messed with lowering MSS...
I actually have the dhcp server on the bridge, which has all ethernet ports included in it (except sfp-plus). [admin@MikroTik] > /ip dhcp-server print detail Flags: D - dynamic, X - disabled, I - invalid 0 name="dhcp" interface=bridge lease-time=7h address-pool=default-dhcp bootp-support=d...
Hello, Can someone cook me a quick script that does the following: If "/tool e-mail send to=me@me.com body="$strName Logs for $strDate" subject="$strName Logs for $strDate $strTime" file=log" is sent successfully, then do: /file remove log log info message="Logs su...
For anyone wondering, creating input rules for both echo reply and time exceeded allow both ping and traceroute to work fine, while ping and traceroute from internet will be denied. This is strictly for traffic originating from the router itself.
Judging by how many src-nat rules I use for WAN1 (I have 29 ip interfaces for the /27 provided by the WAN1 ISP), the check-gateway option on routes is not a solution. Checking the Mikrotik wiki I came around Netwatch which can run scripts when a target host is up/down. I will use that to swap around...
I have an RB4011, 2 WAN connections and one private subnet which gets NATed for internet access. WAN1 has a /27 range alocated from ISP, while the secondary WAN2 is mainly for backup, just one IP. WAN1 uses srcnat 'one-to-one' NAT: add action=src-nat chain=srcnat comment="NAT" src-address=...
Hi, Is there any limitation in ROS graphing with hAP ac²(ARM) devices? I'm running v6.42.7 ROS version on all my MKT devices. I have one hAP ac² with fastpath+fastforward enabled on a single bridge, all interfaces in the same bridge, and the bridge graph shows less(or almost none at all) traffic tha...
It's tested & working just fine on 2 ROS devices I own. It's not my script but I find it usefull. The only bootloop possible is one caused by the new bootloader not being properly written. Which didn't happen to me on 30-40 RC updates. If bootloop happens, just netinstall the router again and ma...
Can anybody make me a solution / script so after the ROS upgrade the unit either in the same reboot, or thereafter reboots again to update the fw version? Now each and every unit has to be rebooted twice. which is a pain if you have to do big amounts.... here you go :log info "Checking firmwar...
RouterOS version 6.42.1 has been released in public "current" channel! *) led - added "dark-mode" functionality for hAP ac and hAP ac^2 devices; Still can't turn off the port led indicators in the hap ac2, winbox returns error that the board doesn't have this functionality.
i have both, the hap ac2 is faster by a substantial amount. on a 1gbit pppoe link, the rb750gr3 loads the cpu at max ~50% while the hap ac2 loads the cpu at 25-30%. can't tell about the encryption, according to mikrotik the ipsec acceleration is also faster.
I'd consider switching to L2TP+ipsec or EoIP+ipsec(for mikrotik on both sides), both use UDP and encryption and should perform the same or better in performance. OpenVPN on UDP has been requested years ago and won't come too soon on Mikrotik, probably never. SHA256 is supported on the mentioned prot...
1. Try changing MTU so MSS is changed also accordingly to some random uncommon value. 2. Test with http://witch.valdikss.org.ru/ and https://ipleak.net/ If it fails, maybe your external ip is probed for common vpn ports and the vpn provider app uses some other ip that doesn't expose those ports. Or ...
I find the same poor performance in 5G on the hAP ac^2, I have 1Gbps WAN connection but the 5G connection on AC/80MHz at one metter from the router only throughputs at about 220Mbps download and 270Mbps upload. If I connect a similar priced Asus RT-AC1200G+, use same wireless settings as on the hAP ...
I would just add all the facebook and youtube prefix list in the routing table with type unreachable, keeping fasttrack and call it a day. But it seems a lot of youtube servers share the same subnet with google.com, so it's hard to do. One way around is to block youtube and facebook domains in the m...
Here is the config for bypassing netflix on VPN. It includes all Netflix + Amazon CDN aggregated prefixed worldwide (326 summarized routes instead of ~1.2K routes). Don't forget to add default route through VPN too. Tested and working 100%, netflix bypasses VPN by CIDR matching in the route table. I...
Hi, Here is my setup: RB750Gr3 running 6.42rc46, PPPoE WAN connection, NAT with fasttrack enabled, and a L2TP client for selective NAT routing. Config: /ip firewall filter add action=fasttrack-connection chain=forward comment="fasttrack non-vpn" connection-state=established,related \ in-in...
I'm having some sort of similar scenario on my RB750Gr3, after the same RC update I get some mixed bag of performance, despite "IP -> firewall -> Connections" show my IP sessions with the fasttrack flag, I can only saturate 70% of my gigabit pppoe line, before it was saturating just fine a...
I decided to enable SSH server on the RB750Gr3 router, using 6.42rc39 build, but the /system ssh and /ip ssh commands are not accepted. Before buying this router the spec sheet of this model stated SSH on most websites that sold it. Does it support SSH server/client at all?