similar to: Asymmetric routing and firewalls dropping UDP packets

Displaying 20 results from an estimated 900 matches similar to: "Asymmetric routing and firewalls dropping UDP packets"

2015 Jun 11
2
tinc as layer 2 switch doesn't automatically mesh with other nodes
We have a handful of nodes set up. Some are NAT'd but a few have direct access to the Internet. Sample confs: HostA: Name = HostA AddressFamily = any Interface = tap0 Mode = switch Connectto = HostB GraphDumpFile = /tmp/mesh HostB: Name = HostB AddressFamily = any Interface = tap0 Mode = switch Connectto = HostA GraphDumpFile = /tmp/mesh And so on. If I use HostA as the main meta sever.
2015 Nov 16
2
Upcoming Tinc Talk at FOSSETCON 2015
Yes, slides will be available afterwards. Additionally, a very similar talk will be presented at SCALE this year as well. Do you have any more info about how tinc is used by NYC mesh? Ben On Sun, Nov 15, 2015 at 3:55 PM, Daniel J. Grinkevich < danielgrinkevich at gmail.com> wrote: > Will the slides be posted after the talk? > > We use tinc for NYC Mesh to connect nodes that do
2015 Jun 11
0
tinc as layer 2 switch doesn't automatically mesh with other nodes
tinc uses direct UDP communication for performance, not reliability. If you want to establish more metaconnections for increased reliability, you can use AutoConnect (though it probably won't work across NATs). A better solution is to use two central nodes (instead of one) for redundancy. On 11 June 2015 at 18:59, Daniel J. Grinkevich <danielgrinkevich at gmail.com> wrote: > If we
2015 Nov 15
2
Upcoming Tinc Talk at FOSSETCON 2015
Hi tincfolks, I'd like to announce that we're planning a talk [1] about tinc and some of the uses that we've developed for it. It'll be given at FOSSETCON 2015 [2] in Orlando, Florida on Nov 19-21. If anybody is in the area, please consider attending. Ben [1] http://www.fossetcon.org/2015/sessions/secure-peer-networking-tinc [2] http://www.fossetcon.org/ -------------- next part
2016 Jan 29
2
respawning dead tinc process
I?ve been having the same issue with Ubuntu, thankfully we have access to Upstart: ``` start on (local-filesystems and net-device-up IFACE!=lo) stop on stopping network-services author "Mark Lopez" description "Tinc Upstart Job" version "0.1" env network=master respawn exec /usr/sbin/tincd -n "$network" -D --debug=3 --logfile ``` I removed the default
2016 Jan 29
2
respawning dead tinc process
I have tinc 1.1pre11 running on various routers and linux cloud servers. On one of the cloud servers, under Ubuntu 12.04, tinc is mysteriously dying once in a while, leaving a dangling PID. I have been unable to track down why it is dying, but it happens infrequently enough that I care less about why it is dying than how to robustly respawn it when it dies. Before I re-invent the wheel, has
2014 Dec 17
3
Asymmetric encryption for very large tar file
Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>: > On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng > <xzheng at christianbook.com> wrote: >> I have a requirement that I need to use encryption technology to encrypt >> very large tar file on a daily basis. The tar file is over 250G size and >> those are data backup. Every night the server
2008 Jun 03
1
'asymmetric span' for 2D loess?
Hello, I am interested in performing a 2D loess smooth on microarray data, i.e. log2 ratios on a 2D grid, using different spans in the horizontal and vertical directions (the immediate reason being that replicate spots are laid out in the horizontal direction). Is it possible to do this in R? Functions like loess(stats) seem to apply the same span for all predictors, which carries over to
2009 May 17
0
Asymmetric t - copula code in R
Hi R-users, Where can I find the code for asymmetric t-copula in R? Thank you for any help given. [[alternative HTML version deleted]]
2012 Sep 27
3
Drawing asymmetric error bars
Hello, I have data which I have arcsin transformed to analyse. I want to plot my data with error bars however as my data is back-transformed my standard errors are uneven. Is there a simple way to draw these asymmetric error bars in R? Thanks for your help. [[alternative HTML version deleted]]
2009 May 18
0
asymmetric t-copula in R
Hi R-users, Where can I find the code for asymmetric t-copula in R? Thank you for any help given. [[alternative HTML version deleted]]
2005 Jan 29
1
IAX2 Asymmetric Latency
Hi, I'm running Asterisk with HFC-S card connected to HW PBX in my office. When I make a call from home using iaxComm connected to Office Asterisk, the outgoing latency is about 0.25 sec, which is quite OK. But to incoming latency begins on 0.5 sec and in a minute it's about 5 seconds (!) and growing fast. The thing I really don't understand that the latency is asymmetric and
2014 Dec 17
0
Asymmetric encryption for very large tar file
On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng <xzheng at christianbook.com> wrote: > I have a requirement that I need to use encryption technology to encrypt > very large tar file on a daily basis. The tar file is over 250G size and > those are data backup. Every night the server generated a 250G data backup > and it?s tar?ed into one tarball file. I want to encrypt this big
2014 Dec 17
0
Asymmetric encryption for very large tar file
On 17/12/14 18:54, Leon Fauster wrote: > Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>: >> On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng >> <xzheng at christianbook.com> wrote: >>> I have a requirement that I need to use encryption technology to encrypt >>> very large tar file on a daily basis. The tar file is over 250G size
2014 Dec 18
1
Asymmetric encryption for very large tar file
I would rather work on single files or tars on directory basis. Using a single big file creates a very "large" single point of failure. Or use an encrypted file system (of course, also a single point of failure, but probably better handling). Kai
2014 Dec 18
0
Asymmetric encryption for very large tar file
Hello, On Thu, 18 Dec 2014 16:51:31 +0100 Kai Schaetzl <maillists at conactive.com> wrote: > I would rather work on single files or tars on directory basis. Using a > single big file creates a very "large" single point of failure. > Or use an encrypted file system (of course, also a single point of > failure, but probably better handling). The bad points with
2014 Dec 19
0
Asymmetric encryption for very large tar file
Hello, Thanks for all feedback I got. I am pretty sure that if I used ?openssl enc? method, it is able to handle large file over 250g size perfectly. I think openssl installed on the system is capable of doing large file support. However, when using ?openssl smime?, it is not able to. Apparently it?s smime method limitations, not the openssl. Other than smime and enc, what other methods can I use
2014 Dec 19
0
Asymmetric encryption for very large tar file
On Fri, Dec 19, 2014 at 3:48 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > On Fri, Dec 19, 2014 at 2:40 PM, Brian Mathis > <brian.mathis+centos at betteradmin.com> wrote: > > > > > > GPG is really what you want to be using for this. OpenSSL is a general > > toolkit that provide a lot of good functions, but you need to cobble some > > things
2004 Aug 06
0
Asymmetric load balancing
> I am finding this solution to be sub-par. Client-side caching seems to be > one of the culprits. When one of the bandwidth-constrained server IPs is > selected, and it's full, it seems that the client never switches to > another server on reconnect. Using Winamp as the client right now on > Windows XP (for testing). Only flushing all the DNS caches up the chain >
2004 Aug 06
0
Asymmetric load balancing
How does this affect the fallback-mount(s) if the main mount isn't being used? <p>>Th redirect should of course include some info in the redirect URL >regarding how many times it's been redirected - you don't want to get >into a situation where users are bounced around indefinately. > >Personally, I'd go a step further and collect performance data so that