• 5 Posts
  • 69 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
rss
  • I agree not having micro SD cards is pretty frustrating. The way I have worked around it is to “self-host” the things that take up lots of storage space on a separate PC, and connect to that with my phone when I want to access it.

    For example, instead of loading a bunch of movies onto my phone, all my movies/tv are on my plex server. When I want to watch something I just open the Plex app and go. The videos don’t take up any space on my phone (unless i will be out of service, then I can download them via the app for offline viewing).

    I do the same thing for music, pictures, and other things. A benefit of this is all my stuff is accessible from all my devices (phone, tablet/pc/laptop/tv) without me having to manually load it on each device.

    It takes work to get setup, and it’s important to make sure you have good data backup practices incase you have drives that fail. But once you have it setup it’s quite liberating not having to rely on all the BS cloud services that big tech tries to sell us.

    While I would still prefer to have a micro sd card slot, this setup makes me miss them less.










  • Both opnsense and pfsense allow custom DNS entries so you still have that as an option. Probably the other options do too but you’ll just have to verify.

    But if you want to keep it simple I would just keep the pihole as a separate device. A lot of the built in options aernt quite as easy to setup and don’t have the best UI compared to pihole IMO.


  • Most of the more advanced gateways have some sort of DNS filtering built in. Opnsense has an adguard plugin, pfsense has pfblocker-ng, openwrt has a few different options, Unifi and mikrotik both have solutions too I think. Usually you can just load the same block list that pihole uses into the filtering software and you are good to go.

    If you want the most flexibility and want to use the same hardware for both gateway/DNS and want to try out different DNS/router solutions a hypervisor would give you the most options. But it would also be the most complicated.






  • If you’re looking for a more mature networking setup, I would definitely recommend splitting up your router, switch and AP duties into separate devices. It gives you the most flexibility for when you want to tinker or change things.

    For a main router setup, I would recommend OpnSense. It’s has a cloud backup feature which allows you to automatically backup the configuration to a Google Drive xml file whenever it is changed.

    The XML config file stores all your leases so you don’t have to worry about reassigning DHCP reservations. If you load the config onto a new system, like for an upgrade or if the router hardware fails, usually you just have to change the interface mappings and you’re good to go.

    As far as APs/switches, I would recommend Unifi or Mikrotik. Unifi has a fancy dashboard you can use to adopt new equipment and restore/change configs from, but I find Mikrotik easier and simpler to backup and I like that i dont have to host a controller to make config changes.