I have tried starting tinc with this command line tincd -n vpn -d5 -D and get this error tincd 1.0.8 (May 16 2007 17:41:21) starting, debug level 5 No value for variable `MIGJAoGBAMnEdtmSs9pe+y0H4aHpQRO0GbJ3DFbEgHoaxsl1sKZ6eTHug klBJxXM' on line 3 while reading config file C:\Program Files\tinc/vpn/hosts/jenks Cannot open host configuration file for myself! Terminating ne1 help? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.tinc-vpn.org/pipermail/tinc/attachments/20071017/9538effc/attachment.htm
Dennis Briggs a ?crit :> I have tried starting tinc with this command line > > tincd -n vpn -d5 ?D > > > > and get this error > > tincd 1.0.8 (May 16 2007 17:41:21) starting, debug level 5 > > No value for variable > `MIGJAoGBAMnEdtmSs9pe+y0H4aHpQRO0GbJ3DFbEgHoaxsl1sKZ6eTHug > > klBJxXM' on line 3 while reading config file C:\Program > Files\tinc/vpn/hosts/jenks > > Cannot open host configuration file for myself! > > Terminating > > > > ne1 help?What is in your host config file ? sich
My host file is called jenks and has this information in it. Address = 70.184.39.98 subnet = 10.20.40.3/24-----BEGIN RSA PUBLIC KEY----- MIGJAoGBAMnEdtmSs9pe+y0H4aHpQRO0GbJ3DFbEgHoaxsl1sKZ6eTHugklBJxXM DwNplJpOEA7y0eZbjFDCobN+aN1zUc33ehhifrBp6pxgNe/ENRz5eeGgYoE3ED3c HfonZHeaYRJi75wVy72GIeyV6E2nlqp5hFEcHknTmmIgmijti5DfAgMBAAE -----END RSA PUBLIC KEY----- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.tinc-vpn.org/pipermail/tinc/attachments/20071017/23eaeb8f/attachment.htm
My host file is called jenks and this is what is in it.. Address = 70.184.39.98 subnet = 10.20.40.3/24-----BEGIN RSA PUBLIC KEY----- MIGJAoGBAMnEdtmSs9pe+y0H4aHpQRO0GbJ3DFbEgHoaxsl1sKZ6eTHugklBJxXM DwNplJpOEA7y0eZbjFDCobN+aN1zUc33ehhifrBp6pxgNe/ENRz5eeGgYoE3ED3c HfonZHeaYRJi75wVy72GIeyV6E2nlqp5hFEcHknTmmIgmijti5DfAgMBAAE -----END RSA PUBLIC KEY----- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.tinc-vpn.org/pipermail/tinc/attachments/20071017/70d67aeb/attachment.htm
Dennis Briggs wrote:> My host file is called jenks and this is what is in it.. > > > > Address = 70.184.39.98 > > subnet = 10.20.40.3/24-----BEGIN RSA PUBLIC KEY-----You need a newline ^ here that is, between "subnet = 10.20.40.3/24" and "-----BEGIN RSA PUBLIC KEY-----"> > MIGJAoGBAMnEdtmSs9pe+y0H4aHpQRO0GbJ3DFbEgHoaxsl1sKZ6eTHugklBJxXM > > DwNplJpOEA7y0eZbjFDCobN+aN1zUc33ehhifrBp6pxgNe/ENRz5eeGgYoE3ED3c > > HfonZHeaYRJi75wVy72GIeyV6E2nlqp5hFEcHknTmmIgmijti5DfAgMBAAE> > -----END RSA PUBLIC KEY----- > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
Scott Lamb a ?crit :> Dennis Briggs wrote: >> My host file is called jenks and this is what is in it.. >> >> >> >> Address = 70.184.39.98 >> >> subnet = 10.20.40.3/24-----BEGIN RSA PUBLIC KEY----- > > You need a newline ^ here > > that is, between "subnet = 10.20.40.3/24" and > "-----BEGIN RSA PUBLIC KEY-----"Yep, this should be enough sich
Dennis Briggs a ?crit :> Now I get this > C:\Program Files\tinc>tincd -n vpn -d5 -D > tincd 1.0.8 (May 16 2007 17:41:21) starting, debug level 5 > Network address and prefix length do not match for configuration variable > subnet > in C:\Program Files\tinc/vpn/hosts/jenks line 2 > TerminatingIs the subnet only for the node ip or for all the subnet ? If this variable : subnet = 10.20.40.3/24 is only for the tinc node ip, then you need to change this to : subnet = 10.20.40.3/32 If this for the whole subnet then this is perhaps : subnet = 10.20.40.0/24 ? If you already have problem I need more information about your network configuration. sich