Can't add external network to list of approved networks under google-cloud-sql-access-control -
when try authorize external network, ip address trying add (public ip of php server need connect google-sql) accepted javascript when click "add" "could not perform operation" if try append /0 ip (or other number, seems) javascript says "not valid subnet. use cidr (slash) notation (eg 200.27.123.0/24)" , "add" button becomes unavailable.
for time being, have added 0.0.0.0/0 (amazingly, takes that) in order continue dev can't leave way.
you'd want /32 in case. or ip address without routing prefix. please take @ http://en.wikipedia.org/wiki/classless_inter-domain_routing#cidr_notation
Comments
Post a Comment