Questions tagged [vpn]

VPN is the acronym for Virtual Private Network - a network type that uses a the Internet to provide remote networks or single machines with secure access to their organization's network avoiding expensive leased lines.

A VPN is a private network that uses a public network to connect remote sites or users. VPN use virtual connections routed through the Internet from the company's private network to the remote user or secondary site.

VPNs encapsulate data transfers using secure cryptographic methods and other security mechanisms to ensure that only authorized users can access the network and that the data cannot be intercepted.

5060 questions
1
vote
1 answer

How to migrate Linux iptables scripts to OpenBSD/macOS pf

I am building a VPN server on macOS based on this instruction: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-ikev2-vpn-server-with-strongswan-on-ubuntu-18-04-2, and stuck at configuring firewall part: *nat -A POSTROUTING -s…
1
vote
2 answers

Cannot establish VPN connection in Azure

Today started to get this message: The connection was prevented because of a policy configured on your RAS/VPN server. Specifically, the authentication method used by the server to verify your username and password may not match the authentication…
Sergei
  • 41
  • 1
  • 4
1
vote
1 answer

What steps should I take to make sure Synology VPN Server is secure?

We we have a remote office with a Synology NAS and we would like it to connect to the home office Synology NAS. We have setup VPN Server (Synology package) on the home office NAS and enabled OpenVPN. The next step would be to open the appropriate…
Swisher Sweet
  • 617
  • 2
  • 9
  • 19
1
vote
2 answers

Can't connect to Internet while F5 VPN is connected

I'm using F5 BIG-IP Edge VPN client on OS X Yosemite 10.10 and trying to find the best way to access the web, while connected Has anyone found a solution, how to make it work? Maybe this could be an approach to setting up routes in memory? The…
1
vote
3 answers

How do I set up a VPN?

I am a software developer for a small company, and I need to set up a VPN for my office network. I want to be able to access the office network from home, almost as if I am plugged in directly. I need access to several servers and other network…
Saajid Ismail
  • 317
  • 3
  • 7
  • 18
1
vote
5 answers

Windows Vpn Server & Client Solution (Like Kerio)

I need a VPN Server + Client Application like Kerio WinRoute anybody know any good solution? ( the problem i have with kerio is that it does not limit users to a single connection so many computers can connect to vpn server with a single username at…
eavar
1
vote
0 answers

Multiple VPN Server form a single local network

Present Status: I have a openVPN server hosted on AWS and nearly 50 client computers connected to the VPN. So as of now, all the client are on same network Problem with the current setup: If I ever do any server update/development, all my clients…
1
vote
0 answers

Connecting to a VPN from AWS workspace (Linux)

I have just created a stock Amazon Workspace (Linux). I would like to connect to a PPTP VPN (Public, but outside of Amazon). Here are the distro details NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel…
Prashant
  • 111
  • 4
1
vote
1 answer

Kubernetes Networking Behind NAT

I posted this in StackOverflow but got redirected here, so I'm asking it again. I'm currently working on a use case where multiple machines behind NAT routers need to be able to act as nodes in a Kubernetes cluster. This presents some serious…
1
vote
1 answer

RouterOS push static route for IPSec IKEv2 VPN

Can't find a solution how actually I can push a static routes to VPN clients, when they connect via VPN. Configuration from here RouterOS, IPSec, IKEv2. Clients mainly macOS users via standard soft. Any ideas with examples are appreciate.
Alex Ivasyuv
  • 143
  • 1
  • 6
1
vote
1 answer

how to force all internet traffic go through my vpn tunnel

I have my OpenVPN server running on my Linksys-E4200 router. The VPN server local ip is 192.168.66.1. Now I am in the public library. My Windows7 OpenVPN client has connected with the OpenVPN server. When I use tracert to see the traffic for some…
peterboston
  • 123
  • 1
  • 5
1
vote
1 answer

OpenVPN Bridge: cannot access network resources. What am I doing wrong?

Desired End Result: Set up OpenVPN bridged network to access resources stored in NAS via SMB share over the internet connect to VMs via RDP (without port forwarding). Problem: Laptop has successfully(?) made connection with the server.…
K.H.
  • 13
  • 3
1
vote
2 answers

How to forward IPsec VPN with iptables

Hello I have some questions on how to use iptables to forward IPsec VPN data. Here is what I want to do: WAN Computer -- (eth1/WAN IP)Server1(eth0/10.81.1.2) -- (eth0/10.66.2.3)Server2(eth1/WAN IP) -- WAN NOTE: The internal network of Server1 and…
Saiyu Sarai
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

OpenVPN, Great on Windows, VERY slow on Mac

I'm not really an IT Pro, but this seemed like the best place to ask this question... I have setup VPN networks in the past, for fun, and everything was great, but now I've set one up for my boss, and while my computers all work great, his Mac…
Phsion
1
vote
1 answer

Access to server only through OpenVPN server

I am have set up a vpn server (openvpn) and I have a client too. I want to set it up so that a second server can only be access from the vpn server over SSH. How can I do this?
Josh Kirby
  • 23
  • 1
  • 9