Hello Sudhanshu,
If you are trying to create the firewall rules at the App Engine Standard Environment please follow this documentation <https://cloud.google.com/appengine/docs/standard/python/creating-firewalls> and for the App Engine Flexible Environment follow the instructions outlined here <https://cloud.google.com/appengine/docs/flexible/python/creating-firewalls>. Select the appropriate runtime from the documents. However, it appears that you are trying to create the firewall rules at the VPC network of Google Cloud Platform as “Source filter” and “Source IP ranges” are part of firewall rules of the VPC network of Google Cloud Platform. Please see the document “Using Firewall Rules” <https://cloud.google.com/vpc/docs/using-firewalls> on how to create the firewall rules at VPC network. Please make sure you are trying to create the firewall rules at the right component of Google Cloud Platform and no conflicting rules have been used while creating the firewall rules. If you still experience the issue, provide the steps you have taken to create the firewall rules (ie. the tabs in the Console). On Sunday, November 18, 2018 at 11:38:06 AM UTC-6, Sudhanshu Gaur wrote: > > I am trying to add a firewall rule to allow traffic from certain ip's, I > selected *Source filter* as *IP ranges, *and in *Source IP *ranges I am > adding (My IP/32), but the thing is the rule is not allowing my IP to > receive the traffic. > > Can anyone please tell me what I am doing wrong. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a07a73f4-d55a-4807-8558-c90ee7841933%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
