Search results

  • 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. R

    VPNMON VPNMON-R3 Custom Server List Generation Tutorials and Examples

    Awesome Job!! here is the command to which filters duplicate entries by adding | sort | uniq at the end. curl --silent --retry 3 --connect-timeout 3 --max-time 6 --retry-delay 1 --retry-all-errors https://api.protonvpn.ch/vpn/logicals | jq --raw-output '.LogicalServers[] | select(.EntryCountry...
  2. R

    VPNMON VPNMON-R3 Custom Server List Generation Tutorials and Examples

    I just tested the previous command and it didn't work I had to replace the .ExitIP with .EntryIP to make it connect. However I ran into an issue where it returns multiple entries for each ip please run this curl and tell me what you think of the result. One thing I think we should take into...
  3. R

    VPNMON VPNMON-R3 Custom Server List Generation Tutorials and Examples

    Here is the code for ProtonVPN servers If anyone wants it. Haven't tested it yet. curl --silent --retry 3 --connect-timeout 3 --max-time 6 --retry-delay 1 --retry-all-errors https://api.protonvpn.ch/vpn/logicals | jq --raw-output '.LogicalServers[] | select(.Name | contains("US")) |...
  4. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    You can add a Raspberrypi or any other device to vpn director and then run Tailscale on It then add It to Tailnet then finally set it as an exit node. You would then have access to a vpn from any device by just simply using Tailscale.
  5. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Add your Adguard ip running Tailscale here and It will be used to process dns requests. If you do not add any ip It will use the exit node dns settings. You cannot access devices on a Tailnet network unless you are connected to Tailnet. So you have to connect using Tailscale to have access to...
  6. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Restart Tailscale? [y/n]: y Messages: Executing: tailscale down error fetching current status: Failed to connect to local Tailscale daemon for /localapi/v0/status; not running? Error: dial unix /var/run/tailscale/tailscaled.sock: connect: no such file or directory Is this error normal?
  7. R

    TAILMON TAILMON v1.0.20 -July 27, 2024- WireGuard-based Tailscale Installer, Configurator and Monitor (THREAD #1 CLOSED)

    Tried it on my AX11000 works perfectly. One thing I noticed is LAN access is enabled by default. Anyway to disable LAN access when router is set as an exit node?
  8. R

    Allowing Incoming WAN Connections for WireGuard Client Listed in Director

    What about openvpn? I did face the same problem also with It.
  9. R

    Allowing Incoming WAN Connections for WireGuard Client Listed in Director

    I solved this problem by running an nginx reverse proxy on a local machine which sends https traffic to the device that's connected to the vpn. The Internet Host in my case Is a Cloudflare ip. My theory Is that the packets are not reaching the "nas" hence why you need a local reverse proxy with...
  10. R

    Can't Connect To Web Server Added To VPN Director.

    Hello. I have a web server added to vpn director but cannot connect to it from outside. If I remove it from vpn director It connects normally. Wan Port forwarding directs to the web servers device ip which Is 192.168.1.200 What could be the issue? Am I missing something?
  11. R

    Solved VPN Client keeps disconnecting

    Had the same issue. Did a Factory reset and configured from scratch fixed the issue. Try setting the router from scratch and don't use the previous saved settings since it might have issues.
  12. R

    [Dev] Asuswrt-Merlin 388.1 development

    I'm using 388 on AX11000 no issues so far in logs except for a some warnings related to openvpn mtu which i think can be ignored. I did set wireguard client Persistent Keepalive to 5 from 25 to prevent the tunnel from stopping at idle just in case. I also have a specific device which keeps...
  13. R

    VPN Killswitch

    Just checked and It definitely does! I never knew that. I guess my previous installation was bugged due to my 386.7 settings.
  14. R

    VPN Killswitch

    I think if it's under vpndirector the client never uses wan. I made a python script that auto starts wireguard client upon router reboot might be useful to someone. import asyncio from playwright.async_api import async_playwright async def run(playwright): chromium =...
  15. R

    [Dev] Asuswrt-Merlin 388.1 development

    Ok will do that and report if any issues arise.
  16. R

    [Dev] Asuswrt-Merlin 388.1 development

    Do you mean reset and not restore backed up settings?
  17. R

    [Dev] Asuswrt-Merlin 388.1 development

    Wireguard Client stopped again. Nothing in Logs.
  18. R

    [Dev] Asuswrt-Merlin 388.1 development

    Yep did a factory reset and removed all addons now working properly. Will be running stock 388 Alpha now.
Top