Jump to content

MuKu

Forum Members
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    129

Posts posted by MuKu

  1. Release 4.0 Alpha 8:

    • Thanks 4
    • Upvote 3
  2. Release 4.0 Alpha 6:

    • Core: redesigned the mechanism for tracking the status of network interfaces [NDM-2415]
      Warning: malfunctions of different types of Internet connections and related functions are possible
    • IPv6: the command "ipv6 firewall" has been deprecated and removed [NDM-1731]
    • IPv6: fixed IPv6-only PPPoE connection status [NDM-2585]
    • IPv6: disabled PAT for locally generated traffic, which interfered with, in particular, MAP-T and DS-Lite mechanisms (reported by @Stef) [NDM-2587]
    • Transmission: fixed errors "limiting requests: excess by zone" when accessing via KeenDNS [SYS-752]
    • TSMB: improved compatibility with Total commander [NDM-2574]
    • USB: added a command to power off USB ports, permanently or by schedule [NDM-2550]:
      • system usb {port} power shutdown
      • system usb {port} power schedule {schedule}
    • Web: fixed the Wi-Fi monitor legend in the 5 GHz band (reported by @r13) [NWI-1507]
    • NDSS: fixed task queue blocking when trying to connect to the cloud service (reported by @volvic and also @TSergey) [NDM-2516]
    • CIFS: fixed unnecessary service restart on changing the state of irrelevant network interfaces (reported by @vasek00) [NDM-1840]
    • Thanks 4
    • Upvote 2
  3. Release 4.0 Alpha 5:

    • DNS: fixed "out of socket file descriptors" error under heavy load [SYS-727]
    • DNS: fixed disabling DNS traffic interception for unregistered hosts [NDM-2547]
    • QoS: fixed "watchdog timer interrupt on CPU0" crash when a traffic shaper is enabled [SYS-397]
    • IPv4: fixed default route recovery after PPP interface deletion [NDM-2575]
    • IPv6: implemented WAN address assignment in compliance with RFC6204 (WAA-8) [NDM-2549]
    • Thanks 6
    • Upvote 2
  4. Release 4.0 Alpha 4:

    • DNS: fixed crash when processing TCP chunks [SYS-726]
    • DHCP: increased the limit of static host entries to 512 [NDM-2501]
    • Http: increased the number of proxies to 256 [NDM-2519]
    • UsbLte: switched SMS storage from internal memory to SIM card memory for L850-GL/L860-GL (reported by @r13) [SYS-723]
    • IPv4: fixed "connected" state for interfaces with statically configured IP address [NDM-2551]
    • IPsec: fixed the display of information about Phase1 [NDM-2554]
    • IPsec: fixed spontaneous drop of connections to the L2TP/IPsec server [NDM-2555]
    • Hotspot: fixed average speed calculation in the host traffic monitor [NDM-2556]
    • Hotspot: fixed the display of transmitted bytes in the host traffic monitor legend [NDM-2560]
    • Thanks 6
    • Upvote 1
  5. Release 4.0 Alpha 3:

    • DynDNS: added support for deSEC (desec.io) [NDM-2540]
    • Bridge: added "interface storm-control disable" command [NDM-2541]
    • LTE: fixed traffic counter and "Days until count resets" in the "Data usage & limit" settings [SYS-720]
    • USB: fixed APN setting for Huawei NDIS modems (reported by @Migel) [NDM-2524]
    • Core: fixed deactivation of Ethernet ports when turning them off and on again (reported by @dimon27254) [NDM-2529]
    • Core: fixed interface deactivation when changing connection priorities (reported by @T@rkus) [NDM-2526]
    • IPv4: added support for ICMP and GRE in traffic selectors (reported by @gaaronk) [NDM-2534]
    • IPv6: fixed the disappearance of "ip6 prefix auto" from the configuration (reported by @avn) [NDM-2528]
    • IPv6: fixed usage of Wireguard tunnels as the default route [NDM-2535]
    • IPv6: fixed usage of 6in4 tunnels as the default route (reported by @stakp) [NDM-2544]
    • IPv6: restored "interface ipv6 force-default" command for backward compatibility (reported by @stakp) [NDM-2545]
    • Thanks 4
    • Upvote 1
  6. Release 4.0 Alpha 2:

    • Web: fixed fail-safe timer update on unsaved changes to prevent rebooting [NWI-1496]
    • Web: fixed ethernet provider description (reported by @r777ay) [NWI-1495]
    • Web: fixed polling of IPv6 routes that caused "not found: show/ip6/routes" error (reported by @fl4co) [NWI-1497]
    • IPv6: fixed crash in traffic shaper kernel module on aarch64 [SYS-717]
    • PPPoE: fixed configuration of interface state up/down (reported by @dimon27254) [NDM-2523]
    • SSTP: fixed legacy TLSv1/SHA1 support required for Windows 7 clients (reported by @Winterborn) [NDM-2525]
    • Thanks 4
    • Upvote 2
  7. Release 4.0 Alpha 1:

    • IPv6: implemented prefix delegation for subnets [NDM-1976]
      • ipv6 subnet {name} prefix length {length} — set subnet prefix length
      • ipv6 subnet {name} prefix delegate {delegate} — set delegated prefix length (must be less than prefix length)
    • IPsec: added support for multiple subnets in Phase 2 selectors [NDM-313]
      • object-group ip {name} — create a new object group
        • include (ip | tcp | udp | tcpudp | icmp) {address} [{port} [{end-port}]]
        • exclude (ip | tcp | udp | tcpudp | icmp) {address} [{port} [{end-port}]]
      • crypto map {name} traffic-selectors {local} {remote} — assign local/remote object groups as Phase 2 selectors
    • Web: IPsec site-to-site connections now support multiple subnets for Phase 2 [NWI-1400]
      image.png
    • IPv6: implemented host traffic accounting [SYS-648]
    • IPv6: implemented support for traffic rate limitation [SYS-658]
    • IPv6: implemented support for policy-based routing [NDM-2515]
    • HTTP: added support for IPv6 connections [NDM-2448]
    • NTCE: implemented traffic classification for IPv6 [SYS-652]
    • OpenVPN: added support for IPv6 tunnel addresses [NDM-2451]
    • Wireguard: added support for IPv6 tunnel addresses [NDM-2452]
    • Ping-check: added HTTP/HTTPS URI mode (requested by @Oleksii87) [NDM-2490]
      • ping-check profile {name} mode (icmp | connect | tls | uri) — enable URI checking
      • ping-check profile {name} uri {uri} — set URI
    • DNS: fixed source port mangling in IPv6 responses [NDM-2439]
    • USB: implement band selection for Huawei NDIS (requested by @XEGARE) [NDM-2151]
    • IPv4: implemented copying static routes in routing policies [NDM-2335]
    • USB: added support for Askey WWHC050 modem [NDM-2434]
    • USB: added support for Telit LN960A9 modem [NDM-2502]
    • Wi-Fi: implemented support for tagged VLAN traffic over AccessPoint and WifiStation interfaces [SYS-682]
    • NTCE: added PPP and GRE protocols classification [NDM-2486]
    • Thanks 6
    • Upvote 1
  8. 4.0 is an stable branch based on Linux 4.9, see also changelog 3.9.

    Supported models:

    • Giga (KN-1010)
    • Hero (KN-1011)
    • Start (KN-1110, KN-1111)
    • Lite (KN-1310)
    • Omni (KN-1410)
    • City (KN-1510)
    • Air/Explorer (KN-1610)
    • Extra/Carrier (KN-1710, KN-1711)
    • Ultra/Titan (KN-1810)
    • Viva/Skipper (KN-1910)
    • Omni DSL (KN-2011)
    • Extra DSL/Carrier DSL (KN-2111)
    • Runner 4G (KN-2210)
    • Hero 4G (KN-2310)
    • Hero DSL (KN-2410)
    • Peak DSL (KN-2510)
    • Speedster (KN-3010)
    • Buddy 4 (KN-3210)
    • Thanks 4
    • Upvote 1
  9. Как раз потому что они неофициальные и поддержка нескольких версий документации для одного устройства весьма накладна по времени. А линейка устройств довольно обширна.

    У вас всегда есть возможность "подсмотреть" нужные функции у более поздних моделей.

    • Upvote 1
  10. В 17.02.2017 в 20:02, enpa сказал:

    @MuKu спасибо за новые сборки cli. С командами для Virtual IP пока тишина? :)

    @Fandor @KorDen проверил cli от 17.02.2017, нет смещения:

     

      Показать содержимое

     

    2017-02-17_19-59-23.thumb.jpg.ba94153cd45f5737091db2583bda6193.jpg

     

     

    Группа команд "crypto map virtual-ip" скорее всего будет добавлена на этой неделе.

    • Thanks 1
×
×
  • Create New...