similar to: Fwd: Error during key creation

Displaying 20 results from an estimated 1300 matches similar to: "Fwd: Error during key creation"

2019 Jul 03
3
[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
kmemdup is introduced to duplicate a region of memory in a neat way. Rather than kmalloc/kzalloc + memcpy, which the programmer needs to write the size twice (sometimes lead to mistakes), kmemdup improves readability, leads to smaller code and also reduce the chances of mistakes. Suggestion to use kmemdup rather than using kmalloc/kzalloc + memcpy. Signed-off-by: Fuqian Huang <huangfq.daxian
2019 Jul 03
3
[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
kmemdup is introduced to duplicate a region of memory in a neat way. Rather than kmalloc/kzalloc + memcpy, which the programmer needs to write the size twice (sometimes lead to mistakes), kmemdup improves readability, leads to smaller code and also reduce the chances of mistakes. Suggestion to use kmemdup rather than using kmalloc/kzalloc + memcpy. Signed-off-by: Fuqian Huang <huangfq.daxian
2006 Nov 24
1
What's wrong in these configurations?
Hi guys!! I've followed the windows 2000/xp tutorial and not only, but it seems not to work! I've for sure committed some errors... PC (under NAT) files: tinc/vpn/tinc.conf tinc/vpn/rsa_key.priv tinc/vpn/hosts/elegos tinc/vpn/hosts/shadowkrad tinc.conf: Name = elegos ConnectTo = shadowkrad TCPOnly = yes Interface = VPN (TCPOnly as under a NAT) rsa_key.priv: -----BEGIN RSA PRIVATE
2010 Mar 17
1
Check public/private RSA keypairs
Hi together, i have a tinc vpn running on several local networks as well as on clients and am writing on a little "zeroconfig" tool to add new (newbie) clients to the net without having to vnc to them for ages. To do this easier, i wanted to have a possibility to check somehow if the public key stored on the server mathes the provate key on the client, or if it needs to be regenerated.
2019 Nov 24
4
Warning: old key(s) found and disabled.
Well, I goofed and entered the wrong network name while trying to set up keys for a new network: # tincd -n existing_net -K Generating 2048 bits keys: ............................................+++++ p ..................................................................+++++ q Done. Please enter a file to save private RSA key to [/etc/tinc/existing_net/rsa_key.priv]: Warning: old key(s) found
2001 Nov 21
1
Connection problems
I have been having some problems setting up tinc on 2 masquerading linux slackware boxes. routerA is a NAT router to the internet, for two networks on two interfaces. This are the two networks: eth1 Link encap:Ethernet HWaddr 00:E0:4C:6C:6D:86 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX
2019 Nov 09
0
Fwd: Error during key creation
> Cannot open config file /usr/local/etc/tinc/linodeVPN/tinc.conf: No such > file or directory > Any ideas what went wrong and how can I fix it? sudo mkdir -p /usr/local/etc/tinc/linodeVPN ALBI...
2002 Dec 27
1
Bug in tinc manual
I found the following error in tinc manual in http://tinc.nl.linux.org/documentation/tinc_4.html PrivateKey = /etc/tinc/company/rsa_key.priv should be: PrivateKeyFile = /etc/tinc/company/rsa_key.priv Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
2003 Oct 19
2
Tinc doesn't respond in Windows XP.
I am novice using tinc. I followed step by step the sample reported in http://tinc.nl.linux.org/examples/windows-install I have the following in my home (Win XP with tinc-1.0.1-install.exe): ------------------------------------------------------------------------ C:\Program Files\tinc\vpn>type tinc.conf AddressFamily = ipv4 Name = home ConnectTo = office Interface = VPN C:\Program
2010 Dec 28
1
Trouble adding 2nd vpn
So I am attempting to add a 2nd vpn to my existing setup and for some reason I can't seem to get it to work quite right. The issue I'm having right now is successful execution of the tinc-up script. It's probably something obvious but after several days I still don't see what I'm missing. I can see in syslog that "Script tinc-up exited with non-zero status 1" Both
2001 Nov 04
8
Connection problem
I've got a test lab set up and im having problems connecting. The first problem is that it takes it a couple of tries before it actually connects the two machines. It complains about bogus data and after trying for a minute or so it connects. kill -USR1 shows that they are connected kill -USR2 only shows the local subnet, not the remote I've tried these versions without any luck: cvs
2018 Mar 29
5
site-site vpn setup..
Just search online why in general that is insecure via CLI vs programmatic for first class automation.. there is a reason why snmp, rest, ... exist. On Thu, Mar 29, 2018 at 3:50 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > You've mentioned security issues in your previous email, but now you're > hopping to management issues. > > Have you tried Ansible, Chef or
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
Hello, response time: how is it possible to increase the response time on Tinc VPNs. When I use tinc over a fast or giga-bit network connection the ping-response time is normally about 1800 to 2000 ms. Sometimes I get ping response times at about 2.500 to 3.000 ms over a normal Ethernet Connection or a television-cable connection within the same providers-network in the same city. The ping-time
2018 Mar 11
1
Problem connecting two home networks (Windows/Linux)
Hi all, After having read most of the available documentation I still have got problems interconnecting two networks in router mode: My configuration consists of two private home networks that I want to connect: Vienna 192.168.0.0/24 - Internet gateway 192.168.0.1 Berlin 192.168.1.0/24 - Internet gateway 192.168.1.1 VPN Devices are configured as 192.168.3.1 (Vienna) and 192.168.3.2
2015 Jan 12
1
SIMPLE TINC template example
Here is some examples of using templates for TINC configurations and settings: In your startup script, BEFORE starting TINC VPN, put a number of entries to configure your VPN: sh ./templatewriter.sh LAN LOSI101 8540 255.255.255.0 0.0.0.0 10.99.0.11 10.98.0.11 ConnectTo=LOSI102 ConnectTo= ConnectTo= **PUT MORE ENTRIES HERE FOR MORE COMPLEX VPN setups ######Templatewriter.sh #!/bin/bash
2011 Feb 22
5
Direct connections between nodes are in the same LAN (behind common NAT)
Hi I'm trying to implement a scheme in which the nodes will have a direct UDP tunnel to each other. First, all nodes make connection with one public node, and then make connections with each other. And I came across the following problem: Remotely located nodes can establish a direct UDP connection, but the nodes that are in the same local network can not, and all traffic goes through the
2018 Mar 29
2
site-site vpn setup..
Programmatic management with first class APIs is preferred for larger deployments.. On Mon, Mar 26, 2018 at 12:28 PM, Tomasz Chmielewski <mangoo at wpkg.org> wrote: > Could you elaborate on why CLI (SSH) managing is insecure? > > > Tomasz Chmielewski > https://lxadm.com > > > On 2018-03-27 04:23, al so wrote: > >> So, for remote manageability of Tinc, we
2019 Jul 03
0
[PATCH 05/30] crypto: Use kmemdup rather than duplicating its implementation
kmemdup is introduced to duplicate a region of memory in a neat way. Rather than kmalloc/kzalloc + memset, which the programmer needs to write the size twice (sometimes lead to mistakes), kmemdup improves readability, leads to smaller code and also reduce the chances of mistakes. Suggestion to use kmemdup rather than using kmalloc/kzalloc + memset. Signed-off-by: Fuqian Huang <huangfq.daxian
2019 Jul 03
0
[PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
On Thu, Jul 04, 2019 at 12:27:08AM +0800, Fuqian Huang wrote: > kmemdup is introduced to duplicate a region of memory in a neat way. > Rather than kmalloc/kzalloc + memcpy, which the programmer needs to > write the size twice (sometimes lead to mistakes), kmemdup improves > readability, leads to smaller code and also reduce the chances of mistakes. > Suggestion to use kmemdup rather
2005 Dec 19
1
Installation: error message when generating the keys..
hi I don't have experience at all with networks but I was triyng to install and configure tinc as a platform for multiplayer games that need to be run on a LAN. The computers run with Windows XP so I followed the example posted in the website for installation in windows. Everything is pretty clear and step-by-step, but when trying to generate the keys I get the following message: Cannot open