Server configuration issue Static IP assignment problem
Server configuration issue Static IP assignment problem
You're encountering an issue where the IP address you're trying to assign (192.168.1.210) doesn't fit within the specified subnet (255.255.255.0/24). This usually happens if the IP falls outside the allowed range for that network. Double-check your IP and subnet settings to ensure they align correctly.
Incorrect subnet. Combining mask address and prefix isn't allowed. Provide either the mask address alone or the subnet mask prefix separately. For example, if using a mask of 255.255.255.0, use just that. If you need the network address, it would be 192.168.1.1 with a /24 size.
Thank you for the help! The setup is a little different this time.