For reasons that are stupid, so I won’t open that can of worms here … I need to extend my 1.0.0.0/24 network to 10.0.0.0/23.
Configured a 10.0.1.X static address in DHCP.
I made the changes, and forced a DHCP update on the devices that matter - looks fine, correct addresses and netmasks.
However, there are problems with connectivity between devices on the 10.0.0.0 and 10.0.1.0 ranges - and I can’t see the problem.
No matter how hard I stare at the config.
I am hoping it’s one of those things a second pair of eyeballs will see right away.
Everything looks good so far, did you enter in netmask manually or did it simply popup??
Go back and re-enter this 10.0.0.0/24 for address dns-server=10.0.0.21,1.1.1.1,8.8.8.8 and gateway=10.0.0.1 and ensure netmask is not filled in ( then hit apply )
Remove this static default DNS rule. /ip dns static
add address=10.0.0.1 comment=defconf name=router.lan
Something is weird in our ROUTING RULE…
Did you mean to ONLy send ONE IP out the wireguard .23
Or did you mean the whole subnet and put the 23 on the wrong spot???
#4 - yes, just one IP to that wireguard connection
I use Webfig to configure it - I just changed the /24 to /23 on the address and everything updated - apart from the Hairpin config, I had to manually change that.
I will reboot, and make the othe changes that you suggest.
1A. Lets clean up DNS a bit.
From /ip dhcp-server network
add address=10.0.0.0/23 comment=defconf dns-server=10.0.0.21,1.1.1.1,8.8.8.8
gateway=10.0.0.1 netmask=23
TO: /ip dhcp-server network add address=10.0.0.0/23 comment=defconf dns-server=10.0.0.1 gateway=10.0.0.1
(note add do not add mask on the config line).
1B. IP DNS remains the same … /ip dns
set allow-remote-requests=yes servers=1.1.1.1,8.8.8.8
Why the need to create a FW address for your WANIP, if its is static, then its not required and just use the IP in rules
IF its dynamic then you need to resolve it, most use dyndns url from my IP cloud
Do you have any devices on the network using static IP addresses? If so, make sure that you’ve updated them to use a /23 subnet as well. Otherwise, they won’t see anything in the 10.0.1.0/24 portion of the subnet.