Questions tagged [vpn]

Virtual private network (VPN) is a network architecture for virtually extending a private network across one or multiple other untrusted networks.

17 questions
8
votes
2 answers

Jenkins job using VPN?

Is there a way to connect to a VPN for the duration of a Jenkins job? (freestyle or pipeline, I can work with either). I scoured the plugin list figuring someone might have developed something, but the only page found was this OpenConnect page with…
Alex
  • 4,612
  • 6
  • 29
  • 49
4
votes
2 answers

How to start a VPN connection using Jenkins?

I'm on a Windows Server and I want to have a pipeline project on Jenkins that basically does this: SVN update Build Deploy As the deploy target machine is on a different network, I want to know how to start a VPN connection before to do the…
Guilherme Castro
  • 41
  • 1
  • 1
  • 4
3
votes
2 answers

VPN container providing access to host's LAN?

I'm kinda new to this Docker thing and I'm interested in getting a biffed up VPS for some containers (websites/data, mysql, nginx, rocket.chat, etc) but I wouldn't like to access them in the wild (even through SSH) and some VPS hosts's console…
DARKGuy
  • 133
  • 1
  • 3
3
votes
2 answers

Is it possible to make the minikube VM use the VPN configuration from the host machine?

I am currently writing a script that deploys a number of applications to a local minikube cluster for development purposes. This script is working great on Linux, but then I tried it on Mac OSX. When starting minikube on Mac OSX instead of using the…
3
votes
1 answer

Accessing remote servers through a VPN tunnel from within docker container

My laptop has an IPsec VPN tunnel set up to access a remote site (with my side being the VPN client). As an experiment, I started up a simple docker container on my laptop using docker run --rm -it alpine:3.7 /bin/sh and from within the container…
Gautam
  • 133
  • 1
  • 4
2
votes
3 answers

How to automate the key exchange in WireGuard when you deploy a cluster of machines?

Let's assume you want to deploy a cluster of machines on Hetzer Cloud. For simplicity let's call them worker1, worker2, worker3. They need to communicate with a server called master, which will be running on different account then the workers.…
Philipp Claßen
  • 1,675
  • 3
  • 18
  • 30
2
votes
1 answer

Port forwarding for Windows Server like SSH port forwarding

I have a Windows server 2019 that have many VMs instances (running using HyperV). Each VMs has its own private IP and has some apps running inside and expose via ports. It looks like: VM1: running app nodejs port 3000, private ip: 10.10.10.1 VM2:…
Chau Giang
  • 223
  • 1
  • 2
  • 6
1
vote
1 answer

Using Amazon VPC provided DNS trough AWS Site-to-Site VPN

Currently I have an AWS VPC connected to our corporate network using AWS Site-to-Site VPN. I can reach my EC2 instances trough the tunnel by their private IP Address. Inside the VPC each EC2 instance can resolve private DNS hostnames…
sgargel
  • 244
  • 1
  • 6
  • 12
1
vote
3 answers

OpenVPN - routing public domain over tunnel?

I have an OpenVPN server running in an AWS VPC and I can ping my servers over the tunnel via their private IP, so from that perspective it's working. Some of our servers have public DNS names server.example.io and I'd like OpenVPN clients to be able…
Caledonia91
  • 383
  • 2
  • 10
1
vote
1 answer

AWS ElastiCache Redis DNS error - Name or service not known

The Problem & The Question I'm trying to create an AWS ElastiCache Redis-flavored cluster and connect to it from an instance in the same VPC. When I create the cluster initially, I can connect to it just fine via redis-cli. If I wait a day or two…
Zachary Delano
  • 116
  • 3
  • 11
0
votes
1 answer

DC Jenkins server to AWS servers connection

We are trying to automate the deployment process for our application, our application has two components (one hosted on DC, one hosted on AWS). Now, we are not sure how do we connect the jenkins from our DC to the AWS environment hosted servers…
0
votes
1 answer

Connect two PCs to Azure vnet then RDP from one to the other

I have an Azure vnet setup, to which two PCs are connected via a point-to-site VPN. I was hoping to be able to then RDP from one pc to the other using the IP assigned by the gateway, but this doesn't work, just can't find the other pc. I've dropped…
Slicc
  • 119
  • 2
0
votes
1 answer

Communication between VPCs and a transit VPC hosting VPN Server without Masking source IP

I am setting up a VPN Server to move all resources behind VPN on AWS, which includes moving multiple VPCs. The simple setup is: I have a separate VPC (VPC1) running VPN Server and another VPC (VPC2) with an EC2 machine. Let's assume the following…
Dhirendra
  • 103
  • 4
0
votes
0 answers

How to Assign a Static IP to Users Connecting via Twingate?

I have set up Twingate and configured a connector on an Ubuntu server, which is showing as online. My requirement is that whenever anyone from my team connects to Twingate, they should be assigned a static IP from Twingate. However, when I connect…
Ravi Kyada
  • 126
  • 2
0
votes
1 answer

Publish python package into private repository behind VPN

I'm using Github Actions to publish my python packages automatically. When working with PyPI everything works fine and providing different config to point on different repository is not an issue. But when repository (JFrong artifactory) is located…
GopherM
  • 103
  • 2
1
2