search for: validkey

Displaying 11 results from an estimated 11 matches for "validkey".

2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...(n->nexthop == myself) ? e->to : n->nexthop; e->to->via = indirect ? n->via : e->to; e->to->options = e->options; @@ -243,7 +243,7 @@ e->to->mtuprobes = 0; e->to->minmtu = 0; e->to->maxmtu = MTU; - if(e->to->status.validkey) + if(e->to->status.st.validkey) send_mtu_probe(e->to); } } @@ -263,10 +263,10 @@ next = node->next; n = node->data; - if(n->status.visited != n->status.reachable) { - n->status.reachable = !n->status.reachable; + if(n->status.st.visited...
2015 May 13
2
tinc 1.1 never seems to accept UDP packets from 1.0.24 hosts
...All after successfully pinging an IP behind the remote side to trigger UDP path probing, and no blocking firewall on the way) # tinc info T: (tinc 1.0.24, directly connected) Node: T Node ID: 97e7a2ff259b Address: 1.2.3.4 port 4200 Online since: 2015-05-13 22:38:45 Status: validkey visited reachable Options: pmtu_discovery clamp_mss Protocol: 17.0 Reachability: directly with TCP # tinc info V: (tinc 1.0.24, no direct connect) Node: V Node ID: 80a618663578 Address: 2.3.4.5 port 20316 Online since: 2015-05-13 22:38:45 Status: validkey visited r...
2008 Jul 17
5
.build method
I have gone to the api and have searched the internet and looked through the books that I have, but I am having trouble finding an explanation on what the .build method actually does and how it is used. I guess the best example is if I want to create a todo list application where I can create a new todo list and add to do items all at the same time. I would post to the todolist controller to
2013 Dec 17
1
Speed issue in only one direction
Hi all, I'm back again with my speed issues. The past issues where dependant of network I used. Now I run my tests in a lab, with 2 configurations linked by a Gigabit switch : node1: Intel Core i5-2400 with Debian 7.2 node2: Intel Core i5-3570 with Debian 7.2 Both have AES and PCLMULQDQ announced in /proc/cpuinfo. I use Tinc 1.1 from Git. When I run an iperf test from node2 (client) to
2016 Nov 17
1
Windows tinc network no data despite tinc connection
...rtual network adapter is named vpn and configured for IP 10.42.100.2, subnet 255.255.0.0. Pulling tinc info client on the server gives the following: Node: client Node ID: xxx928356yyy Address: public IP university network port 655 Online since: 2016-11-17 13:04:03 Status: validkey visited reachable sptps Options: pmtu_discovery clamp_mss Protocol: 17.7 Reachability: directly with TCP Edges: serverwin Subnets: Pulling tinc info serverwin on the client gives the following: Node: serverwin Node ID: xxx168af2859yyy Address: public IP company n...
2014 Feb 25
3
PMTU = 1518 over local network at 1500 MTU
...l nodes, they see 1518 PMTU. But local network is 1500 MTU !!! So nodes can ping each other but larger data does not go. test1=sllm1 test2=sllm2 test1:/usr/src/tinc# tinc -n coppint info sllm2 Node: sllm2 Address: 192.168.0.202 port 655 Online since: 2014-02-25 13:36:39 Status: validkey visited reachable sptps udp_confirmed Options: pmtu_discovery clamp_mss Protocol: 17.3 Reachability: directly with UDP PMTU: 1518 Edges: host1 host3 host4 host6 sllm1 Subnets: 1a:26:ce:e3:fb:13 6e:de:af:13:55:bf root at test2:~# tinc -n coppint info sllm1 Node:...
2013 Dec 15
1
graphviz
Hi, I propose that the "ad-hoc connections" (localdiscovery) are also displayed in the graph (graphdumpfile) as it is useful for debugging. I find the command-line tooling a bit cumbersome to find out where the problem is - maybe a web-interface can be added to tincd? Implementing a http server is trivial I found out. Folkert van Heusden -- Curious about the inner workings of your
2006 May 30
3
Help about CMS - newbie in RoR
...ticles 1 blog has many links 1 article has many comments MySQL database script: DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(11) NOT NULL auto_increment, `login` varchar(80) character set latin1 default NULL, `cryptpassword` varchar(40) character set latin1 default NULL, `validkey` varchar(40) character set latin1 default NULL, `email` varchar(100) character set latin1 NOT NULL default '''', `newemail` varchar(100) character set latin1 default NULL, `ipaddr` varchar(15) character set latin1 NOT NULL default '''', `created_at` datetime...
2008 Jul 23
3
Validation method vs. After Save & Rollback
Hey Guys, Again, I am just learning Rails, so I am asking advice here. I have a model called Company which has many Owners. The Owners model indicates the name of the owner and their share (as a percentage) of the company. The total shares for any one company can not be more than 100%. So if I have 10 owners each with 10% of the company and I update one of the owners and set their share to 11%,
1999 Oct 20
3
patch for tinc-0.3
Hi tinc list members, There were some problems with Ivo's email adresses (both zarq@iname.com and zarq@spark.icicle.dhs.org) so I resent the stuff to the mailling list. ============================================= Hi Ivo, Hier is een oplossing voor een bugje in flush_queue(), en ook wat andere troepjes zoals een tincd scheduler. Dit werkt wat beter, omdat de
2008 Jul 17
2
Final Opinion :: Need final opinions on the best way to handle arrays in forms
Hi There, rails noob just trying to suss a few things out. So I have 2 tables. 1 called Posts and the other called comments. On one page I need to be able to edit both the information about the post and the attributes of each comment for that post. So here is what the array might look like: (Inside the params hash) "post" => [ {"id"=>28, "title" =>