Thanks. Simple, but in no way obvious.Same as before, but now target scope needs to be greater than scope, while in RouterOS v6 you could set target scope to the same as scope. Raise your target-scope by 1 compared to what it was in ROS6 and it should start working.so, how do we do this recursive routing? It was a question here, last post was #604?
Thanks for your answer, I'll wait until containers show up on a stable release then, to upgrade the RB2011UiAS.Good news and bad news here. No MetaROUTER in v7. MT [..]
The original names are wlan1, wlan2 etc.error system critical "error while running customized default configuration script: bad command name wireless (line 977 column 25)" is still present in stable.
I've originally renamed default interfaces, dunno if the error makes any harm
Later I've restored original names wifi1/2/3 - the issue is still there.
HI, for me Openvpn over UDP is completely broken. Tested yesterday between an CCR1009 (server) and RB4011 (client) and the moment the connection is established both router would reboot. Changing back to TCP solved the issue.Router OS 7.1 on an RB3011iUAS-RM - OpenVPN in UDP mode will cause random lock ups of VPN clients requiring disconnect/reconnect to pass traffic, this has ben observed from the Android OpenVPN client, Linux OpenVPN package and Windows OpenVPN client (all latest versions)
I also observed this on 7.1beta4 and I believe I posted about it but cant immediately see.
Dec 12 20:06:41 aruma-RB3011-gw <ovpn-orionvpn>: terminating... - peer disconnected
Dec 12 20:06:41 aruma-RB3011-gw orionvpn logged out, 3660 643745 284909 2920 2107 from 45.XXX.XXX.XXX
Dec 12 20:06:41 aruma-RB3011-gw <ovpn-orionvpn>: disconnected
Dec 12 20:06:45 aruma-RB3011-gw connection established from 45.XXX.XXX.XXX, port: 44268
Dec 12 20:06:45 aruma-RB3011-gw recvd P_DATA packet, dropping
Dec 12 20:06:45 aruma-RB3011-gw recvd P_DATA packet, dropping
Dec 12 20:06:45 aruma-RB3011-gw recvd P_DATA packet, dropping
Dec 12 20:06:45 aruma-RB3011-gw : using encoding - AES-256-CBC/SHA1
Dec 12 20:06:45 aruma-RB3011-gw orionvpn logged in, 10.45.XXX.XXX from 45.XXX.XXX.XXX
Dec 12 20:06:45 aruma-RB3011-gw <ovpn-orionvpn>: connected
It can take as little as a two hours to occur or as much as 2 days.
The behaviour does not occur with TCP method set in the Mikrotik OpenVPN Server settings.
Can others confirm similar unreliability?
The performance benefits are good but the unpredictable unreliability makes it unusable.
Kind Regards,
Jim.
indeed! they can also mark 7.1.1 as "very stable" and 7.1.2 as "extremely stable"I think v7.1.1 and 7.2(testing) and 6.50(testing) are gonna be fun changelogs to read once they arrive.
Since what version OpenVPN supports UDP protocol ?WireGuard over LTE (~40Mbps down/~20Mbps up, 31ms ping)Tell me who tested the speeds through WireGuard and OpenVPN UDP protocol? write down the speed that you got?
WireGuard over Fibre (~900Mbps down/~465Mbps up, 3ms ping)
OpenVPN over LTE (~38Mbps down/~20Mbps up, 34ms ping)
OpenVPN over Fibre (~870Mbps down/~435Mbps up, 5ms ping)
OpenVPN is about the same for me, no noticeable difference for what i'm doing (personally prefer WireGuard)
7.0 beta3Since what version OpenVPN supports UDP protocol ?
Release 7.0beta3 --- 2019-10-23
## General information
+) Based on Kernel 4.14.131
+) New CLI style which is more similar to API commands (v6 commands still supported)
+) OpenVPN UDP protocol support added
+) New NTP client and server implementation, both now included in RouterOS main package
+) removed individual packages, only bundle and a few extra packages will remain
+) ipv6 is now built into RouterOS main package and is always enabled
-) BGP is disabled right now, until further notice
-) MPLS is disabled right now, until further notice
-) Not all packages have been published at the moment
-) Winbox does not show all features, use CLI for most functionality
Probably has to do with the change in Linux kernel from ROS 6 to 7.Thanks @holvoetn,
I was looking for it on the stable 6.x versions changelog, so its available only on ROS 7 ...
Maybe...Probably has to do with the change in Linux kernel from ROS 6 to 7.Thanks @holvoetn,
I was looking for it on the stable 6.x versions changelog, so its available only on ROS 7 ...
I doubt the old ROS 6 kernel had support for it or it was too difficult to squeeze it in.
I could be wrong but most of the material on that "newer" help side was created when ROS7 came out.Maybe...
Probably has to do with the change in Linux kernel from ROS 6 to 7.
I doubt the old ROS 6 kernel had support for it or it was too difficult to squeeze it in.
The old manual https://wiki.mikrotik.com/wiki/Manual:Interface/OVPN indicates UDP on OpenVPN as unsupported but the newer https://help.mikrotik.com/docs/display/ROS/OpenVPN does not list it as unsupported, so it is supported.. it just won't mention the ROS versions supporting UDP...
/interface lte apn
set [ find default=yes ] ip-type=ipv4
/routing bgp template
set default as=65530 disabled=no name=default output.network=bgp-networks
/routing ospf instance
add name=default-v2
/routing ospf area
add disabled=yes instance=default-v2 name=backbone-v2
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set max-neighbor-entries=8192
# dec/12/2021 16:23:59 by RouterOS 6.48.6
# software id = LUWH-P91J
#
# model = RBmAPL-2nD
# serial number = E0AA0E6B30BF
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn channel-width=20/40mhz-XX \
country=austria disabled=no frequency=auto installation=indoor mode=\
station-bridge ssid=jupiter wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=\
tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm
/interface bridge filter
add action=drop chain=input dst-port=68 in-interface=!wlan1 ip-protocol=udp \
mac-protocol=ip
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface list member
add interface=wlan1 list=WAN
add list=LAN
add interface=ether1 list=LAN
/ip dhcp-client
add disabled=no interface=bridge1
/ip ssh
set strong-crypto=yes
/system clock
set time-zone-name=Europe/Vienna
/system identity
set name=printer-cpe
/system package update
set channel=long-term
/system routerboard settings
set auto-upgrade=yes
When you are worried about that kind of textual things, it is not yet the time for you to test 7.1 !I got the hEX RB750Gr-3 installed the ver 7.1, with netinstall and get the title "RouterOS 7.1 (testing)".
I think the title should be "RouterOS 7.1 (stable)".
00:01:06 system,error,critical router was rebooted without proper shutdown
00:01:07 system,error,critical kernel failure in previous boot
00:01:07 system,error,critical out of memory condition was detected
00:01:25 interface,info wireguard1 link up
00:01:44 wireguard,debug wireguard1: Interface created
00:01:55 ssh,error Corrupt host's key, regenerating it! Reboot required!
Working fine for me on an old SXT G-2HnD which only has 32Mb of RAM:RouterOS 7.1 does not work properly with boards equipped with 32MB of RAM (e.g. RB411)Code: Select all00:01:06 system,error,critical router was rebooted without proper shutdown 00:01:07 system,error,critical kernel failure in previous boot 00:01:07 system,error,critical out of memory condition was detected 00:01:25 interface,info wireguard1 link up 00:01:44 wireguard,debug wireguard1: Interface created 00:01:55 ssh,error Corrupt host's key, regenerating it! Reboot required!
]admin@gxxxxxxxxxxx > /system/resource/print
uptime: 1d19h1m11s
version: 7.1 (testing)
build-time: Dec/01/2021 14:07:27
free-memory: 5.6MiB
total-memory: 32.0MiB
cpu: MIPS 24Kc V7.4
cpu-count: 1
cpu-frequency: 400MHz
cpu-load: 39%
free-hdd-space: 109.9MiB
total-hdd-space: 128.0MiB
write-sect-since-reboot: 6063
write-sect-total: 2891337
bad-blocks: 0%
architecture-name: mipsbe
board-name: SXT G-2HnD
platform: MikroTik
I see this menu on my hAP ac as well. There still seem to be some options in the GUI for things that no longer exist, like the checkbox to turn route caching on or off. There is no reason for that check box to exist any longer as there is no route caching to turn on or off, and unchecking it disables fastpath/fasttrack. So it could be a zombie/dummy option like that. Similarly I see in IP->Firewall->Service Ports that there are three invalid helpers (DCCP, SCTP, and UDPlite) - probably they have been removed but the menu options are still there.i still have the METAROUTER menu item on my v7 upgraded map lite. wasnt that TRASHED????? did they keep it for mipsbe platform????
I've reported the same issue via support 6 days ago, also on RB760iGS. For reference, the ticket number is SUP-68029. I've yet to receive any response, so you might try opening new one too ans sending them supout.rif file as it might help them narrow the issue (though from what I've seen the problem is universal to all RB760iGS and possibly related to i2c so they should be able to readily reproduce it).DOM/DDM on some SFPs not work anymore after upgrade to 7.1
Bildschirmfoto vom 2021-12-07 17-09-40.png
Bildschirmfoto vom 2021-12-07 17-06-04.png
Also i try with new queue exclusive for ipv6 mangle and i check all chains.I found a problem with drop packet as invalid in forward in ipv6 fw.
When i have a mangle rule in postrouting with new packet mark in a queue that's exist
then all packets mark as invalid.
I try to change the names of queues or packets and i test it with simple and tree queues.
The results is the same.
Please confirm that.
i got this on hap ac2 and cap ac, controlled whit capsman. But sorry, cant provide supout any more.RouterOS 7.1 does not work properly with boards equipped with 32MB of RAM (e.g. RB411)Code: Select all00:01:06 system,error,critical router was rebooted without proper shutdown 00:01:07 system,error,critical kernel failure in previous boot 00:01:07 system,error,critical out of memory condition was detected 00:01:25 interface,info wireguard1 link up 00:01:44 wireguard,debug wireguard1: Interface created 00:01:55 ssh,error Corrupt host's key, regenerating it! Reboot required!
[admin@MikroTik-Malthus] > /system/routerboard/ pri
routerboard: yes
board-name: hEX
model: RB750Gr3
revision: r4
serial-number: removedforprivacy
firmware-type: mt7621L
factory-firmware: 6.46.8
current-firmware: 7.1
upgrade-firmware: 7.1
[admin@MikroTik-Malthus] > /system/ntp/client/ export
# dec/13/2021 11:29:30 by RouterOS 7.1
# software id = PTE1-R78H
#
# model = RB750Gr3
# serial number = removedforprivacy
/system ntp client
set enabled=yes
/system ntp client servers
add address=nz.pool.ntp.org
[admin@MikroTik-Malthus] > /system/ntp/client/ print
enabled: yes
mode: unicast
servers: nz.pool.ntp.org
freq-drift: 415.449 PPM
status: synchronized
synced-server: nz.pool.ntp.org
synced-stratum: 3
system-offset: -1126.627 ms
[admin@MikroTik-Malthus] >
dec/13 00:12:48 system,info ntp change time Dec/12/2021 11:12:48 => Dec/12/2021 11:12:48
dec/13 00:28:51 system,info ntp change time Dec/12/2021 11:28:51 => Dec/12/2021 11:28:51
dec/13 00:45:56 system,critical,info ntp change time Dec/12/2021 11:45:57 => Dec/12/2021 11:45:56
dec/13 01:02:02 system,info ntp change time Dec/12/2021 12:02:02 => Dec/12/2021 12:02:02
dec/13 01:18:07 system,info ntp change time Dec/12/2021 12:18:07 => Dec/12/2021 12:18:07
dec/13 01:37:24 system,critical,info ntp change time Dec/12/2021 12:37:26 => Dec/12/2021 12:37:24
dec/13 01:58:46 system,info ntp change time Dec/12/2021 12:58:46 => Dec/12/2021 12:58:46
dec/13 02:21:12 system,info ntp change time Dec/12/2021 13:21:12 => Dec/12/2021 13:21:12
dec/13 02:44:46 system,info ntp change time Dec/12/2021 13:44:46 => Dec/12/2021 13:44:46
dec/13 03:04:00 system,info ntp change time Dec/12/2021 14:04:00 => Dec/12/2021 14:04:00
dec/13 03:19:01 system,critical,info ntp change time Dec/12/2021 14:19:02 => Dec/12/2021 14:19:01
dec/13 03:43:36 system,info ntp change time Dec/12/2021 14:43:36 => Dec/12/2021 14:43:36
dec/13 03:59:41 system,info ntp change time Dec/12/2021 14:59:41 => Dec/12/2021 14:59:41
dec/13 04:26:26 system,info ntp change time Dec/12/2021 15:26:26 => Dec/12/2021 15:26:26
dec/13 04:43:34 system,info ntp change time Dec/12/2021 15:43:34 => Dec/12/2021 15:43:34
dec/13 05:01:43 system,critical,info ntp change time Dec/12/2021 16:01:44 => Dec/12/2021 16:01:43
dec/13 05:22:02 system,info ntp change time Dec/12/2021 16:22:02 => Dec/12/2021 16:22:02
dec/13 05:44:34 system,info ntp change time Dec/12/2021 16:44:34 => Dec/12/2021 16:44:34
dec/13 05:59:34 system,critical,info ntp change time Dec/12/2021 16:59:35 => Dec/12/2021 16:59:34
dec/13 06:24:11 system,info ntp change time Dec/12/2021 17:24:11 => Dec/12/2021 17:24:11
dec/13 06:43:30 system,info ntp change time Dec/12/2021 17:43:30 => Dec/12/2021 17:43:30
dec/13 07:01:41 system,info ntp change time Dec/12/2021 18:01:41 => Dec/12/2021 18:01:41
dec/13 07:21:01 system,info ntp change time Dec/12/2021 18:21:01 => Dec/12/2021 18:21:01
dec/13 07:44:30 system,critical,info ntp change time Dec/12/2021 18:44:31 => Dec/12/2021 18:44:30
dec/13 08:03:48 system,info ntp change time Dec/12/2021 19:03:48 => Dec/12/2021 19:03:48
dec/13 08:18:49 system,info ntp change time Dec/12/2021 19:18:49 => Dec/12/2021 19:18:49
dec/13 08:42:19 system,critical,info ntp change time Dec/12/2021 19:42:20 => Dec/12/2021 19:42:19
dec/13 09:00:30 system,info ntp change time Dec/12/2021 20:00:30 => Dec/12/2021 20:00:30
dec/13 09:20:48 system,info ntp change time Dec/12/2021 20:20:48 => Dec/12/2021 20:20:48
dec/13 09:29:10 system,info,account user admin logged in from 192.168.2.1 via ssh
dec/13 09:38:59 system,info ntp change time Dec/12/2021 20:38:59 => Dec/12/2021 20:38:59
dec/13 09:57:09 system,info ntp change time Dec/12/2021 20:57:09 => Dec/12/2021 20:57:09
dec/13 10:14:13 system,critical,info ntp change time Dec/12/2021 21:14:15 => Dec/12/2021 21:14:13
dec/13 10:30:18 system,info ntp change time Dec/12/2021 21:30:18 => Dec/12/2021 21:30:18
dec/13 10:49:34 system,info ntp change time Dec/12/2021 21:49:34 => Dec/12/2021 21:49:34
dec/13 11:04:37 system,info ntp change time Dec/12/2021 22:04:37 => Dec/12/2021 22:04:37
dec/13 11:24:54 system,info ntp change time Dec/12/2021 22:24:54 => Dec/12/2021 22:24:54
Did you have a problem with 6.x software? I have no problem with my 7.x clients (not RB750Gr3) syncing using unicast on he client side.Hi,
The new NTP client in 7.1 is having a very hard time synchronising the clock on an RB750Gr3.
Is this a problem with the new NTP client or is it showing an issue with the hardware clock in the device?
You made a good decision.I wanted to update all my routers, because MT said it is stable. I was in the middle of another project, so I didn’t have time. I’m glad I didn’t update.
As always, first do an export of your current configuration, save it remote and then perform the upgrade. And to answer your question, yes it is a simple upgrade.Is the 7.1 upgrade from 6.49.2 going to require any configuration changes, or is it a simple upgrade?
That drift looks worrisome - that's, ~45% error?The new NTP client in 7.1 is having a very hard time synchronising the clock on an RB750Gr3.
Is this a problem with the new NTP client or is it showing an issue with the hardware clock in the device?
Code: Select all[admin@MikroTik-Malthus] > /system/ntp/client/ print enabled: yes mode: unicast servers: nz.pool.ntp.org freq-drift: 415.449 PPM status: synchronized synced-server: nz.pool.ntp.org synced-stratum: 3 system-offset: -1126.627 ms
I also have this issue since at least 7.1rc3:Also i try with new queue exclusive for ipv6 mangle and i check all chains.I found a problem with drop packet as invalid in forward in ipv6 fw.
When i have a mangle rule in postrouting with new packet mark in a queue that's exist
then all packets mark as invalid.
I try to change the names of queues or packets and i test it with simple and tree queues.
The results is the same.
Please confirm that.
The problem appear in prerouting, postrouting and forward.
Not in input or output.
It heavily depends on the features you are using on the router. On a typical NAT router, yes it is a simple upgrade. On a router that has BGP and/or OSPF, it is a painful experience at least, maybe even a disaster will result.As always, first do an export of your current configuration, save it remote and then perform the upgrade. And to answer your question, yes it is a simple upgrade.Is the 7.1 upgrade from 6.49.2 going to require any configuration changes, or is it a simple upgrade?
NTP works fine on my RB4011 and my hAP ac2, with literal IP addresses.I have same NTP issues as reported earlier in this thread.
Specify NTP servers by IP-address fail (Waiting...).
Specify DNS name seem to work.
That drift looks worrisome - that's, ~45% error?The new NTP client in 7.1 is having a very hard time synchronising the clock on an RB750Gr3.
Is this a problem with the new NTP client or is it showing an issue with the hardware clock in the device?
Code: Select all[admin@MikroTik-Malthus] > /system/ntp/client/ print enabled: yes mode: unicast servers: nz.pool.ntp.org freq-drift: 415.449 PPM status: synchronized synced-server: nz.pool.ntp.org synced-stratum: 3 system-offset: -1126.627 ms
KVM directly likely not. But "coming soon" docker-compatible Container support is likely the offering in V7.no kvm on X86? why?
It works for me...Anyone know when RBLHGGR will be supported? Every-time I have tried to test it, unit fails to boot and have to reset it with v6 software.
[admin@p-lhggr] > system/routerboard/print
routerboard: yes
model: RBLHGGR
serial-number: F01234567890
firmware-type: a3700
factory-firmware: 6.48.2
current-firmware: 7.1
upgrade-firmware: 7.1
KVM and MetaRouter is removed, Container will come as a replacement for all platforms.no kvm on X86? why?
OpenVPN does not have or need any kernel support at all! It is a userspace application that uses sockets.Probably has to do with the change in Linux kernel from ROS 6 to 7.Thanks @holvoetn,
I was looking for it on the stable 6.x versions changelog, so its available only on ROS 7 ...
I doubt the old ROS 6 kernel had support for it or it was too difficult to squeeze it in.
Awesome, it's really there, thanks!! It would be also great to have it back on the question mark key, just like it worked on the v6, however.The help is available with F1 key now.
I think this was changed because the question mark sometimes had to be entered as a literal character and was not supposed to bring up the help at that time.Awesome, it's really there, thanks!! It would be also great to have it back on the question mark key, just like it worked on the v6, however.
/ipv6 dhcp-client add add-default-route=yes comment="IPv6 myISP" interface=pppoe-out1 pool-name= IPv6-myISP-pool1 request=prefix use-peer-dns=no
/ipv6 address add comment="IPv6 myISP" from-pool=IPv6-myISP-pool1 interface=bridge
[:Y:]Please add:
- "Old style" routing filters add (like v6), not only syntax
- BFD (for OSPF and BGP)
- MPLS Fast-Path
- BGP session show number of prefix
Thanks MK.
That was wrong all the time. This example is copied over and over but the "add-default-route=yes" really should not be there!IPv6 prefix acquisition over PPPoE was working perfectly with v6.x with this:
Code: Select all/ipv6 dhcp-client add add-default-route=yes comment="IPv6 myISP" interface=pppoe-out1 pool-name= IPv6-myISP-pool1 request=prefix use-peer-dns=no /ipv6 address add comment="IPv6 myISP" from-pool=IPv6-myISP-pool1 interface=bridge
That is a different problem, though. Not sure why that happens, for me it works OK.Now with v7.1 it just shows "Status: searching..."
It is there and works just fine. Using it on CCR1009.Is CAPSMAN supposed to be in v7.1 tile? I installed 7.1 and there was no capsman so I downgraded back to 6.49rc2 immediately.
Same here on CCR1016-12G.
無題.png
I am also seeing the same problem.
In my environment, restarting CCR1009 did not improve the CPU usage.
Same here, I disabled ipsec and some routing filters that were migrated over, and everything is OK for now. Before that a reboot would help for a little, but then the IPSec connection would die and 8 of the 9 cores would be at 100%.
I've moved my IPSec connection to Wireguard and the problem hasn't come back. But clearly there is something wrong I've just been able to avoid it.
That is interesting since I have a CCR1009-7G-1C. Did you do anything special to make it appear? With v6, the winbox list of sections begins Quick Set, CAPsMAN, Interfaces, etc. With v7 WireGuard is in the position where CAPsMAN would be and CAPsMAN is nowhere to be found.It is there and works just fine. Using it on CCR1009.Is CAPSMAN supposed to be in v7.1 tile? I installed 7.1 and there was no capsman so I downgraded back to 6.49rc2 immediately.
I didn't see the issue on 6.xDid you have a problem with 6.x software? I have no problem with my 7.x clients (not RB750Gr3) syncing using unicast on he client side.
Did you happen to make a custom webfig skin to hide the CAPsMAN option? In v7, Winbox suddenly supports webfig skins, so if you did make a webfig skin that hid the CAPsMAN option it would suddenly disappear in Winbox.That is interesting since I have a CCR1009-7G-1C. Did you do anything special to make it appear? With v6, the winbox list of sections begins Quick Set, CAPsMAN, Interfaces, etc. With v7 WireGuard is in the position where CAPsMAN would be and CAPsMAN is nowhere to be found.
Yes, looks like queue are to be blamed. Same for me: IPv6 works for my internal networks, but fails for my guest network with queue.I am using some simple queues could those be the issue?
Yes, I read about the default route thing too. I tried disabling that, but it makes no difference. At any rate that shouldn't affect it obtaining a prefix, but rather the routing of packets over IPv6.That was wrong all the time. This example is copied over and over but the "add-default-route=yes" really should not be there!IPv6 prefix acquisition over PPPoE was working perfectly with v6.x with this:
Code: Select all/ipv6 dhcp-client add add-default-route=yes comment="IPv6 myISP" interface=pppoe-out1 pool-name= IPv6-myISP-pool1 request=prefix use-peer-dns=no /ipv6 address add comment="IPv6 myISP" from-pool=IPv6-myISP-pool1 interface=bridge
A default route is already added by PPPoE, and doing it again in the dhcp-client was ignored in v6, but causes it to fail in v7.
That is a different problem, though. Not sure why that happens, for me it works OK.Now with v7.1 it just shows "Status: searching..."
If I did, it was an accident since I don't even know what a webfig skin is. Where would I look for one?Did you happen to make a custom webfig skin to hide the CAPsMAN option? In v7, Winbox suddenly supports webfig skins, so if you did make a webfig skin that hid the CAPsMAN option it would suddenly disappear in Winbox.That is interesting since I have a CCR1009-7G-1C. Did you do anything special to make it appear? With v6, the winbox list of sections begins Quick Set, CAPsMAN, Interfaces, etc. With v7 WireGuard is in the position where CAPsMAN would be and CAPsMAN is nowhere to be found.
There would be a json file in the skins folder under Files. Skins are used to allow you to simplify the MikroTik interface for certain roles, devices and user types. For instance we hide a lot of advanced options from home customers who do not need to see such options and would be confused by them.If I did, it was an accident since I don't even know what a webfig skin is. Where would I look for one?
There is a default.json file dated 11/25/2017. There was an .npk file accidently placed in the skins folder which I have now deleted. Should I delete default.json and try v7 again?There would be a json file in the skins folder under Files. Skins are used to allow you to simplify the MikroTik interface for certain roles, devices and user types. For instance we hide a lot of advanced options from home customers who do not need to see such options and would be confused by them.If I did, it was an accident since I don't even know what a webfig skin is. Where would I look for one?
Yes, that is probably the cause of the problem. Delete that file and reboot the device.There is a default.json file dated 11/25/2017. There was an .npk file accidently placed in the skins folder which I have now deleted. Should I delete default.json and try v7 again?
I had issues with the IP addresses configured with an upgrade from 6.49 to 7.1 i deleted the NTP servers and re-added them and they synced up right away, guessing something associated with the config translation.NTP works fine on my RB4011 and my hAP ac2, with literal IP addresses.I have same NTP issues as reported earlier in this thread.
Specify NTP servers by IP-address fail (Waiting...).
Specify DNS name seem to work.
thanks!KVM and MetaRouter is removed, Container will come as a replacement for all platforms.no kvm on X86? why?
thanks!KVM directly likely not. But "coming soon" docker-compatible Container support is likely the offering in V7.no kvm on X86? why?
Now for Container on X86, dunno specifically – RN, /container isn't shipping for any platform, so hard to say what will happen in future for Containers on X86
We were able to repoduce in the lab the strange behavior on two routers back to back doing bandwidth test for 2 days.we are still getting issue about packets forward in a very strange way after several hours of operation.
- 3 days on a router with less route and less traffic
- 36 hours in a router with heavy traffic and 4 full routes
when the router enter in strange beavior it is:
- traceroute icmp through the router stops at the router ip
- tracerout from the router works
- some route are not able to be checkd by ping
- the router is fully accessible
- disabling/enabling interface doesn't cure the issue
- the only way to recover the router is a reboot
all my experience point to some issue about packet forwarding of some specific protocoll like icmp but also udp is at leeast affected.
waiting an answer from Mikrotik since dec1!!!!!!!
Given that flood of issues (and there are certainly many, many more behind the scenes not seen in the forum, I guess it would be easiest to state a blank "various bugfixes" in the changelog of v7.1.1...I think v7.1.1 and 7.2(testing) and 6.50(testing) are gonna be fun changelogs to read once they arrive.
add action=drop chain=forward comment="FW MULTICAST" packet-type=multicast
Dec/14/2021 10:43:17 sstp,ppp,info sstp-out1: initializing...
Dec/14/2021 10:43:17 sstp,ppp,info sstp-out1: connecting...
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: CCP close
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: BCP close
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: IPCP close
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: IPV6CP close
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: MPLSCP close
Dec/14/2021 10:43:18 sstp,ppp,info sstp-out1: terminating... - ssl: decode error (6)
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: LCP lowerdown
Dec/14/2021 10:43:18 sstp,ppp,debug sstp-out1: LCP down event in initial state
Dec/14/2021 10:43:18 sstp,ppp,info sstp-out1: disconnected
Despite the recommendations seems that yes, it does. I have connected rb4011 and ccr2004 by DAC, works well. Also tested with Mellanox ConnectX3, no issues so far.does 7.1 stable support DAC cable in rb4011?
It was the cause. Thanks for the help.Yes, that is probably the cause of the problem. Delefe that file and reboot the device.There is a default.json file dated 11/25/2017. There was an .npk file accidently placed in the skins folder which I have now deleted. Should I delete default.json and try v7 again?
I have 7.1 release installed on Audience AP and it seems that the Access List feature is either not working or I am not using it correctly.
I have whitelisted MAC addresses of devices which I want to allow to connect, but my Apple Watch still connected with random MAC address (the latest iOS update turned Private Address back on).
[admin@MikroTik] > /system/resource/print
uptime: 3m37s
version: 7.1 (testing)
build-time: Dec/01/2021 14:07:27
factory-software: 6.0
free-memory: 16.8MiB
total-memory: 96.0MiB
cpu: Intel(R)
cpu-count: 2
cpu-frequency: 2399MHz
cpu-load: 0%
free-hdd-space: 72.7MiB
total-hdd-space: 89.2MiB
write-sect-since-reboot: 640
write-sect-total: 641
architecture-name: x86_64
board-name: CHR
platform: MikroTik
[admin@MikroTik] > /system/resource/
cpu irq pci usb export get monitor print
[admin@MikroTik] > /system/resource/
..
[admin@MikroTik] > /system/resource/cpu/print terse
0 cpu=cpu0 load=0% irq=0% disk=0%
1 cpu=cpu1 load=1% irq=0% disk=0%
[admin@MikroTik] > /system/resource/irq/print terse
0 irq=1 users=i8042 cpu=auto active-cpu=0
1 irq=4 users=ttyS0 cpu=auto active-cpu=1
2 irq=9 users=acpi cpu=auto active-cpu=0
3 irq=12 users=i8042 cpu=auto active-cpu=1
4 irq=14 users=ata_piix cpu=auto active-cpu=0
5 irq=15 users=ata_piix cpu=auto active-cpu=1
[admin@MikroTik] > /system/resource/pci/print terse
0 device=00:00.0 name=440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev: 3) vendor=Intel Corporation category=Host bridge vendor-id=0x8086 device-id=0x7192 irq=0
1 device=00:07.0 name=82371AB/EB/MB PIIX4 ISA (rev: 1) vendor=Intel Corporation category=ISA bridge vendor-id=0x8086 device-id=0x7110 irq=0
2 device=00:07.1 name=82371AB/EB/MB PIIX4 IDE (rev: 1) vendor=Intel Corporation category=IDE interface vendor-id=0x8086 device-id=0x7111 irq=0 io=0xFFA0-0xFFAF
3 device=00:07.3 name=82371AB/EB/MB PIIX4 ACPI (rev: 2) vendor=Intel Corporation category=Bridge vendor-id=0x8086 device-id=0x7113 irq=0
4 device=00:08.0 name=Hyper-V virtual VGA (rev: 0) vendor=Microsoft Corporation category=VGA compatible controller vendor-id=0x1414 device-id=0x5353 irq=11 memory=0xF8000000-0xFFFBFFFF
[admin@MikroTik] > /system/resource/usb/print terse
[admin@MikroTik] >
Wrong, btw:Same as before, but now target scope needs to be greater than scope, while in RouterOS v6 you could set target scope to the same as scope.
15 is definitely not greater than 15[admin@Oracle-CHR-7] > ip/route/print detail
Flags: D - dynamic; X - disabled, I - inactive, A - active; c - connect, s - static, r - rip, b - bgp, o - ospf, d - dhcp, v - vpn, m - modem, y - copy; H - hw-offloaded; + - ecmp
DAd dst-address=0.0.0.0/0 routing-table=main pref-src="" gateway=10.0.0.1 immediate-gw=10.0.0.1%ether1 distance=1 scope=30 target-scope=10 vrf-interface=ether1 suppress-hw-offload=no
0 As dst-address=8.8.4.4/32 routing-table=main pref-src="" gateway=10.0.0.1 immediate-gw=10.0.0.1%ether1 distance=1 scope=15 target-scope=10 suppress-hw-offload=no
cope=10 suppress-hw-offload=no
1 As dst-address=12.12.12.12/32 routing-table=main pref-src="" gateway=8.8.4.4 immediate-gw=10.0.0.1%ether1 distance=1 scope=30 target-scope=15 suppress-hw-offload=no
Another major issue on my hAP-ac-lite: the entire router seems to hang, all of my active internet connections stop working, and I can't even login to Webfig and have to unplug the power to the router. This has happened multiple times since the v7.1 upgrade, so I just downgraded it to 6.49.2.IPv6 prefix acquisition over PPPoE was working perfectly with v6.x with this:
Now with v7.1 it just shows "Status: searching..." whereas it used to always grab a prefix immediately. I'm not using any VLANs or anything like that, just a very simple setup. What has changed? I've tried all the prefix lengths that I can think of, 56, 60, 62, not sure if that's the problem? I never used to have to enter it before.Code: Select all/ipv6 dhcp-client add add-default-route=yes comment="IPv6 myISP" interface=pppoe-out1 pool-name= IPv6-myISP-pool1 request=prefix use-peer-dns=no /ipv6 address add comment="IPv6 myISP" from-pool=IPv6-myISP-pool1 interface=bridge
Fortunately for most systems, "random MAC" only means a one-time chosen random MAC for each SSID in the connect list on the device.But Private Address means random MAC. So you won't be successful whitelisting such a device....
In this case, be patient. It will finish after 5 or 10 minutes (or even more).oh my dear. `/export` hangs on RB941-2nD.
i went to 7.1 750gr3 and it was a horror. i have a few scripts and all of them at certain line failed. the ppoe was selected right in the route but i have to remove the route and add it again for it not be shown in redAnother potential bug, when upgrading from V7.1rc7, all roads lead to v7.1 [.0].
Is upgrading to V7 a one-way road? Since I don't have any V6 downgrade options anymore...e.g. selecting "long-term", "stable", and "testing" all seem to want to use v7.1). Selecting "development" reports "file not found".
Or, and maybe this is documented, but can you still use upload the V6 packages to file system to downgrade it – or is netinstall required to downgrade?
/export verbose
It's not hanged, it just takes several hours to complete, outputting stuff that's not relevant to a smips device.oh my dear. `/export` hangs on RB941-2nD.
Not normal. You have different gateways (192.168.0.1 VS 192.168.1.1) - is it a typo? All routes are in 'main' routing table, right?if i not create te default route directly connected example:dst.address:0.0.0.0/0 geteway:192.168.0.1 (eth1) wich is my modem/router and only leave these rotutes for example: dst.address:1.1.1.1-gateway:192.168.1.1 scope:11 target scope:10
dst.address:0.0.0/0-gateway:1.1.1.1 scope:12 target scope:11. the internet not working, i have to add the route directly connecte in order to make it work, it normal?
Yes, works for me. The configuration for interface-template looks like this:does OSPF works over WireGuard ? I just get hello packets and nothing more...
/routing ospf interface-template
add area=backbone-v2 networks=10.0.0.0/24 type=ptmp
/routing ospf static-neighbor
add address=10.0.0.1%wg0 area=backbone-v2
uptime: 5w1d19h43m58s
version: 6.49 (stable)
build-time: Oct/06/2021 11:55:34
factory-software: 6.44
free-memory: 473.6MiB
total-memory: 512.0MiB
cpu: ARMv7
cpu-count: 1
cpu-frequency: 800MHz
cpu-load: 6%
free-hdd-space: 1820.0KiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 621210
write-sect-total: 4747085
bad-blocks: 0%
architecture-name: arm
board-name: CRS326-24G-2S+
platform: MikroTik
uptime: 1h18m12s
version: 7.1 (testing)
build-time: Dec/01/2021 14:07:27
factory-software: 6.38.2
free-memory: 451.8MiB
total-memory: 512.0MiB
cpu: ARMv7
cpu-count: 2
cpu-load: 4%
free-hdd-space: 2328.0KiB
total-hdd-space: 16.0MiB
write-sect-since-reboot: 1790
write-sect-total: 177048
bad-blocks: 0%
architecture-name: arm
board-name: CRS326-24G-2S+
platform: MikroTik
[admin@CRS309] > /routing/bgp/connection/export verbose
# dec/15/2021 17:14:03 by RouterOS 7.1
# software id = 7ZTA-K828
#
# model = CRS309-1G-8S+
# serial number =
/routing bgp connection
add address-families=ip as=209114 connect=yes disabled=yes listen=yes local.address=2.2.2.2 .role=ibgp-rr-client multihop=no name=bgp1 remote.address=1.1.1.1 .as=209114 router-id=2.2.2.2 routing-table=public vrf=public
[admin@CRS309] > /routing/bgp/session/print detail
Flags: E - established
0 E remote.address=1.1.1.1@public .as=209114 .id=10.42.52.254 .refused-cap-opt=no .capabilities=mp,rr,gr,as4,err,llgr .hold-time=4m .messages=4 .bytes=149 .gr-time=120 .gr-afi=ip .eor=ip
local.role=ibgp-rr-client .address=2.2.2.2@public .as=209114 .id=2.2.2.2 .capabilities=mp,rr,gr,as4 .messages=2 .bytes=38 .eor=""
output.procid=60
input.procid=60 ibgp
routing-table=public multihop=yes hold-time=3m keepalive-time=1m uptime=1m3s40ms
[admin@CRS309] > /ip/route/print detail
...
DIbH dst-address=0.0.0.0/0 routing-table=public gateway=1.1.1.1 distance=200 scope=40 target-scope=30 suppress-hw-offload=no
DAo dst-address=1.1.1.1/32 routing-table=public gateway=3.3.3.3%tun-ham-pub@public immediate-gw=tun-ham-pub distance=110 scope=20 target-scope=10 suppress-hw-offload=no
Factory SW version also changed ??Does ROS 7 incerase cpu-count on CRS326-24G-2S?
ON ROS6:Code: Select alluptime: 5w1d19h43m58s version: 6.49 (stable) build-time: Oct/06/2021 11:55:34 factory-software: 6.44 ... cpu-count: 1 ...
ON ROS7.1Code: Select alluptime: 1h18m12s version: 7.1 (testing) build-time: Dec/01/2021 14:07:27 factory-software: 6.38.2 ... cpu-count: 2 ...
No difference, seen same behaviour since 7.0beta4.You can try if there is any difference after "reset to defaults" or even "format and netinstall".
But of course a new issue with v7 is that you are forced to install functional blocks that you are never going to use (like mpls), and be faced with any bugs caused by them...
It does on CRS328. The hardware always had a cpu with two cores, but RouterOS 6.x used just one.Does ROS 7 incerase cpu-count on CRS326-24G-2S?
I guess he compares two devices of same type. 😉Factory SW version also changed ??
There are the same models of CRS326. On v6 CPU is seen as single core. According to manual this router has single core: https://mikrotik.com/product/CRS326-24G-2SplusRM but according to 98DX3236 chip manual there is dual core http://www.datasheet.hk/view_download.p ... 598419.pdf probably v6 didn't quite support this chipis it possible 7.1 is showing logical cores instead of physical cores?
edit: searching for that exact cpu model shows it as a dual core. this may be something unique to that exact model and how it worked on v6?
The problem is repeatable. Below instruction howto crash all services on ROS7.1:Working fine for me on an old SXT G-2HnD which only has 32Mb of RAM:RouterOS 7.1 does not work properly with boards equipped with 32MB of RAM (e.g. RB411)Code: Select all00:01:06 system,error,critical router was rebooted without proper shutdown 00:01:07 system,error,critical kernel failure in previous boot 00:01:07 system,error,critical out of memory condition was detected 00:01:25 interface,info wireguard1 link up 00:01:44 wireguard,debug wireguard1: Interface created 00:01:55 ssh,error Corrupt host's key, regenerating it! Reboot required!
Code: Select all]admin@gxxxxxxxxxxx > /system/resource/print uptime: 1d19h1m11s version: 7.1 (testing) build-time: Dec/01/2021 14:07:27 free-memory: 5.6MiB total-memory: 32.0MiB cpu: MIPS 24Kc V7.4 cpu-count: 1 cpu-frequency: 400MHz cpu-load: 39% free-hdd-space: 109.9MiB total-hdd-space: 128.0MiB write-sect-since-reboot: 6063 write-sect-total: 2891337 bad-blocks: 0% architecture-name: mipsbe board-name: SXT G-2HnD platform: MikroTik
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireguard peers
add allowed-address=192.168.99.0/24 endpoint-address=192.168.0.2 \
endpoint-port=13231 interface=wireguard1 public-key=\
"QqX5O3NE3k0127SsHq0SlzhbPhihNyh2UpHb5gWxNyk="
/ip address
add address=192.168.99.3/24 interface=wireguard1 network=192.168.99.0
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
add allowed-address=192.168.99.0/24 endpoint-address=192.168.0.112 \
endpoint-port=13231 interface=wireguard1 public-key=\
"H+LxzFpEFC2zxDNz9g2E7khL9PvqKd1pKGtjwOUNPUc="
/ip address
add address=192.168.99.2/24 comment=defconf interface=wireguard1 network=\
192.168.99.0
So, you're deleting the only default route in 'main' table. After that (as you didn't tell what "internet is not working" means) router's DNS can't contact external servers, for example.this is on v6.49 but is the same on 7.1:
see the image, if i delete the route on "red circle" internet not work, its a config with balance pcc.
The Chateau is a v7 device only. Says so right on the product page. https://mikrotik.com/product/chateau_lte12Hi
I have some question. Could someone answer and help. I have a Chateau LTE12.
1) Is it possible to downgrade to version 6.49.2 from version 7.1 ? It was upgraded to version 7.0.3 earlier .
2) I have configured dot1x. The ISE server is behind the ipsec tunnel. I do not see any traffic on the firewall in the direction of ISE, the computer does not authenticate. Firmware 7.03 did not have dot1x in the menu. Does dot1x work correctly in 7.1?
You can set the source address. When you have ip route rules to select a route table based on the source address (or maybe DSCP) you can still force ping to use the desired table.why did they remove routing_table parameter from PING/TraceRoute ?
could it be readded? We currently do not use VRF but actively use Route Tables.
I would appreciate if it can be re-added in ROS v7. It was very useful for debugging.
You may leave both for failover reasons. The main point is you need to have an active default route in 'main' tableso i have to leave for example if i have 2 isp's 1 route "main" for every one? sorry for my english
True... With their current miniPCIe-based devices, the Telit 960 is works pretty well and we use them. So I know this problem very well. The lack of RSRP & RSRQ is actually even more noticeable since with only RSSI, hard to separate interference from pointing/position. It also results in the Mikrotik mobile app graphs producing odd results since the RSSI scale is not same as RSRP/RSPQ.I ask you to pay attention to the MBIM protocol. I think Telit is a good device. As I wrote in viewtopic.php?p=881764&hilit=LM960A18#p881764, not everything could be fixed.
they think that they provide FOSS software for free as in price.. what a shame!any ticket opened about x86 platform are answered by Arturs in the same very stupid way..... "maybe some drevers are misisng."
But it is not the case!!!!!
Very disappointed by your low level of support!!!!
What a shame!
never late. hire some low-level programmers if necessary.we do not write those drivers.
And good luck installing their OS on x86 barebone.we consider migrating to Ubiquiti, too.
we don't have issue on running 100gbps cards on our x86.MikroTik does not make or sell x86 systems. Our developers are working on MikroTik made hardware support. If the used kernel supports your PC, it works. If not, not much we can do about it. CHR is a good option to make sure everything works. These guys just tested 100Gbit on CHR: https://stubarea51.net/2021/12/13/mikro ... g-barrier/
Disable / enable peer.Hello everyone,
first of all, congratulations on releasing the v7.1.
I was wondering if someone can help me out with this problem?
I have Wireguard client running on the HAP AC Lite, latest ROS, latest firmware.
The problem is that the tunnel never comes back after the power outage, in order to restablish the tunnel again, I have to reset the wireguard interface.
I have some netwatch script to reset the interface if the ping goes down, but it doesn't seem to work.
Normal reboot seems to be fine?
Additionally, I'm using FQDN in the endpoint address.
Thank you!
100gbps rela traffic on CHR or Mikrotik Hardware?????????????? Don't think so.I get your point, we will check it, but there are no issues with same amount of traffic on CHR or MikroTik hardware.
There is no hardware offload support for x86. Those settings simply doesn't do anything.My idea is that the issue is related to default config for each route to use Hardware Offload, for the static I can chenge it but not for connected.
You don't think, but it's true. CHR is faster than x86 bare hardware. You have to start living in the now, not in the past.
100gbps rela traffic on CHR or Mikrotik Hardware?????????????? Don't think so.
I live were found confortable. But if you publish x86 v7 release you have to support them because we bought several L6 licences!!!You don't think, but it's true. CHR is faster than x86 bare hardware. You have to start living in the now, not in the past.
100gbps rela traffic on CHR or Mikrotik Hardware?????????????? Don't think so.
https://stubarea51.net/2021/12/13/mikro ... g-barrier/
fix our issue first. We don't have the time to test a completely new platforma after two years of v7 waiting.Moving to the faster and more modern CHR is free, email us, we will issue you license for CHR.
may you looke at the supout before to say anything?It works for us here, there is nothing we can fix, most likely this is due to hardware incompatbilitiy with RouterOS kernel. We did not make the hardware, so there is no warranty. If you want warranty, please use products made by MikroTik.
into the ticket I reported the availability of the routers to investigate directly over them because I was able to replicate the issue in lab.We did look, before your ticket was answered. Like always.
[admin@RouterOS] > /log/print
08:23:57 system,error,critical kernel failure in previous boot
[admin@RouterOS] > /system/resource/print
uptime: 18m
version: 7.1 (testing)
build-time: Dec/01/2021 14:07:27
factory-software: 6.0
free-memory: 51.2MiB
total-memory: 96.0MiB
cpu: QEMU
cpu-count: 1
cpu-frequency: 3193MHz
cpu-load: 0%
free-hdd-space: 39.4MiB
total-hdd-space: 61.5MiB
write-sect-since-reboot: 1096
write-sect-total: 1097
architecture-name: x86_64
board-name: CHR
platform: MikroTik
And of course, I still want to know what is behind the messages in the logs:
lte, info lte1 mbim: error: >>> E service: conn_ext, command: bs info, error: 12
Moreover, the RSRQ parameter is described as an integer (The range is -20 to -3, in units of 1dBm).
ROS shows this from -2.0 to -0.3; probably the issue on the ROS side.
RSRP shows ok.
RSSI differs from actual by ~ 30%
CA Band: line in WinBox is present, but it is empty.
You're kidding right?into the ticket I reported the availability of the routers to investigate directly over them because I was able to replicate the issue in lab.We did look, before your ticket was answered. Like always.
will you not go to investigate?
Leave the hardware abstraction to a hypervisor. And VMWare is generally free and simply to setup, you follow the instructions on CHR.Moving to the faster and more modern CHR is free, email us, we will issue you license for CHR.
No. Anything with 16MB storage cannot get wifiwave2 package. Bloated wifiwave2 package is here to stay unfortunately.It was maybe answered somewhere in this thread but I cannot find it: hAP ac2 units with 256MB RAM - can they benefit from ROS 7 in term of "wifiwave 2" package ?
Thanks !
... and underpowered (16MB flash) devices as well...No. Anything with 16MB storage cannot get wifiwave2 package. Bloated wifiwave2 package is here to stay unfortunately.
[{"dst-address": "2.2.2.2/32", "gateway": "ether1", "comment": "COMMENT"}, {"dst-address": "3.3.3.0/24", "gateway": "ether1", "comment": "COMMENT"}, {"dst-address": "4.4.4.4/32", "gateway": "ether1", "comment": "COMMENT"}]
<Response [400]>
If you don't need the new features and everything still works for you, no need to upgrade.Hi, I am new in mikrotik
Just wanna ask "dumb" question:
Is it really worth to upgrade to 7.1 from 6.49 2?
I have hAP lite and only use it to manage a home network with 3 APs in two bridges and approx 13-20 users.
I have no problems with the current version, but just curious.
i have an hap lite too...Hi, I am new in mikrotik
Just wanna ask "dumb" question:
Is it really worth to upgrade to 7.1 from 6.49 2?
I have hAP lite and only use it to manage a home network with 3 APs in two bridges and approx 13-20 users.
I have no problems with the current version, but just curious.
RouterOS does not use JavaJust guessing, log4j cve issue?
Power failure.Where are our posts from the weekend???
Forum was down yesterday. Assuming you have guys restored from backup and they are lost?
Just guessing, log4j cve issue?
Forum is functional as RouterOs...Power failure.Where are our posts from the weekend???
Forum was down yesterday. Assuming you have guys restored from backup and they are lost?
Just guessing, log4j cve issue?
My guess as well, most likely restore from incomplete backup.
If you dont like the forum then leave. Such comments are a waste of your energy and life. Probably have better things to do........Forum is functional as RouterOs...
Power failure.
My guess as well, most likely restore from incomplete backup.
In normal bussines is program reporting, if the server is down, immediately people get sms what's happend.
But in this company not..In Monday morning in work.. "Hmm server is down, but how long? Nevermind.."
MikroTik, please make some tender on very good people. Hire some dumb people, who only take money and waste your time..
If you embrace good people, it will take less time to make good firmwares and less money for it..
2 good people is better, than 10 bad..Give that 2 people more money offer...Where is the problem? Where is problem take some people from another country, if your country aren't that clever people..
I thing, there is almost every month, when server is down..Winap, please don't spread these lies.
I like forum, but I don't like bad firmware...Forum is good to know, where is problem with every new firmware..so this is necessarily.If you dont like the forum then leave. Such comments are a waste of your energy and life. Probably have better things to do........
/ip/firewall/mangle/
chain=input action=mark-connection new-connection-mark=wan1_to_router passthrough=yes connection-mark=no-mark
in-interface=sfp1_wan2 log=no log-prefix=""
My RB3011 home router also has been working without issue (Aside from OpenVPN UDP transport dropping out and locking up - switching back to the original TCP method supported in 6.x stabilises the issue)@winap go make your own thread for wallowing and crying 'woe is me'.....This thread is for the v7.1 release.
I'd be glad to hear about any specific problems you're having with v7.1.....many others here have mentioned problems or concerns they have with the new release and MT staff has been responding.
as an aside: my home router has been running the 7.1 stable (RB3011 with really basic config) since release and I have had no problems.