similar to: Tincd and OpenVPN on the same linux box

Displaying 20 results from an estimated 10000 matches similar to: "Tincd and OpenVPN on the same linux box"

2010 Nov 09
6
question from openvpn user, how to "redirect-gateway" in tincd
Hello, today I was trying to do something easy I did with openvpn before. I have a server, and a few clients will connect to the server and route their internet traffic into the tunnel. The server then makes NAT. To configure clients in OpenVPN there was this directive called: --redirect-gateway that basically (copy and paste from OpenVPN man): 1) Create a static route for the --remote address
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
2013 Jan 23
1
Multiple default gateways. Unable to ping other hosts.
Hello everyone, ?? I'm new to TINC. Today, I've started using it, and now I've a network on around 9 dedicated servers and 15+ VPS ?? into a single VPN. I switched from OpenVPN. ? ? ?? But, I've a problem adding another node to the VPN. ? ? ?? Basically this node is a VPS with two IPs, on a single eth0, with eth0 -> IP1, eth0:1 -> IP2. IP1 and IP2 are on ?? different
2010 Jan 17
1
How to improve the throughput
Dear I am very new to tinc and would like to ask any advice regarding tinc's throughput. I have been using OpenVPN for several years and found tinc as a simpler/scaler VPN using TUN/TAP device. I have tried to use tinc on WindowsXP and measured throughput in contrast to OpenVPN. My test revealed that tinc is faster in PING response (almost half of OpenVPN). However, when I tested with
2006 Mar 25
1
Linux box talks to XP Pro, XP Pro permissions denied on LinuxBox
My linux box can see, browse, and copy files from an XP Share. However, when I try to access the box either via its network name (\\linuxbox <file:///\\linuxbox> ) or by ip address (\\192.168.1.231 <file:///\\192.168.1.231> ) Windows shows me an error stating I don't have permissions to access the resource. I have been through the HowTo, and the Troubleshooting section of the
2010 Jul 18
1
Windows 7 support? Should I be able to PING over the VPN?
Hello, 2 questions: 1. I see from the archives that Vista support requires downloading an updated TAP driver from OpenVPN.net. I have just downloaded tinc 1.0.13 and was not able to get the TAP driver to work on my Windows 7 computer. Should I assume that 1.0.13 doesn't have the most current TAP driver and I should use the one I downloaded from OpenVPN ? There seems to be
2016 Jan 22
1
Does tinc have something akin to openvpn's --tls-auth ? Or do I not need that at all ?
Hello, I wanted to ask if tinc had something akin to openvpn's --tls-auth option, for all the reason's listed here: https://community.openvpn.net/openvpn/wiki/Hardening I have read http://www.tinc-vpn.org/documentation-1.1/tinc.pdf, but I have not seen anything similar. Or do I not need that feature at all because tinc handles cryptology different than openvpn ( tinc's uses RSA keys
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
2010 Jul 18
2
FW: Windows 7 support? Should I be able to PING over the VPN?
Thanks for the quick reply, Guus. Well the debug helped a little bit. So did re-reading the manual again. I think I got further ahead, but unfortunately I still cannot quite get to complete the connection between the two nodes. It looks like the two nodes are communicating - they seem to be able to exchange RSA keys & MetaKeys, but for some reason, they start trying to exchange data on
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
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
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
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
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
2006 Jun 30
5
WG: OpenVPN question
Shorewall can run without openvpn, but you need it if you want to establish private networks through public structures. -----Ursprüngliche Nachricht----- Von: info@kws-netzwerke.de [mailto:info@kws-netzwerke.de] Gesendet: Freitag, 30. Juni 2006 12:52 An: 'Shorewall Users' Betreff: AW: [Shorewall-users] OpenVPN question Shorewall is able to work with openvpn but it isn´t a bundle of a
2004 May 30
1
Problem with tinc on Windows XP SP2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear developers, I tried to use tinc on my Windows XP Box wich has Service Pack 2 RC1 installed. I'm using the Tap-Win32 driver from openvpn 2.0 beta2 since they were the only working drivers. Now here is the errormessage i recieve when I try to start tinc: C:\Programme\tinc>tincd -D -n hive tincd 1.0.2 (Nov 8 2003 14:19:06) starting, debug
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:
2004 Nov 24
3
Bridges, ebtables and OpenVPN [non member]
Hi all, I''m trying to use OpenVPN as a VPN solution on a firewall running Shorewall. The IPSEC VPN I tried first has shown a little bit unstable under several conditions, especially with Windows clients. As OpenVPN is best run in ''bridged'' mode (see http://fedoranews.org/contributors/florin_andrei/openvpn/), I became interested in the bridge capabilities of
2008 Sep 13
1
openvpn
I have a workgroup server with samba operating well and have configured openvpn on it. That also seems to be working well. I also have other servers at different locations with samba/openvpn working. To access the openvpn server I use Windows and manually map a drive to a drive letter using U: as \\servername\sharename The shares work but I am mapping _through_ the samba server - that is I have