Skip to main content

All Questions

Tagged with
1 vote
0 answers
346 views

Chaining VPNs by docker

I want to use Lokinet over a primary vpn. The way I know (I'm noob) is using two docker containers one for primary VPN and one for Lokinet. So I created a docker for primary VPN called openvpn (it ...
East Activist's user avatar
1 vote
0 answers
582 views

Docker portainer + nginx + vpn

I have a docker install that is running portainer and nginx as a proxy so subdomain.XXXXX.xyz redirects on port 80 to the port the Container is running in. this part is working correctly but I am ...
IcePops's user avatar
  • 11
1 vote
0 answers
285 views

openvpn server sometimes work on client with terminal, but not with networkmanager

I am trying to get my openvpn server and client working. My server is a cent os 7 mashine and my client is mint sylvia. I followed this tutorial on youtube with docker(link german) This are the ...
c00L's user avatar
  • 111
0 votes
1 answer
4k views

How access lan when I run wireguard in docker?

I have vps with ubuntu onboard and installed wireguard. Also I have a home network: router + several laptops. I want connect my router to vps and have access from vps to any laptops. I run wirequard ...
Roman N's user avatar
  • 595
0 votes
1 answer
1k views

How to completely disable internet access on Linux with the exception of select Docker containers?

I am trying to build a setup akin to a "Qubes OS Lite", but using Docker containers on Arch. There will be several end-user applications running in Docker (with the help of https://subuser....
Ruslan's user avatar
  • 111
0 votes
1 answer
216 views

Route docker network traffic through cisco VPN connection on host

I have a bridge docker network and want the containers to be able to access devices on my company LAN through the CiscoAnyConnect VPN. (i.e. I want to route traffic from docker0 to cscotun0 However, I ...
Rob Audenaerde's user avatar
0 votes
1 answer
186 views

Wireguard queries showing up in PiHole, but no return packets are recieved by the client

I've got a docker bridge network with Wireguard and PiHole containers running within. I've forwarded all necessary ports, and using 192.168.1.208 (My server ip) as my DNS in the router works great on ...
techgenius101's user avatar
0 votes
0 answers
115 views

High availability Server + NAS - TrueNas + Docker

For some time now I have been toying with the idea of having my own server to be able to deploy my applications, web pages, etc. My father has presented me with the idea that he wants to have a NAS to ...
jesusfj710's user avatar
0 votes
0 answers
245 views

Redirecting specific IP and Port to a Docker container on Windows: need guidance

Goal is to provide more than one VPN connection from one computer and redirect traffic. I'm currently trying to do this via Docker desktop. I created a dockerfile. FROM ubuntu:latest RUN apt-get ...
Anıl's user avatar
  • 1
0 votes
1 answer
49 views

Docker exposed ports available from host, but not from other machines in iptables restricted container

I have custom container with VPN inside, with following iptables rules inside container: # Flush all existing rules and chains iptables -F iptables -X # Set default policies to DROP iptables -P INPUT ...
crashtua's user avatar
  • 123
0 votes
0 answers
941 views

Running Wireguard Client on Docker / WSL

Can I run wireguard on docker / WSL2 and share that wireguard connection to the Windows 10 that I am running it on ? I want the docker container / WSL2 to act as a WIreguard client Application for ...
steveblug's user avatar
0 votes
0 answers
176 views

Use VPN that runs in Docker Image with the entire Mac

I have a running VPN on an Ubuntu Image in Docker. I can confirm, that the VPN is running successfully confined in the Docker environment. I would like to use this VPN that is running in Docker now ...
pyrmon's user avatar
  • 11
0 votes
0 answers
49 views

Is it possible to configure DNS rules that are only valid inside of a VPN?

I have an internal website and a few microservices that are only accessible on a VPN (which is set up using WireGuard running in docker). Currently, users access these services by using the private/...
Eric Riddoch's user avatar
0 votes
0 answers
56 views

Can I have a local network and a VPN connection simultaneously on my Raspberry PI?

I have a Raspberry PI 4 4GB and want to have a LAN-connection and a VPN-connection simultaneously active (because I want to access the same website with different IPs, in order to avoid getting banned ...
jay's user avatar
  • 1
0 votes
1 answer
343 views

Docker: host grabs ICMP packets (Strongswan IPsec)

These machines are Docker containers with strongswan installed running IPsec tunnels. routeur1 and routeur2 have a site-to-site IPsec tunnel, while pc-nomad have a IPsec tunnel with routeur1. ...
Kazh's user avatar
  • 3

15 30 50 per page