atlantis4547
Members
-
Joined
-
Last visited
Solutions
-
atlantis4547's post in AdGuard Home on Unraid – Getting “Cannot Assign Requested Address” Errors & Network Confusion was marked as the answerThanks so much, I really appreciate your help here.
I was able to get a clue form config you shared to look into yaml file, and I deleted/edited the adguard.yaml (/mnt/user/appdata/adguard/config/AdGuardHome.yaml) file and started the service from dashboard. The file got created/fixed this time.
Network Type:
BridgeHostContainerNoneCustom : br0Custom : wg0 -- wireguard
The config looked wrong as:
http: pprof:
port: 6060
enabled: false
address: 172.17.0.1:80
session_ttl: 720h users:
It now looks like
http:
pprof:
port: 6060
enabled: false
address: 0.0.0.0:80
session_ttl: 720h
-
atlantis4547's post in Wireguard no access to any network except the unraid smb was marked as the answerThanks, I looked into that. The thing is I am also not familiar with Tailscale and it seems I will have to pay for it if I want more than 3 users to share my NAS/VPN.
I was finally figure it out from here https://docs.unraid.net/unraid-os/manual/security/vpn/#complex-networks , It seems I was not looking to the latest docs earlier. The youtube videos and reddit dint really mention these setting at all.