-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Mar 2015 02:10:51 +0100 Guus Sliepen <guus at tinc-vpn.org> wrote:> If that was not the problem, then another issue might be the version > of OpenSSL on your Beaglebone not supporting the Cipher or Digest > algorithms that you are using. >This seems the most probable from the various tests and key changes and so forth that I have done. Yes I went through everything else you mention in the FAQ and your last email. I am calling tincd on the beaglebone as tincd -D -n wdl Here is my tinc.conf [wynkoop at beaglebone /usr/local/etc/tinc/wdl]$ more tinc.conf Name = beaglebone AddressFamily = ipv4 INTERFACE = tun0 DEVICE = /dev/tun0 [wynkoop at beaglebone /usr/local/etc/tinc/wdl]$ more tinc-up #!/bin/sh /sbin/ifconfig $INTERFACE 192.168.254.113 netmask 255.255.255.0 /sbin/route add -net 192.168.254.0 192.168.254.113 Which is the same, except addresses as on my other FreeBSD boxes and they do not toss the route error. Any pointers on checking my ssl lib? - -Brett - -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 If cowardly and dishonorable men sometimes shoot unarmed men with army pistols or guns, the evil must be prevented by the penitentiary and gallows, and not by a general deprivation of a constitutional privilege. - -Honorable J. A. Williams, Circuit Judge - Wilson v. State, 33 Ark. 557, 34 Am. Rep. 52 (1878). -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJU/k54AAoJEK6K3yrc+RuDxQ4H/Ah/EtMNUeNGWtQTAzC25MRt zJwmQg4Rx2NjhLOkMRn7v1Tr8yqrjRwC2niQ6BOB0bmXGFfEbFxhawrMel70dYgg KxGbbGb2T5qRX4+x7uVyT8NOXccnaUJSemkduNnIpYeZ90jNMHwOguJHds8Bcbap 2XwxCFh5ePGcMafb4AkB4bxDLbXk6Tu9SUssA87XqaeozlIeCWjPKBODJQz5xPLE iRyeaPVtlVlMwCp5KObMFbxLstXCLUAkG809OuLal+t51e8O6kM3YljyFg8G5So1 lYPU+SU2vW+v0RxMZ8MopirP+Fk6wq2Tmxm62AdZxuL/M/NawXASgcpJoyTlYu0=D415 -----END PGP SIGNATURE-----
On Mon, Mar 09, 2015 at 09:52:51PM -0400, Brett Wynkoop wrote:> This seems the most probable from the various tests and key changes and > so forth that I have done. Yes I went through everything else you > mention in the FAQ and your last email.Ok. Can you try copying the tinc configuration from the Beaglebone to an x86 machine, including the public and private keys, and run tinc on the latter? If it then runs fine, then there is indeed a problem with tinc on ARM FreeBSD, if not then the problem is with the private and/or public key.> Here is my tinc.conf > > [wynkoop at beaglebone /usr/local/etc/tinc/wdl]$ more tinc.conf > Name = beaglebone > AddressFamily = ipv4 > INTERFACE = tun0 > DEVICE = /dev/tun0That looks OK.> [wynkoop at beaglebone /usr/local/etc/tinc/wdl]$ more tinc-up > #!/bin/sh > /sbin/ifconfig $INTERFACE 192.168.254.113 netmask 255.255.255.0 > /sbin/route add -net 192.168.254.0 192.168.254.113 > > Which is the same, except addresses as on my other FreeBSD boxes and > they do not toss the route error.The route command is redundant, since the ifconfig command would already have added a route for 192.168.254.0/24 to the routing table. I think that explains the error message you get. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20150310/13a440d5/attachment.sig>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greeting- Well Guus was right yet again. My problem was a bad key pair. I just had to step away from it for a couple of days then go back fresh to generate and copy around keys. All I can think of is that whatever mistake I made on copying the keys I was doing it over and over. Sometimes a break is a good thing. Guus thanks for such great software it is a god send for use on my family's computers. Now when they call from all over the country for help I can actually get into their machines no matter what nating firewall they are behind! - -Brett - -- wynkoop at wynn.com http://prd4.wynn.com/wynkoop/pgp-keys.txt 917-642-6925 929-272-0000 If cowardly and dishonorable men sometimes shoot unarmed men with army pistols or guns, the evil must be prevented by the penitentiary and gallows, and not by a general deprivation of a constitutional privilege. - -Honorable J. A. Williams, Circuit Judge - Wilson v. State, 33 Ark. 557, 34 Am. Rep. 52 (1878). -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVBRw9AAoJEK6K3yrc+RuDvs0H/j88tPqgFr6fRRUHO0cayWuu JcO6jhszkhXii2jZ+buHHO0ozXPn912Vh4p9MAJ1jE/qaRCxk12oYtYYjh345VB8 ZYzWIrb6S3Okr1R0cpS1JnFivOoi80sKZkhg04UNOPwKVbrJYRUqaSzi2p1cQeYi RMfsrzqOxbZRu79vnbZXY0HN1DwpFlQByUhl2aYJO0J8mgzNvAVOJZ8BE+4WYiGP XjgweA+ExFzQ8PDoUBfEtJ7KlY7MBiN90fmu3Hiyz8MjmX61xJuPtdGk3D/6OM4i rxuMFQURmSQAvAonKfVFJ3czF6TvVyPpnGOAISb+5gIsFUWZygHHUaiQ0vSNfvw=Nasn -----END PGP SIGNATURE-----