search for: meshed

Displaying 20 results from an estimated 553 matches for "meshed".

2012 Apr 03
1
Connecting two overlay meshes into a single mesh
Hi everyone. I'm wondering whether a setup like the one described below would be possible with Tinc: nodeA1 nodeB3 | | (Network A) --- [GWA] --- (Internet) --- [GWB] --- (Network B) | | nodeA2
2012 Jun 09
2
Help getting Torchlight 2 Beta running (Mac)
Hey everybody, I'm VERY new at using Wine, so forgive me if this is a foolish question! Recently I've been trying to run the Torchlight 2 Beta under Wine? the game itself runs flawlessly, but in order to get it to run past the beta expiration date I have to run another application (I'm not entirely sure what it is, my belief is that it emulates a server of some sort to play on). No
2012 Jul 19
1
[tripack] error in trmesh
I am trying to triangulate a point set as follows: > head(cbind(x,y)) x y [1,] -78.1444 -60.4424 [2,] -78.1444 -58.4424 [3,] -78.1444 -56.4424 [4,] -78.1444 -54.4424 [5,] -76.1444 -60.4424 [6,] -76.1444 -58.4424 > length(x) [1] 5000 > tri <- tri.mesh(x, y) Fehler in tri.mesh(x, y) : error in trmesh > tri <- tri.mesh(x, y, "remove") Fehler in tri.mesh(x, y,
2012 Sep 04
1
what package does the mesh function need
Hello, I tried to plot some 3d-plots with the 'mesh' function, but I allways get the message 'Fehler: konnte Funktion "mash" nicht finden' in english this means 'error: can't find the function "mesh"'. Do I need another package? I didn't found anything in the web this afternoon, only descriptions how to use the function. I looked up a lot of
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.
2005 Nov 02
1
tink solution and mesh
Hi. I read that one feature of tink vpn solution is the Automatic Full Mesh Routing support that is defined as: "regardless of how you set up the tinc daemons to connect to each other, VPN traffic is always (if possible) sent directly to the destination, without going through intermediate" hops. What this means? I don't understand how this work. Can you please give me some
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
2008 Jul 30
1
tinc and wireless mesh
Hello! I'm trying to make a wireless mesh network with b.a.t.m.a.n. protocol, and I would like to secure the wireless links with tinc. My test network is 2 wireless routers with OpenWRT Kamikaze firmware, and the network topology is the following: |CLIENT|eth0: 192.168.180| <--> |eth0: 192.168.1.1|MESH-NODE|ath0: 192.168.5.54| <~~> |ath0: 192.168.5.51|GW|eth1: 192.168.1.51|
2013 Oct 05
1
Making available a subnet using a device behind nat router
I run tinc on a series of routers running 3rd party firmware (tomato). Since tinc is running on the gateway device, its routing table is aware of the mesh vpn. At each endpoint, any device one subnet can access any device on another subnet. I now have the situation where I need to make a new endpoint and entire subnet available on the mesh. In this situation I have a device running tinc
2017 Sep 19
1
How to route between tinc and physical interface.
Hello everyone. First of all, i congratulate tinc and its community for such reliable tool it is. I am working on a community wireless project where we have an isolated mesh network that we want to link by VPN. In order to fulfill this requirement we setup a tinc VPN, with two "nodes", servera and serverb. Servera has ip 10.0.0.1/24 and serverb has 10.0.0.2/24, and a spare network
2012 Sep 12
7
multinomial MCMCglmm
Dear all, I would like to add mixed effects in a multinomial model and I am trying to use MCMCglmm for that. The main problem I face: my data set consits of a trapping data set, where the observation at eah trap (1 or 0 for each species) have been aggregated per traplines. Therefore we have a proportion of presence/absence for each species per trapline. ex: ID_line mesh habitat Apsy Mygl
2011 Apr 28
1
Suggestion: use Open-Mesh/BATMAN to help with layer 2/3 routing?
http://www.open-mesh.org/ Idea #1: is BATMAN worth considering using as part of the layer 2 routing in Tinc? Idea #2: would it be possible to embed BATMAN as an option to avoid having to use Quagga for routing v6 subnets? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jan 26
1
N Hosts on an Untrusted LAN in Full Mesh?
Hello, tinc experts! I have a question that I have not been able to find an answer to after reading the manual and examples and I was hoping someone could help me. So, let's say I have an elastic number of hosts all in rfc-1918 space that need to talk to each other. And lets also say that I do not trust the network they are on. Is there a way I can configure tinc on all N hosts to use the
2010 Jul 02
2
Question about meshing
Hi all, I am currently implementing the features I announced in May and I encounter a strange behavior: Assuming we got three nodes, A, B and C. Nodes B and C both connect to node A. A notifies both nodes about each other's UDP endpoints and B & C start communicating directly (not via A). So far so good. If node A goes down for some reason, node B and C cannot send meta
2012 Sep 18
3
tinc puppet module to create a L2 mesh
Hi, I wrote a draft puppet module to maintain a L2 mesh based on tinc [1]. I tried to explain what it is about so that it makes sense even to people who know nothing about tinc [2]. Before polishing it so that it can be useful to the general public instead of just myself, I would very much appreciate your comments. This is my first experience with tinc and I would like to improve :-) Thanks for
2008 May 04
1
adaptive optimization of mesh size
DeaR list, I'm running an external program that computes some electromagnetic response of a scattering body. The numerical scheme is based on a discretization with a characteristic mesh size "y". The smaller y is, the better the result (but obviously the computation will take longer). A convergence study showed the error between the computed values and the exact solution
2016 Apr 30
2
What would be the configuration options to turn off all mesh routing
Hi, if we are to configure Tinc just like a traditional server-client VPN, what would be the options to set in the configuration file to achieve that. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20160501/b5d5935f/attachment.html>
2015 May 30
0
Help us with finishing the KCC (ending full-mesh replication on the Samba4 AD DC)
I've been slowly reviewing our KCC patch series by Douglas and Garming into Samba git master over the past few days, and I expect that to be fully merged shortly. The purpose of this work is to change Samba from full-mesh replication to respecting site boundaries, and so trying to reduce WAN replication traffic. However, I need the help of Samba administrators to ensure this work is ready
2012 Apr 20
1
Numbers not numeric?
Greetings R users, I have a curious problem. I read in a csv file (subset shown below) as normal data=read.table("C:/Users/Chaz/Desktop/test.csv",sep=",",header=TRUE, na.strings=".") However, the numbers from the dataset are not registered as numeric: is.numeric(data$Mesh) [1] FALSE When I try as.numeric, it converts all the values to different integers. This
2007 Feb 01
16
input transformations
I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. In this approach I allow every window to have it's own root window coordinate space. A window's root window coordinate space is affected by all it's ancestors. Composite clients can