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. john9527

    DIY routers and APs

    That's my direction with my x86 build. I have an AC68U running my fork set up as an access point with 4 VLANs + the default VLAN, all fully tagged. I've added code to my fork to be able to query openwrt for IP and client names to fill in the details on the Wireless Status. Plan to add code...
  2. john9527

    DIY routers and APs

    I just got the raw board....think I payed less than $200 for it....thought I got a 'steal' :) Added case, power adapter from Amazon.....and an SSD and memory I had laying around. Originally bought it to try pfSense/OPNsense.....but now trying my own builds of OpenWrt (tentatively calling my...
  3. john9527

    DIY routers and APs

    I'm currently playing with this one.....got it as an open-box buy on NewEgg a few years back. https://www.supermicro.com/en/products/motherboard/X11SBA-LN4F
  4. john9527

    Solved OpenVPN server issue

    Just for anyone wondering....I didn't pick up the Easy-RSA code change on my LTS fork. Checked and the server certs are Signature Algorithm: sha256WithRSAEncryption
  5. john9527

    RT-AC86U - Firewall problem WAN

    Not true for me.....I always have to define either a VPN WAN rule or set up another interface to reach my modem (192.168.100.1 with router at 192.168.1.1) when the VPN is active.
  6. john9527

    RT-AC86U - Firewall problem WAN

    That's because it's trying to connect to the FritzBox over the VPN tunnel (it's an external network to the ASUS LAN). Simpliest fix is to enable policy routing and add a rule to direct the Fritz network to WAN.
  7. john9527

    SIX months since Merlin included updated Asus GPL - what's cooking at Asus ???

    Yes, it's unfortunate....even if understandable given how some folks were porting ASUS licensed code to non-ASUS routers. For me, it's why I haven't moved to do a follow on LTS fork or purchased a new ASUS HND based router. Instead, looking at other avenues to play with based on an fully open...
  8. john9527

    Mochabin - Interesting kickstarter

    https://www.kickstarter.com/projects/874883570/mochabin-5g Already has an OpenWrt support branch....
  9. john9527

    Release [Fork] Asuswrt-Merlin 374 LTS release 51E3

    My deepest apologies.....have to think up a suitable punishment :eek::)
  10. john9527

    Release [Fork] Asuswrt-Merlin 374 LTS release 51E3

    I don't use YasFi, so not sure of its inner workings, but if it allows you to set up nameservers for each subnet I could see where it could lead to the same situation I'm thinking about.
  11. john9527

    Release [Fork] Asuswrt-Merlin 374 LTS release 51E3

    When was the last time you tried....it works well. Are you also using DNSFilter? If you push external servers to clients via setting in LAN DHCP, and also have those same servers specified in DNSFilter, I can envision you getting into a 'loop' of continually trying to redirect DNS requests (I...
  12. john9527

    RT-AX88U 386.3_2 goes about 3-4 weeks before RAM fills up.

    May be due to the busybox implementations and the way the do/not do buffering, but I've never run into any problems. The problem with your solution, is that you are putting the intermediate file in /tmp, which is most likely where he is already running out space.
  13. john9527

    RT-AX88U 386.3_2 goes about 3-4 weeks before RAM fills up.

    Here's a little script you can try that can handle shrinking an open log file in most cases.....two parameters....the name of the logfile and the number of lines to keep in the log... #!/bin/sh #check-log scr_name="$(basename $0)[$$]" # Shrink logfile to last 100 lines LOGFILE="$1" if [...
  14. john9527

    RT-AC88U Internet Problem: ISP's DHCP did not function properly.

    You cloned your LAN port MAC address, not your Internet port.... (should be the '05' address I think).
  15. john9527

    RT-AC88U Internet Problem: ISP's DHCP did not function properly.

    @cowboy Last thing to try.....power off both the modem and router for about 30min. Then power up the modem and let it sync, then the router. Some ISPs 'remember' things about the attached equipment, and taking everything offline for 15-30min is usually enough time to force a reset.
  16. john9527

    VPN problem rt ac56u John's Fork

    Yes...opening a forum thread is the best way. In addition to me seeing it, this community is very good and many times can also help out. PS - If you are running low on nvram space, you can move certs to jffs, but on this fork it is a manual process via CLI. See the Merlin_Fork_Options.txt...
  17. john9527

    Problem with the installation of older Asuswrt-Merlin version on RT-AC68U

    384 code doesn't support the AC68U V3. It requires 386.1 minimum.
  18. john9527

    VPN problem rt ac56u John's Fork

    Took a look at the code and spotted what may be a problem during client reset. Generated a fix, but can't test it right now. If you would like to give it a try, 51D7 is up in the Development downloads.
  19. john9527

    2.4ghz Guest #2 randomly refuses connections, SSID still visible. Non-guest no problems.

    You restart one SSID, your restart them all... service restart_wireless
  20. john9527

    SMB/NFS freezing on Asus-Shield configuration

    @kofii12345 If you have Protected Management Frames enabled/capable in the router wireless settings, try setting it to disabled.
Top