fnazz / docker-adguard-unbound-wireguard

This solution is a combination of WireGuard, AdGuard Home, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create and deploy a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities (via AdGuard), and DNS caching with additional privacy options (via Unbound).
72 stars 19 forks source link

Able to connect but no Internet #1

Closed npatel007 closed 2 years ago

npatel007 commented 3 years ago

I am able to connect server hosted on OCI but not getting any internet on the Client

oschmidteu commented 2 years ago

Thats because you have to go through the AdGuard install process:

adguard      | 2021/10/15 09:06:30.083408 [info] This is the first launch of AdGuard Home, redirecting everything to /install.html 
adguard      | 2021/10/15 09:06:30.083450 [info] AdGuard Home is available on the following addresses:
adguard      | 2021/10/15 09:06:30.083604 [info] Go to http://127.0.0.1:3000
adguard      | 2021/10/15 09:06:30.083609 [info] Go to http://10.2.0.100:3000

I had the same "issue" after connecting via wireguard and setting up everything via http://10.2.0.100:3000 it was working.

The only issue is that as stated:

adguard | 2021/10/15 09:06:30.083408 [info] This is the first launch of AdGuard Home, redirecting everything to /install.html

Every request should have pointed to the install.html page which in fact was not the case.