this post was submitted on 31 Mar 2026
15 points (100.0% liked)

Selfhosted

58238 readers
840 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/45249301

Hi there, i have a few questions about GL-Mt3000 and Openwrt.

Context Wall fell free to skip:

spoiler

I bought a year ago a Gl-Mt3000 and have been using it as a home router since then.

It was fantastic, since the interface is really easy, i put all my iot on a guest network, my family cellphones on another and activated Adguardhome with little knowledge needed.

Now, i wanted to start learning a bit more, so i decided to host the dns sinkhole (Adguard Home) by myself on my main network.

I more or less got it working, it shouted a few errors but it worked. My problem is that the iot devices on the guest network can't access it.

Tinkering with the gl-inet interface i was able to proxy all dns request to the Adguard server, but since they are redirected from the router i lose the statistics since every query appears as if it was done by the router itself.

~~From what i read, there are ways to make the udp 53 port reach the guest network but it flew a bit over my head, and i don't know how touching luci will mess with the gl-inet interface.~~ Edit: You can easily do this through the gl.inet interface, on the tab called port forwarding, you can forward between zones, not only to the internet, i don't know why it didn't occurred to me. In my defense i wasn't able to google either. Maybe it was too obvious.

Questions:

Is there any benefit to host AdguardHome outside the router? I did it to learn, but i don't know if it has any advantages.

I plan to learn openwrt and flash the router to vanilla openwrt. My reasons are that:

  • I feel restricted by the gl-inet interface.
  • Gl-inet doesn't seem to update too frequently their firmware.
  • I'm worried their custom software will cause problems if i tinker Luci too much.
  • I think it will easier to learn the vanilla version than a custom version.

Does all of this make sense? Do you think is worth to spend time on this?

you are viewing a single comment's thread
view the rest of the comments
[–] SusanoStyle@lemmy.ml 1 points 5 days ago (1 children)

I did, but i don't know if changing things there will cause conflicts.

Since i have no experience using luci i don't know what behaviour is normal or expected, and to what extent the custom software glinet uses changes it. Do you think that tweeking the preconfigured networks would cause conflicts in the long run?

After sleeping over it, im leaning towards going full vanilla. It should be easier to find tutorials to solve and isolate problems.

Anyways thanks for your comment.

[–] ExcessShiv@lemmy.dbzer0.com 3 points 5 days ago (1 children)

Do you think that tweeking the preconfigured networks would cause conflicts in the long run?

No, none at all. The gl.inet GUI interacts with the underlying system in the exact same way AFAIK, the most common things are just presented with a better/simplified GUI to provide a better UX for non-powerusers.

[–] SusanoStyle@lemmy.ml 1 points 5 days ago

I see, i will study it over the weekend a bit better and see what i end up doing. Thank you.