Displaying 20 results from an estimated 100 matches similar to: "tinc/src net.h,1.9.4.57,1.9.4.58 net_packet.c,1.1.2.29,1.1.2.30"
2010 Nov 13
3
[PATCH 1/4] Experimental IFF_ONE_QUEUE support for Linux
---
doc/tinc.conf.5.in | 3 +++
src/linux/device.c | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in
index 2bfd5fe..01f7f81 100644
--- a/doc/tinc.conf.5.in
+++ b/doc/tinc.conf.5.in
@@ -255,6 +255,9 @@ a lookup if your DNS server is not responding.
This does not affect resolving hostnames to IP addresses from the
host
2015 Dec 02
5
[PATCH] Receive multiple packets at a time
Hello,
Linux has a recvmmsg() system call which allows to achieve several
recvfrom() at a time. The patch below makes tinc use it (patch against
1.1-pre11). Basically the patch turns the handle_incoming_vpn_data
variables into arrays (of size 1 when recvmmsg is not available, and
thus compiled the same as before), and makes the code index into the
arrays. You may want to use interdiff -w
2007 Mar 27
1
NAT and UDP
I have 2 hosts, A and B. B is behind a NAT.
TCP works, but when I attempt to use UDP, the following messages appears
on A:
Received UDP packet from unknown source x.x.x.x port 10192
This is not the port specified in the configuration, but I don't really
understand why tinc should care about that. The security shouldn't depend
on IP and port numbers, but on the crypto (MAC etc). So why
2005 Apr 08
1
TrustedNodes option in TINC
Hi,
We want to deploy a tinc VPN, with more than 50 sites connected all
arround the world. But we cannot trust all our sites with the same
level, so the tinc solution (automatic full mesh) is "too automatic" for
us : *any* node can add a new node which will be connected directly to
others.
A solution could be TLS (signing public keys), but create a PKI is
another issue for us.
2011 Jul 18
1
Question on how to get involved in 1.1 development
A while back I expressed interest in trying to add additional
compression formats (XZ, ZPAQ-derived). What would be the best way for
me to try these with the 1.1 codebase? And can 1.1 be used with 1.0.x
nets out-of-box?
http://en.wikipedia.org/wiki/Xz
http://mattmahoney.net/dc/zpaq.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Nov 26
2
PMTU Discovery Question
Hi Guus,
while checking the source code, I stumbled upon PMTU Discovery.
I've got a question regarding the process of sending/receiving PMTU packets.
As I understand, the packet flow is like this:
1 .Tinc creates a packet with a specific payload length to send it as an
PMTU probe.
(The data part is just some random bytes.)
2. This packet gets compressed and sent
2014 Feb 10
2
can not see public mailbox
Hello,
I'm running Dovecot2 and trying to set up public mailboxes. I've got a
virtual user system set up with postfix and using MySQL
authentication. I'm wanting to create several public mailboxes for
shared messages. I've followed the wiki and have the public folder
created. I've got a folder /home/vmail/public/public1 public1 being
the maildir of the public mailbox.
I can
2015 Jun 12
2
Packet size issue with direct UDP connections
Sure, I?ll see if we can narrow it down for you.
> On Jun 12, 2015, at 2:25 PM, Etienne Dechamps <etienne at edechamps.fr> wrote:
>
> That's interesting. I'm using a near-HEAD tinc-1.1 myself and haven't
> encountered this problem, but I think that's because I'm using it in
> router mode, as opposed to switch mode.
>
> I'm trying to narrow
2012 May 03
0
MLE for estimating the parameters of the TVECM in R
Dear Mr. Matthieu Stigler
i so excited for your package 'tsDyn'.
firstly introduce myself, i student at Gadjah Mada University,Indonesia.
i'am new user of R and applying it for solving Bi-Variate ( interest rate
and inflation ) with threshold vector error correction model.
now, i writing my final examination about threshold vector error correction
model and i use refference from paper
2015 May 16
2
"Invalid KEX record length" during SPTPS key regeneration and related issues
Hi,
I'm currently trying to troubleshoot what appears to be a very subtle
bug (most likely a race condition) in SPTPS that causes state to
become corrupted during SPTPS key regeneration.
The tinc version currently deployed to my production nodes is git
7ac5263, which is somewhat old (2014-09-06), but I think this is still
relevant because the affected code paths haven't really changed
2011 Jan 03
1
Tinc improvements
Dear Guus,
I've attached my first git commit to your repository.
It does not contain any new functionalities, but it is a first try to
interact with your git copy.
Could you please verify, if you can push this commit to your repository?
If it works, I'll send you the rest of my work, which contains:
1) some small improvements in logging
(using flags instead of counters)
2) the
2015 Dec 10
2
[PATCH] Receive multiple packets at a time
Hello,
Guus Sliepen, on Wed 02 Dec 2015 13:53:37 +0100, wrote:
> That's great! It would be good though to split
> handle_incoming_vpn_data() into a function that does the actual
> recvfrom/mmsg() and one that processes each individual packet, to reduce
> the level of indentation and make the functions a bit more readable.
> Then I'll merge it :)
Here it is.
Samuel
2010 Sep 20
0
No subject
+0100
From: Daniel Schall <tinc-devel at mon-clan.de>
Date: Thu, 6 Jan 2011 17:00:35 +0100
Subject: [PATCH] Improved PMTU discovery
diff --git a/lib/dropin.c b/lib/dropin.c
index 52fb5b8..2b803b1 100644
--- a/lib/dropin.c
+++ b/lib/dropin.c
@@ -165,8 +165,8 @@
#endif
=20
#ifdef HAVE_MINGW
-int usleep(long usec) {
- Sleep(usec / 1000);
- return 0;
-}
+//int usleep(long usec) {
+//
2009 Jun 21
0
Segmentation fault
Hello,
Last night there appears to have been a loop in the network of my colocation provider. Somehow this loop/packet flood caused tinc to crash. I guess that, even though it seems to have restarted, it did not manage to reconnect/re-open the tap device/something else went wrong; the machine itself was communicating with the internet but I could not access it over the VPN.
The most
2003 Nov 17
9
Radius on *
Does Asterisk support Radius accounting?....
-----Mensaje original-----
De: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] En nombre de
asterisk-users-request@lists.digium.com
Enviado el: Lunes, 17 de Noviembre de 2003 12:08 p.m.
Para: asterisk-users@lists.digium.com
Asunto: Asterisk-Users digest, Vol 1 #1912 - 11 msgs
Send Asterisk-Users mailing list
2001 Jun 20
0
Some problems encountered by a tinc user
I got some email from spsun@public1.wx.js.cn, and he found out that:
- The nasty key exchange bug that will make connections go dead after an hour
is part of the tinc 1.0pre4 release :(. It will only show up on VPNs with
more than 2 daemons though. It is already fixed in the CVS version.
- If IndirectData = yes, there is still an error in protocol.c: DEL_HOSTS are
sent for hosts which
2009 May 03
12
DNAT Question
Hi list,
I have a shorewall installed on 2 interfaces which also has multiple
static public IP. Let''s say I have 1.2.3.4 and 1.2.3.5. I have assigned
nat with:
1.2.3.4 eth0 11.22.33.4 no no
But then I have a situation where I need 11.22.33.44 to connect to a
host in the net zone and appears also to be 1.2.3.5 not only 1.2.3.4.
How to do it? TIA
Willy
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
Hello.
I found that anonymous structures does not work on gcc-2.95.
If you guys want to support a bit older platforms I suggest
fixing it.
You can check out patch I created to fix this issue.
I just added 2 extra structures to remove anonymous
structs inside connection_status_t and node_status_t.
Patch is here:
ftp://borg.uu3.net/pub/unix/tinc/tinc.patch
Attaching it as well.
Regards,
Borg
2015 Dec 02
0
[PATCH] Receive multiple packets at a time
Oh, goodie!
I'd made a start on the send direction here:
https://github.com/dtaht/tinc/commits/master
Perhaps that will help.
I would not just pull that as it was just some late night hacking...
and it turns out the posix time calls I upgraded to to get better than
second resolution are not supported on OSX.
My ultimate intent was to move to not bottlenecking or dropping
packets on the
2015 Jul 28
0
Dovecot 2.2.18 Panic: file index-mail-binary.c
Hi.
I have tried this email also with thunderbird imap which works. So this is
as special Problem with the imap-module of the Horde framework. I will do
some more debugging this evening.
My Horde framework has the following Versions:
Horde Groupware Webmail Edition 5.2.7
Horde (horde) 5.2.6
Horde_Imap_Client 2.29.1
Regards, Michael.
Am 28.07.2015 um 09:12 schrieb Michael Borgelt:
> Hi,
>