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

  1. D

    Guest Network Pro Pi Hole

    Because you using a store bought router made by people that makes insecure products so there is no guarantee its dns address advertisement feature is only locked to networks assigned instead of all addresses. So you should learn how to use ubound correctly, which is the program pihole uses as...
  2. D

    Strange config settings found

    I would have to look inside their code, but it could be just the "reset value" it installs when you reset the device.
  3. D

    UniFi Dream Router 7 vs Asus RT-BE88U

    Then what is the message? I imagine it's Windows netbios since that should be disabled on modern router systems. As far as the Ubiquity gear, its better to log into the router from a computer to set them up. I don't use phone apps nor recommend anything you are forced to use one.
  4. D

    Regarding my new BE88U and the 10Gb "WAN/LAN" port(s)

    You are definitely correct about jumbo frames. But router port setting are purposely set low for lower latency with slower links. So there is a small trade in compatibility if you run a mixed environment instead with coalescing switches. Jumbo frames is a feature for slower than 10Gb and...
  5. D

    Asus Dual WAN Setup With Wireguard - Bug?

    at least my stuff works and I told you how I did it. if you can't figure that how it can apply, that is your issue and not mine.
  6. D

    Asus Dual WAN Setup With Wireguard - Bug?

    Link aggregation is just one mode of bond. The other common one is active-backup (live redundant) which is exactly what they are using. So what do you get when you run " ip -a " at the SSH terminal? there should be one that is the bond interface that is the hub for the redundant connection. If...
  7. D

    Asus Dual WAN Setup With Wireguard - Bug?

    Bond0 is the redundant link. If you use Interface method instead of a IP table routing. When I create a redundant WAN in linux: ip link add bond0 type bond ip link set bond0 type bond miimon 100 mode active-backup ip link set eth0 down ip link set eth1 down ip link set eth0 master...
  8. D

    Asus Dual WAN Setup With Wireguard - Bug?

    Well its how wireguard is set up, but if you are using a fail over WAN, you need to use the mac address from the bond0 instead of a wan port, Because it exclusively uses only one WAN interface by mac address.
  9. D

    Synology will try to lock you into using their branded drives

    I bought and used a Synology Nas once, then I basically replaced it with a real server because I find using real hardware is better than trying to use these toy NAS that only recently was able to connect to my 10Gb network I've been running for years. Usually these companies once they go...
  10. D

    No WAN with Bell 4000 passthrough

    Its kind of pointless for them to do since all you would have to do is to buy a 10Gb ONT and change its mac address to the gigahub's Mac address.
  11. D

    ASUS XT9 problems with pairing?

    another layer of this is apple does have issues with mesh wifi no matter who makes it. But a lot of wifi devices will do this too. Its not guaranteed to work either.
  12. D

    ASUS XT9 problems with pairing?

    I think you need to just re flash the router's firmware if a different device doesn't work. You see, the device has to switch to a stronger signal and some devices have this ability automatically wile others you have to configure it and some don't do that at all. When you turn off the ipad's...
  13. D

    Need Cross NAS BackUp Solution

    There are a few ways they can write the program, but I imagine it just reads the samba config file for mounts. If you are SSH into it as a root user, you have root access. So you need to know the actual mounted path instead of the samba share path if doing rsync via ssh. So when you do...
  14. D

    Need Cross NAS BackUp Solution

    It looks like the Ugreen is just another Linux os. So all you have to do is create a service account with the group root. The account you ssh with must have root privileges.
  15. D

    ASUS XT9 problems with pairing?

    Restart ipad, then, Settings > General > Transfer or Reset [Device] > Reset > Reset Network Settings.
Back
Top