I'm trying to add a range of IP addresses as suggested in the Google Cloud Platform:
Examples: 192.168.0.1, 172.16.0.0/12, 2001:db8::1 or 2001:db8::/64
So I need a range from:
123.123.123.0 -> 123.123.123.99
This is what I have tried:
123.123.123.0/99
But I get:
Invalid IP address or range. Use CIDR notation and enter the lowest IP address in the subnet.
How can I solve this?