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

  1. M

    Handling Tagged VLAN on a AC86U

    So, this was an odd one. First of the reason why it works when enabling guest network with "Access Intranet" disabled. It enables two important INPUT rules port 67,68(dhcp)(which should be covered by). A INPUT -i br200 -m state --state NEW -j ACCEPT A INPUT -p udp -m udp --sport 67 --dport 68...
  2. M

    Handling Tagged VLAN on a AC86U

    Right..... so you need to set guest network enabled and "Access Intranet" to disabled for the router to turn on vlan 501. Regular wifi / guest wifi ssid´s can be hidden and "radios" turned off in "Wireless - Professional" settings , vlan501 will still be enabled. (with a standalone ap it might...
  3. M

    Handling Tagged VLAN on a AC86U

    Hmm, guess you are connecting your Unifi-ap straight to the router and don't use a managed switch? Moved my Unifi-ap to a tagged port on the router instead of my switch and cant get an IP(dhcp) either. However if I set an static ip on my phone for example(when connected to the tagged vlan...
  4. M

    Handling Tagged VLAN on a AC86U

    Seems like tagging isn't working correctly? Might wanna check if vlan module is loaded. lsmod | grep vlan If not try to see if you can load it. modprobe bcmvlan Another thing to check might be to enable guest wifi on the router, when I do this all lan ports get tagged with vlan501 by default...
  5. M

    Handling Tagged VLAN on a AC86U

    Looks about right, Here is mine: interface=br200 dhcp-range=br200,192.168.200.180,192.168.200.230,255.255.255.0,86400s dhcp-option=br200,3,192.168.200.1 dhcp-option=br200,6,192.168.200.1 dhcp-option=br200,15,mydomain.com Though dhcp wont work until firewall rules are up(first rule in this case...
  6. M

    Handling Tagged VLAN on a AC86U

    Just upgraded to 386.5(beta). Life just got a lot easier with vlans, finally its just as easy as any other Linux dist. #!/bin/sh # Should be put in /jffs/scripts/init-start # (First script to run so other services can bind to vlan interfaces and well less issues...) # For some strange...
  7. M

    Skynet Skynet is blocking github.com?

    Hmm, will try to explain it though its far more advanced. Yes if you insert a domain it will convert that to an IP so that Skynet knows what to do with it(the exact moment you enter it, and this will auto update to the IP that Skynets sees in the exact moment when in auto updates its lists and...
  8. M

    Skynet Skynet is blocking github.com?

    This is how it´s suppose to work, so nothing wrong with code, it´s how it always worked. First of check what list is blocking the IP(list are some times not maintained, give false positives or might just be plain awful. might be time to remove it?). Issue will always be in the block list cant...
  9. M

    Skynet Skynet is blocking github.com?

    Happened to me to for the last few weeks. Seems like some IP´s from there ranges are blocked. For me it was a few IPs from their "140.82.112.0/20" range that was blocked so after adding it to the white list all was resolved. All their IPs and ranges are available from their site. Github IPs...
Back
Top