similar to: Tinc tunnel between two subnets

Displaying 20 results from an estimated 5000 matches similar to: "Tinc tunnel between two subnets"

2014 Aug 26
2
Tinc on NixOS
Hi, Does anyone here have experience running Tinc on NixOS? I'm trying to run Tinc on a NixOS machine, using the similar configuration i had for Ubuntu. My home subnet is 192.168.1.0/24 and my work is 10.16.0.0/24. However, unlike ubuntu, when I start tincd on nixos, and try to 'ifconfig $INTERFACE 192.168.1.10 netmask 255.255.255.0' in my tinc-up, I loose network access on the box
2013 Sep 21
1
Tinc on Mac OSX 10.8.4.
Hi, I'm trying to setup tunnel between a Linux VM (running on a KVM) and my Mac 10.8.4. On the Linux box i am able to start tincd and get interface up for my VPN name, but on the Mac, when i run i get this error ?1 tinc/zt ? sudo /opt/local/sbin/tincd -c /opt/local/etc/tinc/zt -D --debug=4 tincd 1.0.21 (Sep 21 2013 00:13:28) starting, debug level 4 Could not open /dev/tun0: No such file or
2004 Nov 24
3
Icecast XSL(WebInterface) Tweek
Hi, Apologies if my problem sound silly! I've been modifying the status.xsl , and now stuck with the problem. I want to disply on the top header (h2) total number of sources mounted on the server . I dont know how/where the webserver is working, thus i dont know how/where to get the total count (if its already stored somewhere at all). Otherwise, what is the easiest way to get the count?
2007 Mar 02
2
sampling random groups with all observations in the group
Hi I have a panel dataset with large number of groups and differing number of observations for each group. I want to randomly select say, 20% of the groups or 200 groups, but along with all observations from the selcted groups (with the corresponding data). I guess it is possible to generate a random sample from the groups ids and then match that with the entire dataset to have the intended
2007 Apr 08
1
How do I back transforme ordinary log-krigged prdiction values?
I have a question to everybody. After log10 transfprmation, I have done ordinary kriging in gstat in R? I need to back trnasform the prediction values to orgiginal scale. How do I do this in gstat in R? Thanks Zia -- Zia Uddin Ahmed 915 Brad Field Hall Department of Crop and Soil Cornell University Ithaca NY 14850 USA
2006 Dec 04
1
package mgcv, command gamm
Hi I am an engineer and am running the package mgcv and specifically the command gamm (generalized additive mixed modelling), with random effects. i have a few queries: 1. When I run the command with 1000/2000 observations, it runs ok. However, I would like to see the results as in vis.gam command in the same package, with the 3-d visuals. It appears no such option is available for gamm in the
2010 Feb 24
1
host behind tunnel only reachable on activity from the other side
Hi, I have a tinc tunnel up and running. I connected 2 hosts with a net behind. Host A with static ip 1.2.3.4 with 192.168.1.0/24 Host B with dhcp connection with 192.168.2.0/24 the whole net is 192.168.0.0/16 I can reach at any time any host behind A from a host behind B. But I can reach a host behind B only, if traffic (keep alive like ping) from B goes continousliy from B to A. I am running
2009 Dec 23
5
iid.test
I downloaded the iid.test, but I can't run it. I get the following message: Error: could not find function "iid.test" Where am I supposed to save this package in order that it works? Thanks, EZ [[alternative HTML version deleted]]
2015 Jan 22
1
Help linking subnets
Hi, after trying for days I ended up with a working tinc configurazion of 2 subnets, now my goal is to add 2 more subnets and comunicate. I might seem dumb at this point but honestly I don't work in IT or Networking stuff, and so I dont have that deep knowledge. A little explanation of my configuration is HOST A (VPN server) Public IP: 1.2.3.4 tun0 Subnet = 192.168.10.0/24 tun0 IP =
2016 Feb 11
3
Expected constant simplification not happening
Hi the appended IR code does not optimize to my liking :) this is the interesting part in x86_64, that got produced via clang -Os: --- movq -16(%r12), %rax movl -4(%rax), %ecx andl $2298949, %ecx ## imm = 0x231445 cmpq $2298949, (%rax,%rcx) ## imm = 0x231445 leaq 8(%rax,%rcx), %rax cmovneq %r15, %rax movl $2298949, %esi ## imm = 0x231445 movq %r12, %rdi movq %r14,
2013 Feb 13
1
Problems with tunnel: Got late or replayed packet, packet is 150 seqs in the future, expiring symmetric keys
Hi! I have som problems with my vpn tunnel. I have 6 nodes in the network. Three of them is running tinc 1.1pre5 Three of them is running tinc 1.0.19 I also have vlan tagging between the nodes running tinc 1.1pre5 The problem is that get a bunch of errors in the log like the messages below (logs is attached in the email): Got late or replayed packet from JOTPOS ("internal ip" port
2015 Dec 11
3
trouble hoisting GlobalValues
----- Original Message ----- > From: "Rafael EspĂ­ndola via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Steve King" <steve at metrokings.com> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Friday, December 11, 2015 4:28:33 PM > Subject: Re: [llvm-dev] trouble hoisting GlobalValues > > On 11 December 2015 at 16:53, Steve
2012 May 22
1
decrypt udp tunnel
Hi everyone, this is my first email to this list. I've successfully set up a tinc tunnel between my OpenWRT (TPLINK MR3220) and my laptop (ubuntu 12.04). Routing -I'm using router mode- works fine and as expected. Awesome! Now, I was curious and wanted to actually see the udp tunnel protocol stack. Googling a little bit -does this expression exist?- I've found out that one could
2005 Jul 16
1
vpn over http tunnel
Hello, Can you help me with some information on how to setup vpn over http -------------- next part -------------- An HTML attachment was scrubbed... URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20050716/3aa074cb/attachment.html
2010 Jul 14
3
2nd tunnel on macosx
Hi, maybe I am blind, but how to start 2 tunnels on OSX? using a different device I get: /dev/tap1 is a Generic BSD tap device add net 192.168.1.0: gateway 10.9.99.4 route: writing to routing socket: File exists add net 10.150.0.0: gateway 10.9.99.4: File exists Can't bind to 0.0.0.0 port 655/tcp: Address already in use Unable to create any listening socket! Terminating using same device I
2015 Dec 11
4
trouble hoisting GlobalValues
Hello LLVM, To reduce the code-size cost of relocations, I'm trying to hoist GlobalValues that are used many times. A new pass hides each hoisted GV behind a BITCAST in the dominating BB. The pass then updates users with the output of the BITCAST. This pass works properly AFAICT. The problems come in instruction selection. SelectionDAGBuilder::visitBitCast() treats the BITCAST as a no-op
2009 Apr 12
1
Bridging on os x
Hello, I've been trying to get bridging working on os x for about a week and haven't been able to do it. I've exhausted the examples and google and just can't get it to work. Any help would be appreciated, as I'm about to give up :( The goal is to join our two 192.168.1.x networks and share a large 192.168.1.x network between the two of us. Our setup is as follows:
2007 Apr 04
5
how to image.plot a XY grid file into a lat-lon map
Hi All, I have a netcdf gridded file with LCC projection. I can easily use image.plot to visualize it. However, as the axises are in X,Y, not Lat and Lon, I could not add state or country maps onto it (or lat lon information). I do have a grid2d file that describes the lat and lon for each (X,Y) grid, but the lat and lon are not regularly spaced, so I could not use image.plot. Does anyone know
2014 Aug 29
1
Samba 4 dns-resolv-prob with different subnets
Hello, I?m using one Samba4-dc ?d-02? (IP 192.168.1.100) on subnet (192.168.1.0). Internal dns works for clients and other servers at subnet 192.168.1.0. Now I want to join another dc ?dc-01? (IP 192.168.0.101) at subnet 192.168.0.0 which is connect over routed openvpn. Ping the first dc an vice versa works but ?host ?v dc-02? results in the following message: Trying ?dc-02? Host
2017 May 11
2
LocalDiscovery flip flopping and network design tips
@Etienne, I understood your explanation about the Subnet being the network *inside* the VPN, but the following the example https://www.tinc-vpn.org/examples/proxy-arp/, it seems to have: Subnet = 192.168.1.0/24 for the office, yet the IP address for the office is 192.168.1.2. Is that example no longer valid or am I misunderstanding? On Tue, Feb 14, 2017 at 4:01 PM, James Hartig <james at