1. Your LAN IP address range is 192.168.0.101 - 199, however that is most often configured with the subnet mask 255.255.255.0 (CIDR notation 192.168.0/24). This means all 192.168.0.* IPs (255 of them) would be assigned to your LAN, whether they are using DHCP or not. Any IP address in that range can reach your router's IP. You'd have to reduce that to fewer IPs with a different subnet mask if you want to use part of the same 192.168.0.* IP range for the VPN. This can be achieved with subnet masks of (255.255.255.128/25), 255.255.255.192 (/26), etc. dividing the 192.168.0.* range further. However, you wouldn't gain anything, since you'd have to first exclude IPs from the LAN IP range before you can add them to the VPN range. The VPN gets its own "VPN remote virtual IP" outside of the LAN subnet.
2. It is probably a typo, since the 192.168.1.0 is not usable, it is the "network address", just as the .255 is reserved as the "broadcast address".
Bookmarks