• 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!

Recent content by joomlafab

  1. J

    Access webgui only from inside wireguard network ? [SOLVED]

    Thanks to both of you for those enlightments. @ZebMcKayhan you are right, I didn't add 192.168.50.1. to the AllowedIPs on the VPN server when I tried with VPN Director, only on the client, my mistake. Anyway, I'm perfectly happy with the current setup.
  2. J

    Access webgui only from inside wireguard network ? [SOLVED]

    Hi guys, again thanks a lot to all of you for your help and sorry for the late feedback. Long story short, I ended up using @kuchkovsky script, that works great. Thanks a lot ! I just had to adjust the ports in the mapping to my needs and now from within my VPN, I can reach webgui or ssh to...
  3. J

    Access webgui only from inside wireguard network ? [SOLVED]

    Hi guys, thanks a lot to all of you for your explanations and suggestions. I’m a little busy today but I’ll give a try to your ideas soon and will give feedback. Merlin is such a great project and the community is amazing. I’ve been using it for years and evangelising friends and family about...
  4. J

    Access webgui only from inside wireguard network ? [SOLVED]

    Hi ! I've got a remote/independant wireguard VPN server. I can set up a wireguard client in the VPN section of my AX86UPro, and with VPN Director I can add rules so that some machines on the network use it. Now I wonder if it's possible (and how) to set up a rule so that the webgui would be...
  5. J

    Beta Asuswrt-Merlin 388.2 Beta is now available for Wifi 6 models

    @RMerlin Hi, as a user of AX3000-V1 (=AX58U-V1), and a modest contributor to your wiki, I regret very much that you plan to end its support. Back when I bought my AX3000, and a couple of other ones for friends and family, Asuswrt-Merlin was the reason I chose it, and also because it was a...
  6. J

    Tutorial Guest Wifi random password + QR code generator for display on smart TV

    Some Windows editors can change the EOL. For instance to create a UNIX EOL file in Notepad++, you go to the Edit menu, select the "EOL Conversion" submenu, then select "UNIX/OSX Format" and save your file.
  7. J

    Release Asuswrt-Merlin 388.1 is now available for all supported Wifi 6 models

    388.1 working flawless on my RT-AX3000 (RT-AX58U firmware) 24 hours after an (almost) dirty upgrade. I just unmounted the USB key and rebooted the router prior to upgrade. As usual, thanks a lot to RMerlin and everyone involved!
  8. J

    Change SSID via cline?

    you can do something like this to get a list of nvram variable and find the network you wan't to change nvram show | grep ssid
  9. J

    Change SSID via cline?

    You can change the ssid name or password etc... with nvram set command. You need to know the name of the network For example to change the SSID name of wl0.2 to MYNEWSSID : nvram set wl0.2_ssid=MYNEWSSID nvram commit service restart_wireless You can do this in a script and run it with a cron...
  10. J

    Release Asuswrt-Merlin 386.4 is now available

    Dirty upgrade from 386.3_2 on AX3000 worked fine. No problem at all after running 48 hours. Many thanks to RMerlin and everyone involved.
  11. J

    RT-AX3000 crashing every few days in bcmsw_rx (Tried hw/sw reset/rebuilds and even new replacement router)

    Well, you've done quite some testing already to narrow the problem down... Sorry I couldn't help more. Hopefully someone else will !
  12. J

    RT-AX3000 crashing every few days in bcmsw_rx (Tried hw/sw reset/rebuilds and even new replacement router)

    Hi ! I can't help much with your logs, but I just want to say that I have a couple of AX3000 since may 2020 (not attached, they are in 2 separate homes). I keep them up to date with the latest stable Merlin and I've never experienced any reboot or instability. I have about 15 to 30 devices...
  13. J

    Am I Hacked?

    Have you checked your IP address from firefox ( https://www.google.fr/search?q=what+is+my+ip ) and verified it's not an IP localized in UK ? If it is, well either your VPN is still on, or your IP is badly localized... Also check firefox preferences. In general settings, you can "Choose your...
  14. J

    Tutorial Guest Wifi random password + QR code generator for display on smart TV

    I did another little change to the script : changed the default html file name from index.html to guest_wifi.html I thought this would be safer for people who already have an index.html on their webserver and would copy and paste the script without reading it...
  15. J

    Tutorial Guest Wifi random password + QR code generator for display on smart TV

    @ColinTaylor : thanks for your suggestion, I changed it. I didn't know that !
Back
Top