Jump to content

Leshiyart

Forum Members
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Leshiyart

  1. On 4/16/2026 at 2:52 PM, Anton S said:

    is it possible? Several providers over 1 phisical port with different VLANs

    yes, its possible with CLI

    interface GigabitEthernet1/VlanX
    up
    ip address xxxxx (or dhcp)
    ip global auto
    exit
    interface GigabitEthernet1/VlanY

    up
    ip address xxxxx

    ip global auto
    exit

    system configuration save

    example for wan port for some model, if wan port in switch other command

    • Thanks 1
  2. 17 hours ago, Anonymos said:

    So i have my own AmneziaVPN proxy server in netherlands and i successfully added my access policy using this tutorial. Its official amnezia tutorial. So it works really good, and my question is how can i make router use the following policy only when lan user accesses a website from like some kind of white list?

    1) static route
    2) since keenos 5.a 

    Introduced a new routing option based on FQDN object-groups, enabling more precise and flexible control over traffic directed to specific domain names. [NDM-3946]

    • dns-proxy route object-group {group} [{interface} | {gateway} [interface]] [auto] [reject] — set routing destination {interface} or {gateway} for domain names listed in the object-group {group}.

    3) entware + xxxxx

    17 hours ago, Anonymos said:

    Also i'd like to mention that i have synology NAS, so i'd like to route its traffic thru vpn when its downloading torrents, it has static ip setup

    macvlan network for docker.... will have his own mac

  3. 1 hour ago, Victor Horseman said:

    Everything worked fine in version 4.3.3. But after the update, importing stopped working (at least the name is empty), and even if you manually create it from scratch and set all the settings, it still won't connect. So, on version 4.3.4, WireGuard is a little less than completely broken.

    manual write PresharedKey from wg.conf, fixed in 4.3.5/5.a6

  4. since 4.2.1 

    • You can now assign Network ports on Extender devices to any configured network segment using the Command Line Interface (CLI). Alternatively, you may wish to disable the Network ports for security reasons. [NDM-3162]

      • mws member {member} port {port} [no] access {interface} — assign {port} on a {member} node to access an {interface} segment;

      • mws member {member} port {port} [no] disable — disable {port} on a {member} node.

×
×
  • Create New...