Displaying 20 results from an estimated 10000 matches similar to: "Restarting winbind on OpenVPN connection..."
2017 Apr 18
2
SIP connections over OpenVPN connection get one-way voice.
2017 Apr 18
2
SIP connections over OpenVPN connection get one-way voice.
2011 Dec 31
0
[PATCH] i.d.s/openvpn: support 'remote-cert-tls (server|client)'
From: Simon Deziel <simon.deziel at gmail.com>
Fixes LP: #806537
Signed-off-by: Simon Deziel <simon.deziel at gmail.com>
---
rulefiles/linux/ignore.d.server/openvpn | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index 2b4bfd6..d80f42f 100644
---
2008 Jan 24
0
[PATCH] Re-enabled :port portion of "UDPv4 link" openvpn rule
I see that this openvpn rule has been modified to no longer attach the
":port" part to "[undef]" -- probably to reflect a recent change in
openvpn. Unfortunately, the rule no longer matches in etch, thus
breaking the backport.
Here's a patch to match both versions.
Signed-off-by: Fr?d?ric Bri?re <fbriere at fbriere.net>
---
rulefiles/linux/ignore.d.server/openvpn
2008 Jan 24
0
[PATCH] Added "Re-using pre-shared static key" openvpn rule
Signed-off-by: Fr?d?ric Bri?re <fbriere at fbriere.net>
---
rulefiles/linux/ignore.d.server/openvpn | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index 68ebf8f..c57e3cb 100644
--- a/rulefiles/linux/ignore.d.server/openvpn
+++ b/rulefiles/linux/ignore.d.server/openvpn
@@ -13,7 +13,7
2008 Nov 18
1
puppetca and openvpn ...
Has anyone attempted to get openvpn to work with puppets certificates?
I am thinking that it should work without to much fuss.
My current openvpn implementation uses the following certificates and
beside these are what i think would be the appropriate puppet ones.
openvpn server:
ca /etc/openvpn/ca.crt -> /var/lib/puppet/ssl/certs/ca.pem
cert /etc/openvpn/fqdn.crt ->
2012 Aug 21
2
OpenVPN TAP interface problem.
Hi all.
I have an OpenVPN server:
2.2.1-1 x86_64
Server config:
port 11223
dev tap
proto udp
tls-server
ca keys/ca.crt
cert keys/server.crt
key keys/server.key
dh keys/dh1024.pem
server 1.2.3.3 255.255.255.0
push "route 192.168.0.0 255.255.255.0 1.2.3.4"
keepalive 10 60
client-to-client
duplicate-cn
inactive 600
log /var/log/openvpn.log
syslog
status /var/log/openvpn-status.log
user
2005 May 12
2
OpenVPN ifconfig
I''m new to openvpn and maybe I should be asking on
openvpn''s list...
But I read the tutorial:
http://www.shorewall.net/OPENVPN.html#id2452626
and saw the following:
" On System A:
ifconfig 192.168.99.1 192.168.99.2 "
I don''t understand the reason for using these "virual"
IPs.
For instance, I configured openvpn on my peers so that
the IPs on the
2007 Apr 18
0
[Bridge] Re: brctl, Ethernet Bridging, openvpn, Universal TUN/TAP devices
On Thu, 2 Dec 2004 14:13:33 +0100
ncrfgs <ncrfgs@tin.it> wrote:
> Hi,
>
> I'm using the great 802.1d Ethernet Bridging support via
> brctl along with Universal TUN/TAP devices created with
> openvpn on a GNU system with a vanilla 2.6.8.1 Linux
> kernel.
>
>
> To start it:
>
> /usr/sbin/brctl addbr br${X}
> /sbin/ifconfig brX
2017 Apr 18
3
SIP connections over OpenVPN connection get one-way voice.
You need to ensure that traffic to the SIP box is sent to the correct IP. Also if you use split-tunnel (eg: not redirect-gateway def1) you must make sure NAT and traffic redirection works as is so the Asus router knows it should send the traffic through tunnel and not via WAN.
IMPORTANT: Then you must, in the ASUS RT-N66U make a port forward inwards from TUN to the phone client.
I would suggest
2009 May 28
2
interactions between xen and openvpn
Hi all, first time that i tried to use xen.
My goal is to reach in ssh all the domUs after i manage to get a
connection through openvpn.
Like they were real servers.
I installed the openvpn server on my dom0 (ubuntu 9.04 + default
package + latest debian-xen-amd64 kernel)
After connecting to the openvpn server I''m able to do direct ssh just
to the dom0.
For reaching domU i had do it with
2006 Aug 13
2
Xen and OpenVPN
Hi,
I have some problems with my OpenVPN server in a Xen DomU. OpenVPN
works fantastic but theres a problem connecting other DomUs on this
server.
I have the following iptable rule to forward the requests to the
internet.
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j MASQUERADE
This works fine. I can connect to other DomUs on the same server but
they can''t answer the
2015 Nov 02
0
Openvpn and samba: play nice together?
openVPN with TUN connection works perfect here.
I configured 2 TUN connections to connect two remote offices(over DSL
line) to our main site without any issue.
Here is my configuration:
Main site: samba4 AD DC server1, plus a file server1, and a dedicated
openVPN server
site1: samba4 AD DC server2, plus a file server2, and a dedicated
openVPN server with TUN connection to the main site
2005 Jan 12
1
crossposting: OpenVPN on CentOS(RHES clone) and Fedora Core3..some strange things
Apologies for the cross-posting to CentOS list (already mailed to OpenVPNlist)..
am using OpenVPN [ http://openvpn.sf.net ] on CentOS 3.4 and having
some issues..
it may possibly be an OpenVPN issue, but thought if anyone on this
list is using or had any
similar issues or have any thoughts..
TIA
---------- Forwarded message ----------
Date: Wed, 12 Jan 2005 11:26:22 -0700
Subject: resend with
2020 Mar 01
3
OpenVPN using LDAP Auth and Samba 4 AD
Hello All,
I would like to use OpenVPN with Samba 4 AD using the LDAP Auth plugin.
However, my tests come up with the following errors in the OpenVPN...
LDAP bind failed: Strong(er) authentication required (BindSimple: Transport encryption required.)
Unable to bind as CN=VPN Connect,CN=Users,DC=MYDOMAIN,DC=COM
LDAP connect failed.
PLUGIN_CALL: POST
2007 May 30
2
Centos 5 OpenVPN / SElinux
Hi,
I'm running Centos 5 32bit and installed openvpn-2.0.9-1.el5.rf from
Dag Wieers Repo. When OpenVPN is started during boot-up it just shows
an SElinux related error message. When I start OpenVPN manually after
the system has come up completely it works fine.
Here are all the messages from /var/log/messages that are SElinux related:
May 28 21:39:15 srsblnfw01 kernel:
2008 Feb 18
4
OpenVPN (bridge) -- is this a shorewall issue?
I am trying to make the following connection:
WindowsXP(OpenVPN-Client)->shorewall->Internet->LinksysWRTG->OpenVPN-Server
...of course the reverse path too.
The OpenVPN server is running in bridge mode.
When the openVPN client is launched it looks like a successful connection is made. The openVPN client
gets assigned an address from the openVPN server pool. The OpenVPN
2010 Feb 04
3
OpenVPN on phones?
It's just come to my attention that newer phones from both Snom and
Grandstream support OpenVPN. Is this a new trend or something? Since
OpenVPN, in one swell foop, deals with both NAT issues and securing
communications, I'd be very interested in hearing if other phone vendors
were embracing OpenVPN as well. (Other VPN solutions are all well and
good, but I really like the flexibility
2003 Nov 06
2
TINC and OpenVPN tunnel performance on a Windows client
Hi,
I had some performance problems with TINC running on Windows XP. I had a
VPN tunnel running over a wireless network to a Linux VPN server. Web
browsing through the tunnel was a pain. Big web pages with lots of
pictures loaded very slow compared to a plain network connection.
When the VPN client was running on a Linux computer, and a Windows
computer was browsing the web through the VPN
2008 Feb 11
2
OpenVPN traffic will not be routed into network / as DefaultGW traffic ... with 1 NIC
Hello!
I''ve the following set-up
RemoteClient1 (Win Vista), RemoteClient2 (Win XP) do both connect to
my OpenVPN box. They can talk to each other, using their 172.16.1.x
tun0 Address on the server.
The server itself (Ubuntu gutsy, OpenVPN: 2.0.9-8, shorewall:3.4.4-1)
has 1 NIC that connects the machine to
a) a DSL-router (forwards several ports to this linux machine,
including the