OPNsense Forum

English Forums => General Discussion => Topic started by: farco on April 15, 2021, 01:03:57 PM

Title: No Adguard Webinterface after Reboot
Post by: farco on April 15, 2021, 01:03:57 PM
Hello,

first i am new to OPNsense so please patient ;) .
Today i installed Adguard from mimugmail repo, so after installing i go to myfirewallip:3000 and did the configuration incl. the OPNSense configuration (i use unbound) .
The Adguard IF where now accessible myfirewallip:8080  (-> everything is working fine) after a OPNSense reboot  i can not reach the Adguard Webinterface.

Adguard works because i created a filter dns rewrite an this works.
Maybe anyone can help me here?
Title: Re: No Adguard Webinterface after Reboot
Post by: mimugmail on April 15, 2021, 01:56:10 PM
Maybe you have another daemon listening on this port?
Unifi e.g. listens on 8080, or maybe the Web Proxy itself?

Go via CLI and typ:

sockstat -4 | grep 8080
Title: Re: No Adguard Webinterface after Reboot
Post by: farco on April 15, 2021, 02:30:26 PM
 ;D ;D ;D i am an Idiot
I took a look in the adguard yaml file the port where set to 8081  ;D i change it to 8080 and everything is fine now.


edit
_____________
there ist "no output"
root@OPNsense:~ # sockstat -4 | grep 8080
root@OPNsense:~ #


so it seems the Webinterface is not started?