Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rama3124

#1
A simple restart of adguard home solved the issue. I should have tried that first, thanks for helping anyway
#2
I tried this on opnsense and it said all packages are up to date so I think I already have the updated plugin
#3
Hi, I run opnsense 24.7.10 with adguard home and have always been able to update adguard home from the UI. Just today, it prompted me to install an update but gives me an error when I try to update and asks me to install a manual update instead. How can I do a manual update on OPNSense? Thanks
#4
You sir are a gentleman and a scholar...
Worked perfectly :)
#5
Hi
I just upgraded to 24.7 and every time I check for updates now, it says that there are 4 packages needing update:
New packages to be INSTALLED:
   libICE: 1.1.0_2,1 [SunnyValley]
   libXau: 1.0.9_1 [SunnyValley]
   libXdmcp: 1.1.5 [SunnyValley]
   xorgproto: 2023.2 [SunnyValley]

Once I let the update finish and see **DONE**, and check for updates again, it says the same packages need updating. Is this a bug? I've tried 4 times now

Thanks
#6
Hi
I run opnsense with adguard home & unbound DNS and wish to set up a custom DNS record to point app.mydomain.com to my application locally. I have Traefik reverse proxy running on one of the ports of my unraid server so if I could arrange for the app.mydomain.com to resolve to Traefik, I think Traefik would be able to connect to my application. How can I set this record up? Hopefully my question makes sense
#7
Thanks for the prompt reply. Is it an issue to just have 0.0.0.0 as the only dns bind host or should I add the 192 one? Sorry, fairly new to networking.

Also regarding DNS encryption, if I don't want external access to the admin interface, do I still need a domain and certificate?
#8
Why is this not necessary?
#9
Hi
I'm running adguard home plugin on opnsense, setup as per the guide linked early on in this thread. The guide mentions that I need to edit the yaml config to be as shown below:
bind_host: 0.0.0.0
bind_port: 3000
[...]
dns:
  bind_host: 0.0.0.0
  port: 53

I have changed the bind_host under dns to 0.0.0.0 but don't have the bind host or bind port option, instead I have:
http:
  pprof:
    port: 6060
    enabled: false
  address: 192.168.1.1:3000

Should I change this address to be 0.0.0.0:3000?
Also I haven't set up DNS encryption. Is it useful for the average home user? If so, can someone point me to a guide to setting it up in opnsense? I have a domain name that I purchased from cloudflare and expose some services run as docker containers on my server via traefik reverse proxy. How do i use this domain to setup DNS encryption? Thanks

#10
Hi
I have a pixel 8 and the unbound DNS seems to be blocking the weather widget since it doesn't update the weather when I'm connected to my network. What domain do i need to whitelist to allow google weather through? I ideally don't want to allow other google ads through

TIA
#11
General Discussion / Re: Find time of last restart
July 20, 2023, 12:36:42 PM
Amazing! thanks, exactly what i needed. Is there also a log that shows uptime or restart times? Or does the counter restart on reboot?
#12
General Discussion / Find time of last restart
July 19, 2023, 11:18:27 PM
Hi, is there a way to tell when my PC running OPNsense last turned on or restarted? I'm sure this is a very basic question but I can't work out how to get this information
#13
Still not working so i'm definitely missing something here. I am running plex container on my Unraid server and usually access the service with IPADDRESSOFUNRAID:PORT but can't add port numbers to host override so filled out the fields like this but it doesn't seem to function:
Host: plex.local
Domain (name of my container): plex
Type: A
IP: IPRADDRESSOFUNRAID

What am i doing wrong now? Also regarding using the plex container name, docker containers are on a custom docker network on my unraid server so not sure if this affects things

Thanks again for all the help
#14
Thanks for the reply
There's two options, host overrides or domain overrides. I'm assuming it is domain override that i need and i tried adding a domain (test.local) and then put in the IP address and port for an example service and then clicked save + apply however visiting test.local in my browser didn't bring up the service. Am i doing something wrong?
#15
Hi
I run several services on my server through docker containers and currently access these services using the IP address of the server followed by the port number. Is there a way to arrange it so that I can access the services locally using container names? For example if I want to access my Plex container, typing plex.local instead of the IP address? Fairly new to opnsense so sorry if the question is silly or basic, TIA