Skip to main content

All Questions

Tagged with
0 votes
0 answers
69 views

No internet connection after setuping OpenConnect server on ArchLinux

ip tuntap add mode tun dev vpn0 ip addr add 192.168.2.2/24 dev vpn0 # systemctl restart ocserv iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A INPUT -p tcp --dport 8443 -j ACCEPT iptables -...
Dmitry Bubnenkov's user avatar
0 votes
0 answers
57 views

VPN connected but routing tables unchanged

I'm trying to understand how does a VPN I'm using works. In this case it's nordvpn, but the question should be vendor neutral focusing on the underlying Linux mechanisms and tools to check what's up ...
TheMeaningfulEngineer's user avatar
0 votes
1 answer
2k views

Forward Wireguard traffic through Shadowsocks

I want to set up Wireguard obfuscation through Shadowsocks because WG stopped working due to ISPs in my country starting to block Wireguard and OpenVPN connections to foreign servers. I've tried to ...
KindFrog's user avatar
  • 105
0 votes
1 answer
165 views

Mikrotik PPTP VPN - Adding automatically routes - safer alternatives

We have 5 Mikrotik routers connected with PPTP VPN. One is the server and the other 4 are clients. All of them have RouterOS v6.46.3 (stable). Every time one PPTP breaks and reconnects I have to go to ...
athskar's user avatar
  • 141
0 votes
0 answers
235 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
756 views

Make server not to use VPN as a default gateway

I have a local server connected to a remote WireGuard VPN. The server routes all its traffic through the VPN (wg0 interface), but I need it to use the VPN only to communicate with other members of the ...
KindFrog's user avatar
  • 105
0 votes
1 answer
114 views

Which server & client options are needed to create an OpenVPN "Remote Access" i.e. "Client-to-Site" VPN, without routing all traffic through the VPN?

the goal & issue I have tried very hard to solve this, but I'm stuck. I'm not looking to create a site-to-site VPN, for reference. I have successfully installed OpenVPN using ansible: https://...
Life5ign's user avatar
  • 105
1 vote
0 answers
746 views

How can I set up OpenVPN on a Windows Server to allow clients to authenticate against Active Directory and access LAN

I have setup OpenVPN and my test client is able to ping the OpenVPN Server and vice-versa. However, I am unable to connect to (or ping) any other device on the local network. Ultimately, I would like ...
James Perry's user avatar
0 votes
0 answers
149 views

People say that VPN tunnels are bi-directional, but how to you actually route traffic in the reverse direction

I am trying to understand how you can use a VPN in the reverse direction. There are plenty of post on here asking a question about is a tunnel bidirectional spanning over 10 years, and there are lots ...
akc42's user avatar
  • 123
0 votes
0 answers
152 views

Windows 11 why is traffic bound to one interface is sent to another

On a Windows 11 machine I have my regular wifi interface (192.168.3.7) and a Wintun Tunnel interface (configured to have IP 192.168.3.6). The routing tables are set up so that all traffic should go to ...
moriarty's user avatar
0 votes
0 answers
50 views

Static Internet IP blocking resource loading on a website

I have a static IP from my ISP. When I use this IP and connect to our company's quickbase.com, instance the browser is unable to load the Request URL:https://ui-features.quickbase.com/manifests/prod....
Jaco Vermeulen's user avatar
0 votes
1 answer
563 views

route all traffic through vpn, on the fly

I just installed openvpn on my server and my client. It seems to work fine. Now, I would like to route all the traffic from my client through my VPN server, over internet, on demand, just in some ...
Chris972's user avatar
0 votes
0 answers
480 views

How to route Wireguard within a network namespace with public internet access?

I've been trying to wrap my head around this for several days now, so I drew a picture (at bottom of post). Context I have a VPS with two namespaces: init namespace (root) custom namespace (my cool ...
user38643's user avatar
  • 101
1 vote
1 answer
56 views

OpenVPN Site to Side tunel with specific client

I have two networks. First network: 192.168.10.0/24 (router TP-LINK [192.168.10.10] and RPI [192.168.10.17]) Secound network: 192.168.15.0/24 (only one RPI [192.168.15.10]) I would like site-to-site ...
Rafal's user avatar
  • 11
1 vote
0 answers
221 views

Is It possible to use Google One VPN with another VPN?

I would like to use Google One VPN in a country where it isn't supported by connecting from my IP to a VPN and from that to Google One VPN on Windows. For example I've tried using VPNs like Proton and ...
mick12's user avatar
  • 11

15 30 50 per page
1
2
3 4 5
25