Forum: Cfengine Help
Subject: Re: Trustkeys not being shared
Author: mwlarsen
Link to topic: https://cfengine.com/forum/read.php?3,17676,17729#msg-17729

Yeah, I've read that at least four dozen times. I have the following in the 
server's promises.cf:

body server control 

{
allowconnects         => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220" , 
"10.2.1.221" };
allowallconnects      => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220" , 
"10.2.1.221" };
trustkeysfrom         => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220" , 
"10.2.1.221" };
}

and the following in the client's promises.cf:

body server control 

{
allowconnects         => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220"   
};
allowallconnects      => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220"  };
trustkeysfrom         => { "127.0.0.1" , "::1" , "10.2.1.219" , "10.2.1.220"  };
}

Still get "Connection reset by peer" when I run cf-runagent. And there's no 
automatic key exchange either.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to