General Network setup error
-
My current LAN subnet is 10.0.1.0/24 with a DHCP range of 10.0.1.105-10.0.1.200
I am setting up WireGuard with a WG0 interface and a static IPv4 address of 10.10.10.0/24 but get the following error.
The following input errors were detected:
This IPv4 address is the network address and cannot be used.What am I doing wrong here? I do not think these network addresses overlap at all.
-
Do you have pfBlocker installed with DNS-BL enabled? It uses a vitual IP in that subnet by default.
Steve
-
No I dont. I think I was assigning the IP the start of the listed network instead of incrementally increasing by one..... e.g., network of 10.10.10.0/24 should have a start range of 10.10.10.1
-
Oh, sorry I should have seen that. Yeah .0 is the network address in that subnet, you can't use it directly.
Steve