You should add a shared point, either folders or files, to server access_rules.
bundle server access_rules {
access:
"/srv/cf-serverd"
admit => { "172\.24\..*" };
"/jawoll"
admit => { "172\.24\..*" }
}
Cheers,
--Nakarin
On Feb 26, 2010, at 11:38 AM, Seifert
Here ist my configuration:
cf-serverd.cf on the policy server:
body server control {
trustkeysfrom => { "172.24.1.58" };
allowconnects => { "172.24.1.58" };
maxconnections => "10";
logallconnections => "true";
}
bundle server access_rules {
access:
"/srv/cf-serverd"
ad