1

My laptop mylaptop has access to a git repo mygitrepo.com. From mylaptop I can access a web server in a DMZ dmzserver through a VPN tunnel.

Of course, dmzserver cannot directly access mygitrepo.com. How can I make the dmzserver do git clone/pull from mygitrepo.com through the VPN tunnel (via mylaptop)?

PDiracDelta
  • 181
  • 3
  • 8
  • How does `mylaptop` have access to `mygitrepo.com`, is it internally hosted, how is the DNS setup? Also, is `mygitrepo.com` require specific authentication? – Matthew Jan 25 '19 at 21:19
  • `mygitrepo` is a gitlab private repo, so it is externally hosted, but `mylaptop` is not in the DMZ so has full internet access. – PDiracDelta Jan 27 '19 at 12:54

0 Answers0