Anyone with TCP staus issue like fin wait/last ack/mtu , use this magic code will fix on RouterOS 7.1beta 3 in firewall mangle set mss = interface mtu - 40 not working well. so pppoe-client on RouterOS 7.1beta 3 maybe have tcp fin wait/last ack/ mtu issue, in /ip firewall connctions, it show tcp con...
+1 but still needs a modern/smarter queuing disc like CAKE or fq_codel to keep latency low with different kinds of traffic not just TCP Edit: I don't think we need BBR, TCP congestion control algorithms can do very little to improve the user experience and the overall network quality. SQM gives bet...
Bottleneck Bandwidth and Round-trip propagation time, or BBR, is a congestion control algorithm that powers traffic from google.com and YouTube. The algorithm was developed by Google, and it can produce higher throughput, and lower latency for traffic from your VPS. RouterOS 7.1 beta X –> it support...
!!!!!! /routing table add name=IRT-TEST fib !!!!! here is my code and this line is work, I known /routing table add name=IRT-TEST fib ########################### this line is not work on ROS 7.1 Beat, it works on ROS 7.0 Beta. I need this line. /ip route add check-gateway=ping distance=10 dst-addre...
Please support full cone NAT Gaming with full cone NAT router, we can running multi PC/PS4 Games in same LAN as multi Teams Master in Games, games like "Monster Hunter: World" Now, with Symmetric NAT or uPNP or DNAT-static and other, we can only create One Teams Master. https://tools.ietf....
@mrz, please help me translate my code to work on RouterOS 7.1Beta 1. not 7.0 Beta 9 ====================code==================== /ip firewall mangle add action=mark-connection chain=prerouting connection-mark=no-mark new-connection-mark=CON-TEST passthrough=yes dst-address=4.2.2.1 add action=mark-r...
############################ /routing table add name=IRT-TEST fib /ip route add check-gateway=ping distance=10 dst-address=0.0.0.0/0@IRT-TEST gateway=10.10.66.70@main ########################### it works on 7.0 Beta 8 it don't work on v7.1 BETA 1 show this invalid or unexpected vrf or routing table ...
IPsec Policies say no phase2 on PH2 no phase2 When Upgrade from RouterOS v7.0beta3 and v7.0beta5 to RouterOS v7.0beta7 or v7.0beta8 IPsec Policies say no phase2 on PH2 State You need goto Identities and remove all and add the Identities for peers again That's will make IPsec works again. When Downgr...
here is the code in RouterOS v6, how to make it work in RouterOS v7. /ip firewall mangle add action=mark-connection chain=prerouting connection-mark=no-mark new-connection-mark=CON-TEST passthrough=yes dst-address=4.2.2.1 add action=mark-routing chain=prerouting connection-mark=CON-TEST new-routing-...
PPPoE Client running above 10 hours, maybe 1 hours. random hours.
the /ip dns dynamic-servers will gone.
You can get it again, only by dial PPPoE Client.
I have upgrade my server ROS 6.4x to 7.0beta4 It boot loop, I think it's kernel crash. I have 132 IP Tunnels and 115 EoIP Tunnel in this Server. So I make a new ROS 7.0beta4 and add tunnels in code , one by one. when ROS 7.0beta4 have 31 Tunnels add another one, Now, the ROS restart itself, and boot...
I have read topic "Cannot set routing-mark or table for routing rule" and "how add multiple route tables, route rules in v7 beta" and with following codes, I try to make multiple route work, but failed. ------------------------------ /interface/pppoe-client add name=pppoe-out1 di...
Plese Add VirtIO-SCSI driver to CHR 6.40.9 (LONG-TERM). maybe in CHR 6.40.10 (LONG-TERM). I don't like the 6.42.x, the 6.40.9 is perfect, it just do not have the VirtIO-SCSI driver. I want use the LONG-TERM verion for LONG-LONG-LONG-TERM. Now I can't run it on some VPS with VirtIO-SCSI like Google C...