Yes, it seems like it is working again (tested from my TV app that failed to work in beta10).RouterOS version 7.6rc1 has been released "v7 testing" channel!
*) dns - fixed resolving of cached CNAME records (introduced in v7.6beta10);
you are complining about a not available feature.....Yes, it seems like it is working again (tested from my TV app that failed to work in beta10).RouterOS version 7.6rc1 has been released "v7 testing" channel!
*) dns - fixed resolving of cached CNAME records (introduced in v7.6beta10);
However, I am extremely disappointed that yet again we go into release candidate status without BFD support!
/container/set 0,1 start-on-boot=yes
/container print
0 name="96a1d400-542f-462e-9f17-06bc9e30bafa" tag="latest" os="linux" arch="amd64" interface=veth1 start-on-boot=yes status=running
1 name="4d768d27-831c-4bec-93bb-50661758d6b6" tag="latest" os="linux" arch="amd64" interface=veth2 start-on-boot=yes status=running
system reboot yes
/container print
0 name="96a1d400-542f-462e-9f17-06bc9e30bafa" tag="latest" os="linux" arch="amd64" interface=veth1 start-on-boot=yes status=stopped
1 name="4d768d27-831c-4bec-93bb-50661758d6b6" tag="latest" os="linux" arch="amd64" interface=veth2 start-on-boot=yes status=running
/container/set 0,1,2 start-on-boot=yes
system reboot yes
0 name="96a1d400-542f-462e-9f17-06bc9e30bafa" tag="latest" interface=veth1 start-on-boot=yes status=stopped
1 name="4d768d27-831c-4bec-93bb-50661758d6b6" interface=veth2 start-on-boot=yes status=runned for 2 sec / then it stopped
2 name="4ef2ec35-c69a-46bc-985f-045342003e28" tag="latest" interface=veth3 start-on-boot=yes status=running
Well, I tend to use BGP on internal networks with a limited number of routes, not for internet routing with multiple full-route peers. The stability is OK for me.you are complining about a not available feature.....However, I am extremely disappointed that yet again we go into release candidate status without BFD support!
I am complaining that bgp is yet not stable and a new hardware CCR2XXX and new software v7 has shared memory limit that doesn't allow a stable work.
.........
Routing marks work for me, but I use src IP address/network.Is there something wrong with mangle routing marks?
I can not make a device (by src.mac address) go to secondary WAN.
Several times per day. There are WiFi links to places several km away, in a country where everyone uses wireless.How often do you get path failures? I apologize if this is an ignorant question I don't use BGP in my simple setups.
@pe1chl. I thought that OSPF was designed for the internal network and speedy switching. In v6 we are using OSPF for both IPv4 and IPv6 and it seems to just work. Curious, as we have been reluctant to go to v7 due to all the BGP noise in this forum (messing with the routing is scary). I don't see much comments about OSPF; is that because few networks are using it? Is there a particular reason that OSPF is not suitable for you?Well, I tend to use BGP on internal networks with a limited number of routes, not for internet routing with multiple full-route peers. The stability is OK for me.
But I need it to switch over quickly
I don't know enough about your network infrastructure, but those protocols are more complimentary than "either/or." They can both be CPU intensive; it really depends on how much is changing in the network.I have no experience with OSPF. Early on in the decision between BGP and OSPF I got affected by "what others already were using", and "OSPF reputation of heavy CPU use".
I don't know if that is true or not, but at the moment it isn't practical anymore to switch over and try.
Also, as sirbryan wrote, for some services you really need (sub)second switchover times and BFD would be required with OSPF just as well.
$ ping -4c1 www.yahoo.com
PING new-fp-shed.wg1.b.yahoo.com (74.6.231.21): 56 data bytes
64 bytes from 74.6.231.21: icmp_seq=0 ttl=31 time=57.504 ms
--- new-fp-shed.wg1.b.yahoo.com ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 57.504/57.504/57.504/0.000 ms
$ ping -4c1 www.yahoo.com
ping: cannot resolve www.yahoo.com: Unknown server error
$ ping -4c1 www.yahoo.com
ping: cannot resolve www.yahoo.com: Unknown server error
$ dig www.yahoo.com @192.168.0.1
; <<>> DiG 9.18.7 <<>> www.yahoo.com @192.168.0.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6448
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.yahoo.com. IN A
;; ANSWER SECTION:
new-fp-shed.wg1.b.yahoo.com. 29 IN A 98.137.11.163
new-fp-shed.wg1.b.yahoo.com. 29 IN A 98.137.11.164
new-fp-shed.wg1.b.yahoo.com. 29 IN A 74.6.231.20
new-fp-shed.wg1.b.yahoo.com. 29 IN A 74.6.231.21
www.yahoo.com. 32 IN CNAME new-fp-shed.wg1.b.yahoo.com.
;; Query time: 0 msec
;; SERVER: 192.168.0.1#53(192.168.0.1) (UDP)
;; WHEN: Thu Oct 06 06:14:49 PDT 2022
;; MSG SIZE rcvd: 133
$ ping -4c1 www.yahoo.com
PING new-fp-shed.wg1.b.yahoo.com (74.6.231.20): 56 data bytes
64 bytes from 74.6.231.20: icmp_seq=0 ttl=51 time=58.902 ms
--- new-fp-shed.wg1.b.yahoo.com ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 58.902/58.902/58.902/0.000 ms
$ ping -4c1 www.yahoo.com
PING new-fp-shed.wg1.b.yahoo.com (98.137.11.163): 56 data bytes
64 bytes from 98.137.11.163: icmp_seq=0 ttl=51 time=30.100 ms
--- new-fp-shed.wg1.b.yahoo.com ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 30.100/30.100/30.100/0.000 ms
$ ping -4c1 www.yahoo.com
PING new-fp-shed.wg1.b.yahoo.com (74.6.231.20): 56 data bytes
64 bytes from 74.6.231.20: icmp_seq=0 ttl=51 time=58.882 ms
--- new-fp-shed.wg1.b.yahoo.com ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 58.882/58.882/58.882/0.000 ms
$ dig www.yahoo.com
; <<>> DiG 9.18.7 <<>> www.yahoo.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11813
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.yahoo.com. IN A
;; ANSWER SECTION:
www.yahoo.com. 31 IN CNAME new-fp-shed.wg1.b.yahoo.com.
new-fp-shed.wg1.b.yahoo.com. 31 IN A 98.137.11.164
new-fp-shed.wg1.b.yahoo.com. 31 IN A 74.6.231.20
new-fp-shed.wg1.b.yahoo.com. 31 IN A 74.6.231.21
new-fp-shed.wg1.b.yahoo.com. 31 IN A 98.137.11.163
;; Query time: 23 msec
;; SERVER: 192.168.125.1#53(192.168.125.1) (UDP)
;; WHEN: Thu Oct 06 06:16:42 PDT 2022
;; MSG SIZE rcvd: 133
I noticed the same. The 7.6rc1 behaviour of putting extra A response records in responses for AAAA queries for CNAMEs confuses some common DNS client implementations. Windows and dig are not affected, but glibc and it seems FreeBSD are.Something's not kosher with the way CNAME DNS results are handled in this version.
/routing/stats/adverts/print detail*) bgp - added support for BGP advertisement displaying (CLI only);
Who knows how to display bgp session advertisement ?
$ while true; do i=0; while [ $i -lt 20 ]; do getent hosts web.facebook.com > /dev/null && echo -n "!" || echo -n "."; ((i+=1)); sleep 3; done; echo ""; done
....!.!.............
...!................
......!!............
......!!............
......!!............
.......!............
..!...!.............
..!!................
.!!.................
!!.................!
.!.................!
..................!.
!...................
!.................!.
!.................!.
.................!!.
.................!!.
.................!..
.................!!.
.................!!.
................!!..
......^C
$ while true; do i=0; while [ $i -lt 20 ]; do getent hosts web.facebook.com > /dev/null && echo -n "!" || echo -n "."; ((i+=1)); sleep 3; done; echo ""; done
!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!^C
*) certificate - improved certificate management, signing and storing processes;
[admin@MikroTik] > /certificate/import file-name="r1-ca.crt" name="r1-ca.crt" passphrase=""
certificates-imported: 1
private-keys-imported: 0
files-imported: 1
decryption-failures: 0
keys-with-no-certificate: 0
[admin@MikroTik] > /certificate/import file-name="r1.p12" name="r1.p12" passphrase="passphrase"
certificates-imported: 1
private-keys-imported: 1
files-imported: 1
decryption-failures: 0
keys-with-no-certificate: 0
[admin@MikroTik] > /caps-man/manager/set ca-certificate=r1-ca.crt certificate=r1.p12 enabled=yes require-peer-certificate=yes
input does not match any value of ca-certificate
[admin@MikroTik] >
Well... this is MikroTik, so version naming conventions do not really apply.This is an RC, no new feature are added in RC. Its just releases to make sure its stable enough to become stable version.
7.6rc1 lte - added support for Neoway N75-EA
7.6rc1 winbox - added "Reset Traffic Counters" button for all interfaces
7.5rc1 capsman - added randomized range option for "reselect-interval" parameter (CLI only)
7.5rc1 container - added tun/tap support for containers
7.5rc1 dns - added "address-list" parameter for static DNS entries (CLI only)
7.5rc1 dns - added "match-subdomain" option for static entries (CLI only)
7.5rc1 firewall - added support for RTSP helper
7.5rc1 lte - added "SIM not inserted" and "SIM failure" messages to "status" and "monitor" commands for AT modems
7.5rc1 lte - added at-chat and NMEA port support for Simcom modems, USB composition (device id - 0x9003)
7.5rc1 lte - added at-chat support for Simcom modems, USB composition (device id - 0x9005)
7.5rc1 port - added support for D-Link DWM-222 in serial/PPP mode (device id - 0xac01/0x7e3d)
7.5rc1 port - added support for Huawei/ZTE K5006z in serial/PPP mode (device id - 0x1017/0x1018)
7.5rc1 routerboard - added "reset-button" script feature for TILE devices
7.5rc1 ssh - added AES support for PEM decryption
7.5rc1 traceroute - added "do-not-fragment" parameter support (CLI only)
7.5rc1 vrrp - added "sync-connection-tracking" compatibility with preemption-mode
7.5rc1 wifiwave2 - added "sae-pwe" parameter with hash-to-element mechanism for SAE PWE derivation
7.5rc1 wifiwave2 - added support for 802.11k
7.4rc2 chr - fixed booting with added additional SCSI disk
7.4rc2 container - added support for running Docker (TM) containers on ARM, ARM64 and x86 (containers created before v7.4 must be recreated)
7.4rc2 netwatch - added support for more advanced probing
7.4rc2 wifiwave2 - added initial support for roaming (802.11r) between local AP interfaces
7.4rc1 netwatch - added support for more advanced probing
7.4rc1 ntp - added VRF support for client and server
7.4rc1 ovpn - added "AUTH_FAILED" control message sending
7.4rc1 radius - added VRF support for RADIUS client
7.4rc1 system - added "shutdown" parameter for reset-configuration (CLI only)
7.4rc1 wifiwave2 - added initial support for roaming (802.11r) between local AP interfaces
7.4rc1 winbox - added "VRF" parameter under "Tools/E-mail" menu
7.3rc1 l2tp - added VRF support for L2TP client
7.3rc1 profile - added "wireguard" process classificator
7.3rc1 profile - added "zerotier" process classificator
7.3rc1 snmp - added VRF support
7.3rc1 winbox - added "Default Cost" parameter under "Routing/OSPF/Area" menu
7.3rc1 x86 - added support for Solarflare SFC1920 NIC
7.2rc5 bgp - added BGP advertisements display (requires output.keep-sent-attributes to be set)
7.2rc5 dhcpv6 - added VRF support
7.2rc5 log - added warning message when connection tracking table is full
7.2rc5 lte - added support for Uplink CA reporting
7.2rc5 rip - added logging
7.2rc5 routing - added PCAP viewer tool for BGP advertisements debugging purposes
7.2rc5 switch - added "rx-overflow" counter for 88E6393X (RB5009) and 88E6191X (CCR2004-16G-2S+) switch chips
7.2rc5 tr069-client - added support for 5G band configuration
7.2rc5 tr069-client - added support for wireless "skip-DFS" configuration
7.2rc5 winbox - added missing "3GGP RAW" parameter under "Interface/Wireless/Interworking Profile" menu
7.2rc5 winbox - added missing "accounting", "interim-update" and "radius-password" parameters under "IP/DHCP Server" menu
7.2rc4 lte - added MAC address and IPv6 LL address persistence after reboot on EG12 and EG18 modems
7.2rc4 ppp - added "comment" option for PPPoE servers
7.2rc4 wifiwave2 - added "client-isolation" feature
7.2rc4 winbox - added "host-uniq" parameter to PPPoE client interface
7.2rc4 wireless - added "3gpp-info" parameter to interworking configuration
7.2rc4 wireless - added EAP-AKA to interworking's realm configuration
7.2rc2 bridge - added fast-path and inter-VLAN routing FastTrack support when vlan-filtering is enabled
7.2rc2 dot1x - added "server-fail-vlan-id", "guest-vlan-id" and "reauth-timeout" settings for dot1x server
7.2rc2 dot1x - added "src-address", "src-mac-address" and "src-port" settings for dynamic switch rules
7.2rc2 dot1x - added NAS-Port-ID attribute for RADIUS Access-Request
7.2rc2 l3hw - added HW offloaded FastTrack support for inter-VLAN routing
7.2rc2 lte - added 3 APN profile support and APN name re-using on R11e-LTE6
7.2rc2 lte - added MAC address and IPv6 LL address persistence after reboot on EG12 and EG18 modems
7.2rc2 lte - added class based support for configless RNDIS LTE modems
7.2rc2 ospf - added "ptmp-broadcast" interface type (compatible with RouterOSv6 PTMP type)
7.2rc2 snmp - added SFP vendor name to optical table
7.2rc2 snmp - added support for "ipv6AddrPrefixTable" and "ipv6RouteNumber" OID's
7.2rc2 winbox - added "Disconnect Notify" checkbox to "Interface/OVPN Client" menu
7.2rc2 winbox - added "Freq. Usage" and "Scan" buttons for WifiWave2 interfaces
7.2rc2 winbox - added "Ignore Missing" selector to "System/Packages" menu
7.2rc2 winbox - added "Routing Table" parameter for IPv6 routes
7.2rc2 winbox - added "VPN" tab to "Routing/BGP" menu
7.2rc2 winbox - added "VRF" parameter to "IP/Services" menu
7.2rc2 winbox - added "comment" parameter to "User Manager/Users" menu
7.2rc2 winbox - added MLAG support
7.2rc2 winbox - added SHA256 and SHA512 "Auth" values for OVPN menu's
7.2rc2 winbox - added ZeroTier support
7.2rc2 winbox - added explicit "Upload" and "Download" names for "Bucket Size" parameters under "Queues" menu
7.2rc2 x86 - added support for Intel E810 NIC
7.2rc1 backup - added "force-v6-to-v7-configuration-upgrade" option on backup load to clear RouterOS v7 configuration and trigger reimport of RouterOS v6 route configuration (CLI only)
7.2rc1 ipsec - added hardware acceleration support for CCR2116
7.2rc1 lte - added basic information support for Telit LM960 and LM940 in MBIM mode
7.2rc1 ovpn - added SHA2 authentication algorithm support
7.2rc1 ovpn - added hardware acceleration support for IPQ4018/IPQ4019 and AL* series chipsets
7.2rc1 ovpn - added option to send disconnect message in UDP mode
7.2rc1 pppoe - added option to configure "host-uniq" parameter
7.2rc1 pppoe - added option to ignore PADI messages with empty service name
7.2rc1 pptp - added insecure connection warning
7.2rc1 supout - added "port-controller" bridge section
7.2rc1 tr069-client - added support for wireless client uptime reporting
7.2rc1 wifiwave2 - added support for handling disconnect request messages from RADIUS servers
7.2rc1 winbox - added "Mode" parameter under "Wireless" menu with WifiWave2 package
7.2rc1 winbox - added "TLS Version" parameter for "Interface/OVPN"
7.2rc1 winbox - added "VRF" parameter for "SSH" and "Telnet" menus
7.2rc1 winbox - added interface list support for "IP/Traffic Flow" menu
7.2rc1 winbox - added local/remote CPU load parameters for "Bandwidth Test"
7.2rc1 winbox - added support for "Tool/Speedtest" menu
7.2rc1 winbox - added support for W60G align tool
7.2rc1 wireless - added information about client signal strength to log messages about disconnections
7.1rc6 lte - added AT chat support for Telit LN960
7.1rc6 route-filters - added "suppress-hw-offload" parameter
7.1rc5 bonding - added warning when using 802.3ad mode without MII link monitoring
7.1rc5 bridge - added HW offload support for vlan-filtering on MT7621 switch chip (hEX, hEX S, RBM33G, RBM11G, LtAP)
7.1rc5 certificate - added ability to choose the digest algorithm when generating a certificate
7.1rc5 lte - added "at-chat" support in MBIM mode for Simcom modems in USB composition mode 9003
7.1rc5 mpls - added ICMP handler (send ICMP ttl exceed on MPLS ttl expiry)
7.1rc5 quickset - added 5G signal quality information
7.1rc5 rpki - added "rpki-query" command
7.1rc5 ssl - added support for additional GCM_SHA384 ciphers
7.1rc5 traffic-flow - added systematic count-based packet sampling support
7.1rc5 vxlan - added default L2MTU value for improved connectivity in bridged setups
7.1rc5 winbox - added "netmap" action to IPv6 NAT rules
7.1rc5 winbox - added IPv6 support for "Network" parameter under "Routing/OSFP/Interface Templates" menu
7.1rc5 winbox - added missing IPv6 mangle actions - "mark-routing", "sniff-tzsp", "sniff-pc", "snpt" and "dnpt"
7.1rc5 winbox - added option to upgrade LTE firmware
It seems like dns issue isn't 100% solved. But I say this without concrete proof, so apologies in advance. In windows and ubuntu its working fine. But in android I'm getting random ERR DNS RESOLV FAIL in random apps. Not always, and not in all apps. So can't really pinpoint it yet. So maybe most of the apps are compatible like glibc and windows, but some aren't?I noticed the same. The 7.6rc1 behaviour of putting extra A response records in responses for AAAA queries for CNAMEs confuses some common DNS client implementations. Windows and dig are not affected, but glibc and it seems FreeBSD are.Something's not kosher with the way CNAME DNS results are handled in this version.
Strods when do you plan to increase shared memory for large bgp rotuing table?Moderator note: do not quote preceding post, use "Post Reply".
I wonder what was changed that caused such disruptions to dns operation? .. I'm sticking with 7.6beta4 / 7.6beta6 until these dns issues and container permissions problems are confirmed to be fixed. Hopefully we get a promising new build to test again soonModerator note: do not quote preceding post, use "Post Reply".
Would it not be possible to implement that yourself using a clever bridge (or switch) filter?In this version will be implemented the Router Advertisement Guard (RA Guard)?
It is not correct, but it is considered to be "normal" for v7.x... hopefully it will be fixed some time. Certainly it has not been fixed in beta10.moderator note: do not quote whole preceding mail. Use "Post Reply" instead.
I didn't even find the command from the CLI .. it's amazing that you can't see the number of routes of a BGP peer!moderator note: do not quote whole preceding mail. Use "Post Reply" instead.
Well, it is possible to see it but it is a manual command you need to run to see the number at that time. Scan the route table to find the routes via that peer, and count them.moderator note: do not quote whole preceding mail. Use "Post Reply" instead.
Partitions work on v7.6rc2 and 5009, please contact support.Still have partition problems on RB5009. Also netinstall doesn't help.
viewtopic.php?p=944201&hilit=partition#p944201
regards
What's new in 7.6rc2 (2022-Oct-11 17:51):
[...]
*) dns - fixed DNS answer of cached CNAME entries (introduced in v7.6beta10);
[...]
Still have partition problems on RB5009. Also netinstall doesn't help.
viewtopic.php?p=944201&hilit=partition#p944201
Detect Internet feature is broken for a long period of time now. My first report was in April 2022 (SUP-80518). Maybe in an upcoming release.Detect Internet feature does not work after the reboot and as far as I remember never worked well in 7.x.
And the issue of the socks server being unresponsive is still there. It can be detected by setting up a tcp-conn netwatch as shown below. While using the socks server Failed Tests counter increases.
2022-10-12 socks netwatch.png
Sounds good... :-)theosoft - The issue is reproduced now and we will try to fix it as soon as possible
One would hope that it would be removed, being a failed experiment that never had any use and potentially caused problems.Detect Internet feature is broken for a long period of time now. My first report was in April 2022 (SUP-80518). Maybe in an upcoming release.
Hi,own3r1138 - we might have found a bit different issue, please contact support regarding this.
Thank you. I hope this new release will resolve the TLS failure in OVPN too.*) certificate - improved certificate management, signing, and storing processes;
[admin@Test MTik] > ipv6/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
DIoH dst-address=2001:db8::/64 routing-table=main gateway=ether5 distance=110 scope=20 target-scope=10 ospf-metric=1 ospf-type=(unknown)
DAc dst-address=2001:db8::/64 routing-table=main gateway=ether5 immediate-gw=ether5 distance=0 scope=10
DIoH dst-address=2001:db8:0:10::/64 routing-table=main gateway=ether10 distance=110 scope=20 target-scope=10 ospf-metric=1 ospf-type=(unknown)
DAc dst-address=2001:db8:0:10::/64 routing-table=main gateway=ether10 immediate-gw=ether10 distance=0 scope=10
[...]
This is normal behaviour on RouterOS v7 as far as I can determine. I don't believe this is a bug exactly. MPLS also creates additional inactive routes similar to this.OSPFv3 seems to be creating extra invalid route entries for local interfaces. See viewtopic.php?t=189285
Well, that is implemented as part of the ICMP check type. So when using "ping" to monitor a host it can be configured.Colleagues, can you please implement the option to declare host down only after some failed checks? So can Failed tests be used as trigger for Down? That would be great.
*) certificate - improved certificate management, signing and storing processes;
[admin@MikroTik] > /certificate add name="r1-ca" common-name="r1-ca" subject-alt-name="email:r1-ca" key-size=2048 key-usage=key-cert-sign,crl-sign
[admin@MikroTik] > /certificate sign "r1-ca"
progress: done
[admin@MikroTik] > /certificate add name="r1" common-name="192.168.2.1" subject-alt-name="IP:192.168.2.1" key-size=2048 key-usage=digital-signature,content-commitment,key-encipherment,key-agreement,tls-server
[admin@MikroTik] > /certificate sign "r1" ca="r1-ca"
progress: done
[admin@MikroTik] > /certificate export-certificate r1-ca file-name=r1-ca export-passphrase=passphrase type=pem
[admin@MikroTik] > /certificate export-certificate r1 file-name=r1 export-passphrase=passphrase type=pkcs12
[admin@MikroTik] > /certificate/remove r1-ca
[admin@MikroTik] > /certificate/import file-name="r1-ca.crt" name="r1-ca" passphrase="passphrase"
certificates-imported: 1
private-keys-imported: 0
files-imported: 1
decryption-failures: 0
keys-with-no-certificate: 0
[admin@MikroTik] > /certificate/import file-name="r1.p12" name="r1" passphrase="passphrase"
certificates-imported: 1
private-keys-imported: 1
files-imported: 1
decryption-failures: 0
keys-with-no-certificate: 0
[admin@MikroTik] > /caps-man/manager/set ca-certificate=r1-ca certificate=r1 enabled=yes require-peer-certificate=yes
input does not match any value of ca-certificate
I not want save CA private key, in my case the certificate is used only for verification.depth0cert - You need to import not only the certificate but also the key. Then certificate will work with CAPsMAN.
Hello,own3r1138 - Please send a supout file from your router running v7.6 where such functionality would not be working although it did work in v7.5.