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
9
votes
3 answers

How can I stop openconnect from changing /etc/resolv.conf?

When I run openconnect (with the default vpnc script) it changes /etc/resolv.conf and it really shouldn't do that. I am just using the VPN for a few specific host not for a full Internet connection.
chx
  • 1,705
  • 2
  • 16
  • 25
9
votes
2 answers

Is there a way to stop relaying network traffic through VPN?

I have been experimenting with VPN lately, and I managed to get it running on W7 PC. The problem is, though, that as soon as someone connects to my PC, the internet traffic from their PC is routed through my PC, or so it seems. Is there a way to…
Coder
  • 367
  • 1
  • 2
  • 9
9
votes
2 answers

Do not use VPN credentials to connect to network resources?

I recently deployed a new remote access VPN system at my company, using a Cisco ASA 5510 as the concentrator. The protocol is L2TP-over-IPsec for maximum compatibility across clients, and authentication is handled by an RSA SecurID appliance.…
AdmiralNemo
  • 838
  • 1
  • 7
  • 11
9
votes
4 answers

How to configure Cisco VPNUI shortcut to open a specific host?

How do I configure the Cisco VPNUI client as a shortcut to open a specific host? As far as I can tell, the program doesn't take an command line arguments, or does it? The problem is that the VPNUI.exe doesn't remember a history of VPNs you have…
djangofan
  • 4,182
  • 10
  • 46
  • 59
9
votes
6 answers

Samba over OpenVPN - horribly slow

I've set up a server to run OpenVPN, with the purpose of clients accessing Samba shares remotely. The server is running CentOS 5.6, a decent quad-core Xeon CPU and plenty of RAM. The client I've tested it on is a Windows 7 x64 machine, also with…
melkamo
  • 213
  • 1
  • 2
  • 6
9
votes
8 answers

Force Juniper-network client to use split routing

I'm using the Juniper client for OSX ('Network Connect') to access a client's VPN. It appears that the client is configured to not use split-routing. The client's VPN host is not willing to enable split-routing. Is there a way for me to over-ride…
craibuc
  • 467
  • 2
  • 5
  • 15
9
votes
2 answers

Can't get my SSTP VPN to works due to a certificate issue

I am trying to create a SSTP VPN on my Windows Server 2008 R2, I installed the Network Policies and Access Service, and the AD Certificate Autority service, I create my root certificate and generated a Server authentication certificate (named with…
Kedare
  • 1,786
  • 4
  • 20
  • 37
9
votes
4 answers

Can I automatically ROUTE ADD xxxx after i make a VPN connection in Windows 7?

after I make a VPN connection to my work/whatever, I currently have to go into the command prompt and manually add a route. eg. ROUTE ADD 10.1.0.0 255.255.0.0 172.16.3.0 METRIC 1 or whatever the command is. Is it possible to have this automatically…
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
9
votes
1 answer

VPN Server protocol or trick work in iran

I hope this question is consistent with the rules of the forum. Our access to the international internet from Iran has become very difficult. Only some specific VPNs work. Do you have any suggestions for me to set up a vpn server to work in…
dante velli
  • 193
  • 1
  • 4
8
votes
1 answer

Not able to access to the internet in a container on a VPN

I'm not able to do a ping in a container when the VPN is started on my host machine. I try do this : docker run adiazmor/docker-ubuntu-with-ping ping 8.8.8.8 It fails when the VPN is started but this works : docker run --net=host…
Dougui
  • 167
  • 1
  • 2
  • 13
8
votes
2 answers

How to make Bonjour (mDNS) work over OpenVPN?

I have a server running Debian 8. Recently I installed OpenVPN on it using this tutorial. Everything is working nicely. I tested on my macbook using the Tunnelblick client. Used Google to check my IP, connected to the VPN checked again and it…
tyler mackenzie
  • 181
  • 1
  • 1
  • 2
8
votes
2 answers

Can BIND alter a response based on requesting IP address?

Hello Serverfault, I work for a hospital who set up their network using 192.168.0.0/23 (before I arrived). We are wanting to have laptops and mobile clients connect from remote locations using VPN, but the hospital network clashes very hard with…
Vile Brigandier
  • 418
  • 3
  • 8
8
votes
1 answer

OpenVPN: correct way to use a relative path in an OVPN file

I am attempting to connect to a service using OpenVPN. There are a number of configuration files (.OVPN) that share a single certificate (ca.crt); all are located in the same directory. Canada.ovpn, for example: client dev tun proto udp remote…
craibuc
  • 467
  • 2
  • 5
  • 15
8
votes
3 answers

Distinction between an extranet and a DMZ

I've been reading about intranets, extranets, DMZs and VPNs now, and I'd need some clarifications related to extranets and DMZs. I understand that they are different types of concepts - extranet allows limited access to some intranet resources,…
Markus Yrjölä
  • 191
  • 1
  • 4
8
votes
1 answer

Software VPN connection to Amazon AWS VPC private instance

I have a Virtual Private Cloud (VPC) instance on Amazon AWS. Inside the VPC, I have a private instance which is running the database and a public instance which has the front-end web pages for accessing the database. There is no way to login into…
tilmik
  • 135
  • 1
  • 8