Recent content by drewski22785

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

    [ 386.4 alpha Build(s) ] Testing available build(s)

    Hey @RMerlin just out of curiosity are any of the builds you get universal so they can be used on multiple devices. Or are they device specific across the board so you actually have to build 20 different sets of code?
  2. D

    DNSMASQ as DHCP server for relay requests

    I am trying to get DNSMASQ to act as DHCP server for relay requests from an upstream device. This device is on a different subnet but is routable. I see the request come in via tcpdump and via dnsmasq logs, but dnsmasq only assigns the local lan range in response. I found that if I added...
  3. D

    YazFi Guest Wireless manual DHCP setup always getting br0 subnet

    Okay so I installed tcpdump and also removed the wl0.2 interface from br0 to be standalone and here are the results: admin@RT-AC3100-7180:/tmp/home/root# tcpdump -i wl0.2 port 67 or port 68 -e -n - vv tcpdump: listening on wl0.2, link-type EN10MB (Ethernet), capture size 262144 bytes...
  4. D

    YazFi Guest Wireless manual DHCP setup always getting br0 subnet

    This isn't exactly a YazFi issue, becasue YazFi works doing this. But since YazFi does this properly, I am hoping someone can tell me what I am missing in my steps. I am at the moment just manually trying to setup DHCP for a guest wireless interface. I enabled wl0.2, and via nvram set...
  5. D

    DHCP hostname cannot be queried outside of LAN in dual-router home network setup?

    @ColinTaylor is correct this isn't valid and AP mode would definitely solve your issue. The key question, is there a reason ap mode doesnt work for you? I ask because I had what I considered valid reason and there is some scripting you can do to work around this. But as I write this I am trying...
  6. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    That is true, but I also tried running the check separate and it didn't fix the issue. The issue only occurs after a reboot specifically with G1's. Somehow this option seems to re-appear after reboot. Just for your reference here is what a before and after reboot would occur on the AC88U when...
  7. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    Hi @Jack Yaz yes I see that but in the AC88U this setting is still changeable on G1's. I was able to replicate the issue once I found it. Moving it to G2's or G3's the issue did not occur. This behavior however did not happen on my AX88U though so it might be a specific issue with that...
  8. D

    YazFi YazFi Lite with Router in AP Mode?

    You are right, current state and full featured it definitely can't. But a lite version I think would be possible, just Guest IP/SSID setup. On the AP mode router, I was able to separate a guest ssid, add an ip to it, and ping the router in Router Mode which had a corresponding SSID with the...
  9. D

    YazFi YazFi Lite with Router in AP Mode?

    Hi @Jack Yaz , your addon has been outstanding, especially for my recent needs. Are there any plans to implement a lite version of your addon to operate in AP Mode? Most of the functions wouldn't work but I think it would be a great function to add. It would allow soft handoff between SSID's on...
  10. D

    Best way to bridge interfaces?

    Okay so I need to add an interface to the existing br0 on my AC88U. I tried adding it in the nvram setting br0_ifnames with a commit but that didnt do anything after reboot and actually reverted itself. So at the moment I have an init-start script where I add it manually via brctl command. Is...
  11. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    Well to give you an update I believe I figured out some of the issue and at the least a workaround. Initially I was running this with YazFi before I uninstalled it and tried working the issue with no add on, why the rules for G1 change after a reboot is still beyond me. It turns out with...
  12. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    I have heard of issues with G1 before so I am trying this first. I moved the SSID to G2, and have it set to access intranet disabled, But it is still binding it to BR0 for some reason and actually giving out an ip from the local lan instead of 192.168.x.x like G1. Is this expected or is there...
  13. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    Okay I rebooted to get you the full chain, I was only looking at INPUT and FORWARD tables when I made that statement. # Generated by iptables-save v1.4.15 on Wed Oct 6 11:59:04 2021 *raw :PREROUTING ACCEPT [2751:666908] :OUTPUT ACCEPT [2193:665489] COMMIT # Completed on Wed Oct 6 11:59:04...
  14. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    Okay, I did this, it as well rebuilt the entire iptables ruleset to look like I had just enabled guest wifi (see above). After reboot though it changed all the rules to my previous post (see above).
  15. D

    Guest Wifi loses internet after reboot Errant iptable rules added after reboot

    Clearly enabling guest wifi completely changes the entire iptable set. Does that mean After reboot is the correct setup? This line here appears to be the one that is breaking the communication since it is being entered top in the list of rules before any accepts are possible? -A INPUT -i br2...
Top