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

    How to add CRON entry in syslog file

    The cron in the firmware is (i think) part of busybox not like acron or something. You would need to add a 'logger' command along with it. 'Logger' allows you to push your own things to the syslog. Kine nearly all my commands (cron or otherwise) have 'logger' lines to make it a bit easier to...
  2. U

    Beta Asuswrt-Merlin 388.1 Beta is available for select models

    GT-AXE11000 seems to be a real red headed stepchild.
  3. U

    [Dev] Asuswrt-Merlin 388.1 development

    Wait. Wireguard is replacing OpenVPN? Bah, never mind. Did not see the 'other tab'.
  4. U

    IPV6 Firewall with dynamic prefix

    :confused:
  5. U

    IPV6 Firewall with dynamic prefix

    Well in the docker-compose.yml you have to specify the subnet for the network it creates. networks: lan: name: lan driver: macvlan enable_ipv6: true driver_opts: parent: eth0 ipam: config: - subnet: 2600:1111:2222:3333::/64 But of course that can...
  6. U

    IPV6 Firewall with dynamic prefix

    A bit off to the side but how are you dealing with ipv6 in docker containers with a dynamic prefix? Sounds like you are going through figuring out the same stuff i need to with my setup. :)
  7. U

    RT-AX86U Wake On LAN doen't work on 2.5gbe port?

    Are you absolutely certain WoL is enabled in the BIOS? I have had two Asus mobo's and by default it was not enabled on either of them. Look for an option called something like 'wake on PCIE' in the BIOS and mare sure it is enabled. You must also disable Fast Boot in Windows.
  8. U

    dnsmasq and no internet

    Why does dnsmasq stop serving local dns when there is no internet? I have reserved ips and such in my config but when the internet goes down none will resolve.
  9. U

    Disable LAN port on Asus wifi repeaters

    If someone has physical access there is no such thing as secure.
  10. U

    register ipv6 in dnsmasq

    Is there any way to get clients to register their ipv6 (global or link-local) addresses in dnsmasq? So when you do a nslookup on a clients hostname it reports its ipv4 and ipv6 addresses.
  11. U

    Solved Cannot create and start a new OpenVPN server on GT-AXE11000 due to ipv6 error (ipv6 disabled)

    The docs should really flat out say to do a factory default when going to Merlin from anything no matter what. None of this "it should not be needed" crap.
  12. U

    Wireguard Session Manager - Discussion (3rd) thread

    I fail at scrolling down pages. :( Its working working now. Is there any reason I should NOT run it on port 80? Why would I want to do this? Hospital I go to often... their wireless is locked down like a mofo. Can't even check iCloud e-mail on it because it uses STANDARD secure SMTP ports...
  13. U

    Wireguard Session Manager - Discussion (3rd) thread

    OK I take that back. Ugh. Installed wgm through amtm. peer wg21 del peer new ipv6 peer wg21 auto=y create test wg21 E:Option ==> 8 Peers (Auto start: Auto=P - Policy, Auto=S - Site-to-Site) Server Auto Subnet Port Annotate wg21 Y...
  14. U

    Wireguard Session Manager - Discussion (3rd) thread

    HA HA! Excellent. Thank you. EDIT: And it is working! Oh is there any major difference between a 'aa' prefix and a 'fd' prefix?
  15. U

    Wireguard Session Manager - Discussion (3rd) thread

    My guess is the dev version is the only one working ATM right?
  16. U

    Wireguard Session Manager - Discussion (3rd) thread

    Now that FiOS FINALLY has IPv6 in my area as of yesterday I have been looking into getting it working over WG. From the sound of this thread, it is still up in the air. Am I reading into this right?
  17. U

    Beta Asuswrt-Merlin 386.6 beta is now available for select models

    ET12 and XT12 use the same firmware?
  18. U

    AiMesh Ethernet Backhaul

    I am trying to find out if this is true or not. If it is JFC Asus needs to get their head out of their asses. Does AiMesh ethernet backhaul mode ONLY work if the slave node is plugged DIRECTLY into the master node? The only damned way I could even get the slave node to connect to the master...
  19. U

    AiMesh with two Asus RT-AC86U - router will not connect to AiMesh node

    Trying to connect a GT-AXE11000 to a RT-AC86U and wired or wireless they refuse to see each other.
  20. U

    Unknown MAC Address in logs

    The quick synopsis is look at the second character in a MAC address, if it is a 2, 6, A, or E it is a randomized address. I'm a bit of an butt and have this in my dnsmasq.cfg.add file. # random MAC dhcp-host=02:*:*:*:*:*,ignore dhcp-host=06:*:*:*:*:*,ignore dhcp-host=0A:*:*:*:*:*,ignore...
Top