September 4, 20241 yr ** The domain listed below and in the configuration files are an example domain, not my real domain. ** Can someone help me configure my unRaid server? I've been trying to get it up for over two months now and I'm still having issues. I have a domain name (for example, `er.com`) of which I'd like to use one first-level subdomain to name all of my devices (`comput.er.com`), and then a second first-level subodmain (`serv.er.com`) to host all my services through a reverse proxy. So my devices would be something like `server.comput.er.com`, `router.comput.er.com`, etc. Then my services would be something like `cloud.serv.er.com` (which would map to `server.comput.er.com:3333`). I have my domain registered at porkbun.com, so I set their DNS servers pointing to Cloudflare. From cloudflare, I have the normal domain `er.com` pointing to my webhosting. So `er.com` just goes to a blank page. But then I have four individual A records that point `comput.er.com`, `*.comput.er.com`, `serv.er.com` and `*.serv.er.com` to my home's public IP. On my router, I setup port forwarding to point to my server (different ports depending on what reverse proxy i'm trying to get working). I've setup two raspbery pi's running Bind9 as my primary and secondary DNS servers (`ns1` and `ns2`). I set them up to be the SOA for both `comput.er.com` and `serv.er.com`. On my router, I also setup my DNS servers as the only two DNS servers for my network. When I run `nslookup` from any pc on the network on `server.comput.er.com`, i get the appropriate response from my nameservers. I can also view my unRaid dashboard via `server.comput.er.com` The last reverse proxy I tried (which is still currently running) is Traefik (following the ibracorp documentation/video). The Traefik Dashboard shows when I visit it via IP/port, or by `server.comput.er.com:[port]`, but when i try `traefik.serv.er.zone` (which is what i configured in traefik's config), I just get sent to my unRaid server's dashboard. So it seems the DNS server is doing the re-routing instead of Traefik. Any help would be greatly appreciated. If someone would be willing to work with me one-on-one via discord too, we could talk about possible compensation for time as well. Thanks in advance for any and all help. DNS Server: named.conf comput.er.com.zone serv.er.com.zone Traefik Config: traefik.yml fileConfig.yml Edited September 4, 20241 yr by RadTechDad
September 11, 20241 yr Author Solution I asked on the Ibracorp discord and someone said that Traefik needed ports 80 and 443, but my unRaid Dashboard was also on 80 and 443, so once I changed those, it worked.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.