- 5
- 1
- NAS
- DS3615xs (Xpenology 6.2.3 U3)
- Operating system
- Windows
Hi Folks,
I currently use Adguard on my network on a VM on ESXi; I was looking into setting up nginx reverse proxy on my Synolgy NAS to use instead of the current Synology Reverse Proxy, Thought I'd give AdGuard a try first after seeing a couple of good YouTube videos and am trying to get it working on my NAS to test, but just having issues.
Hoping someone can help me sanity check.
My Network is on 192.168.0.0/24
Router is 192.168.0.1 (DNS is my current AdGuard on 192.168.0.2)
IP LAN Pool is 6-250
and my NAS currently sits on 210 (been like this for years, can't be bothered to clean it up an put it somewhere else for now)
I've set up the macvlan for adguard as:
sudo docker network create -d macvlan -o parent=eth0 --subnet=192.168.0.0/24 --gateway=192.168.0.1 --ip-range=192.168.0.5/32 adguard_network
(if it all worked on 192.168.0.5, my plan would be to move it to 192.168.0.2 to replace my current AdGuard later on)
Bridge network set up as:
Subnet 192.168.5.0/24
IP Range 192.168.5.2/32
Gateway 192.168.5.1
When I try to get to the Web UI at 192.168.0.5:3000 I get nothing.
Grateful for any help in advance.
I currently use Adguard on my network on a VM on ESXi; I was looking into setting up nginx reverse proxy on my Synolgy NAS to use instead of the current Synology Reverse Proxy, Thought I'd give AdGuard a try first after seeing a couple of good YouTube videos and am trying to get it working on my NAS to test, but just having issues.
Hoping someone can help me sanity check.
My Network is on 192.168.0.0/24
Router is 192.168.0.1 (DNS is my current AdGuard on 192.168.0.2)
IP LAN Pool is 6-250
and my NAS currently sits on 210 (been like this for years, can't be bothered to clean it up an put it somewhere else for now)
I've set up the macvlan for adguard as:
sudo docker network create -d macvlan -o parent=eth0 --subnet=192.168.0.0/24 --gateway=192.168.0.1 --ip-range=192.168.0.5/32 adguard_network
(if it all worked on 192.168.0.5, my plan would be to move it to 192.168.0.2 to replace my current AdGuard later on)
Bridge network set up as:
Subnet 192.168.5.0/24
IP Range 192.168.5.2/32
Gateway 192.168.5.1
When I try to get to the Web UI at 192.168.0.5:3000 I get nothing.
Grateful for any help in advance.