PGB IP Range for firewall rules

  • 1
  • Question
  • Updated 4 years ago
What IP range does Phonegap Build use for doing git pulls? I need to add firewall rules to allow PGB in but not make repositories universally available.
Photo of John Gilbertson

John Gilbertson

  • 7 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@John,
non-routable 192.x.x.x
Wikipedia.

Jesse
Photo of John Gilbertson

John Gilbertson

  • 7 Posts
  • 0 Reply Likes
There must be an external IP that things go through to get to our private Git server, that will be visible.
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@John,
Yes, any iP that you set up. Most people set up a DMZ or a virtual server IP. Check your firewall for the settings, and the status information.

Note: some of the firewalls are extremely confusing. I assume you have some knowledge about IP routing because your are asking the "right" question.

On your original question,
What IP range does Phonegap Build use for doing git pulls?

If you are asking what is the IP of the server that pull the code, just check when you make a pull. Most of the servers are on Amazon. They appear to be on fixed IPs. However, AWS (Amazon Web Services) can change that at any time.

FWIW, DDOS attacks are, at times, used to take down DNS servers so that the attackers can use their own DNS servers to fake the servers.

Are you trying to use private a github server?

Jesse