Recent content by Bagetak

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. B

    IPv6 static route

    So I managed to create simple script. Since I am using PPPoE dhcp-event will not work for me. It takes some time to receive the prefix so I added 20 seconds sleep. I can probably check for it dynamiclly but that works for me just fine. wan-event: #!/bin/sh if [ "$2" = "connected" ]; then...
  2. B

    IPv6 static route

    RT-AX56U - 388.2_2
  3. B

    IPv6 static route

    Hey, I want create a static route of my /64 prefix to my local server for VPN and other stuff. I can't use the GUI for that. How can I make it using some scripts to survive all the reboots, changes on the router? ip -6 route add 2001:xxx:xxx:xxx::/64 via 2001:xxx:xxx:xxx::50 dev br0 I know there...
  4. B

    Bandwidth Monitor not working

    After enabling Apps analysis it's working as excepted. You probably just need to accept the licnese by enabling some of their features.
  5. B

    Bandwidth Monitor not working

    Everything is disabled. I am using just OpenVPN Server.
  6. B

    Bandwidth Monitor not working

    var array_traffic = new Array(); var router_traffic = new Array(); array_traffic = []; router_traffic = []; [BWDPI_SQLITE]mode=traffic_wan, name=, dura=realtime, date= [BWDPI_SQLITE]status=all, name= [BWDPI_SQLITE]mode=traffic, name=, dura=realtime, date= [BWDPI_SQLITE]status=, name=...
  7. B

    Bandwidth Monitor not working

    Hi, I just noticed that Bandwidth Monitor shows only zeros. I can see traffic on Network Map page but i don't know which device is currently using my network. I got RT-AX56U with 388.1 firmware
  8. B

    Isolated AP - allow IP address

    When I am connect to WiFi AP isolated Wifi I can't communicate with anything. DNS server is wired. I am using main wifi settings Wireless->Professional->Set AP Isolated
  9. B

    Isolated AP - allow IP address

    Hi, I want to have my router in AP isolated mode but then my devices can't communicate with my DNS server. I have an external dns server on my network. I don't want to use the router itself as upstream dns server. Can I allow ip addresses to be accsesible trought some script?
  10. B

    OpenVPN Client IPv6

    Thanks, It seems to be thats normal behaviour. I forgot to mention that my OpenVPN Server also support IPv6 connection so I should also get new IPv6 address. When using OpenVPN Connect app I am completely hidden with the server's IPv4 and IPv6 addresses. On router I'll get only IPv4 and IPv6 is...
  11. B

    OpenVPN Client IPv6

    I setup OpenVPN Client on my router and I receive VPN's IPv4 address but I still have my public IPv6 address assigend from my ISP. When I use the OpevnVPN Connect app on Windows then I got only the IPv4 address from VPN and IPv6 is disabled. Is there some workaround than disabling IPv6 completly...
Top