Can google persistent ip ptr resolve to internal address? -


amazon has dns option vpc allows resolve elastic ip ptr external , internal addresses depending on query source.

dig @8.8.8.8 ec2-54-194-175-41.eu-west-1.compute.amazonaws.com. +short 54.194.175.41 dig @10.0.0.2 ec2-54-194-175-41.eu-west-1.compute.amazonaws.com. +short 10.0.1.253

google compute engine (gce) ip addresses have ptr 95.141.251.24.bc.googleusercontent.com. not resolve internal ip addresses inside google network. gce has metadata server acts dns , resolves c.project.internal records not elegant above solution amazon.

is there similar elastic ptr gce?

google doesn't provide sort of split-horizon dns service today; you're describing not different ptr addresses, different records public dns , instance dns.

google decided useful able refer other instances name when within network, undesirable information leak when exposed public internet. (internal - nice name, private ip address; external - generic name, public ip address.)


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -