Release 5.0.0 (preview):
DNS: fixed "IPset kernel error" when adding FQDN object group exclusions (reported by @dimon27254) [NDM-4101]
DNS: fixed parsing "auto" argument when reading configuration (reported by @keenet07) [NDM-4096]
DNS: fixed sending responses with "easyconfig" address to VPN clients (reported by @snark) [NDM-4095]
DNS: сhanged NXDOMAIN response to NOERROR when requesting AAAA for A-only records [NDM-3857]
DSL: fixed PPE crash when connected via ADSL [SYS-1464]
HTTP: disabled public access to the device with a weak administrator password [NDM-4097]
LTE: implemented cell binding for the FM350-GL modem [NDM-3201]
LTE: improved FM350gl-16 modem compatibility with Yota [NDM-3997]
Monitor: changed the packet dump extension from .pcapng to .pcap [NDM-4091]
OpenSSL: updated to 3.0.18 [NDM-4083]
PPP: implemented routing loop prevention when receiving erroneous IPCP remote peer [NDM-4093]
UsbLte: implemented eSIM and dualSIM support for the FM350-GL modem [NDM-4100]
Web: added button labels in the Internet tile (reported by @dimon27254) [NWI-4461]
Web: added interface selection for Wireguard (reported by @T@rkus) [NWI-3819]
Web: fix tooltip display on the Wi-Fi Monitor page (reported by @dimon27254) [NWI-4449]
Web: fixed filter display in the Internet tile when the component is missing (reported by @FLK) [NWI-4462]
Web: fixed functioning of toggle switches in Other Connections (reported by @FLK) [NWI-4452]
Web: fixed QR code for hidden SSIDs (reported by @cheburashkaDDNS) [NWI-4468]
Web: fixed the graph's upper border in the Internet tile (reported by @Denis P) [NWI-4460]
Web: fixed Wi-Fi band display on wide screens [NWI-4472]
Wi-Fi: fixed WifiGuestApToggle to turn on guest APs [NDM-4054]
Release 5.0 Beta 3 (preview):
CIFS: fixed copying files using named streams (reported by @dimon27254) [SYS-1450]
DNS: added support for IP subnets in "object-group fqdn include" [NDM-4078]
DNS: fixed forwarding of servfail.invalid requests to external servers [NDM-4069]
DNS: fixed overload of "Dns::Route::ResolveQueue" [NDM-4086]
DNS: reduced the resolving intensity of unused “object-group fqdn” names (reported by @dimon27254) [NDM-4082]
IPsec: fixed transition of L2TP traffic when L2TP/IPsec server is running [NDM-4068]
IPv4: fixed disabling of individual static routes (reported by @dimon27254) [NDM-4076]
IPv6: enabled external access to backup WAN interfaces (reported by @qmxocynjca) [NDM-4067]
VPN: implemented DNS server overriding for clients of built-in VPN servers [NDM-4032]:
crypto map virtual-ip dns-servers {dns1} [dns2]
crypto map l2tp-server dns-servers {dns1} [dns2]
sstp-server dns-servers {dns1} [dns2]
vpn-server dns-servers {dns1} [dns2]
oc-server dns-servers {dns1} [dns2]
Web: fixed blocking of Wi-Fi toggles in MWS extenders (reported by @dimon27254) [NWI-4450]
Web: fixed display of application blocking status (reported by @FLK) [NDM-4051]
Web: fixed display of drop-down lists on mobile screens (reported by @dimon27254) [NWI-4448]
Web: fixed display of TunnelSixInFour interfaces when editing static rules (reported by @Denis P) [NWI-4456]
Web: fixed display of WireGuard server statistics (reported by @Denis P) [NWI-4425]
Web: fixed help sign jumping on mobile screens (reported by @dimon27254) [NWI-4447]
Wi-Fi: fixed potential system crash when using OWE authentication [SYS-1461]
Yes, once you reset the Titan to the factory settings, the Initial Setup Wizard should start automatically (once you connect your computer back to the Titan).
Hi,
Could you please group the client list by SSID? This will help us better analyze the device distribution and see how many clients are connected under each SSID.
If possible, please include in the report the number of clients per SSID along with device details such as MAC address, IP address, and connection duration.
Thank you in advance for your support.
Its so complicated
Release 4.3.6.3:
CIFS: fixed copying files using named streams (reported by @dimon27254) [SYS-1450]
HTTP: disabled public access to the device with a weak administrator password [NDM-4097]
LTE: improved FM350gl-16 modem compatibility with Yota [NDM-3997]
Release 4.3.6.2:
HTTP: fixed display of custom logo in the "Information for the Wi-Fi network" pop-up (reported by @dimon27254) [NDM-3969]
USB: added support for Fibocom FM101-GL modem [NDM-3970]
USB: added support for Olax F90 modem [NDM-3983]
Finally I found solution. My ISP uses Cgnat so I need vpn to use torrent. We can't do whole process with web ui we need little help of commands. It is simple. Follow me.
First we need create a "Connection Policy". This proccess can be done on web ui.
1) Go to web ui > Conneciton Policies > Click Add Policy > Give any name (something like ProtonVPN) > Tick only your vpn connection > Save it
Now we need to know our policy name.
2) Go to command line and type:
show ip policy
You will get policies config on your router. Look for your policy description that you created before (ProtonVPN). Here I share some of config part.
{
"policy": {
"Policy0": {
"description": "ProtonVPN",
"mark": "ffffaaa",
"table4": 10,
"route4": {
"route": [
Here our policy name is Policy0.
Ok. Last step.
3) Type that command:
torrent policy Policy0
All done. Check your torrent client connection. Now your torrent client use vpn connection that you want.