Hello, I have configured my BIRD 2.0.7 router to use rtr.rpki.cloudflare.com public server on port 8282. Here is the config of bird: ## ROA roa6 table r6; protocol rpki validator { roa6 { table r6; }; remote "rtr.rpki.cloudflare.com" port 8282; retry keep 90; refresh keep 900; expire keep 172800; } #### It works for some time but after a while (a few hours or days) the connection is lost, with this error message in bird: Name Proto Table State Since Info validator RPKI --- start 10:06:02.441 Transport-Error have you ever had this problem?
Hello,
I have configured my BIRD 2.0.7 router to use rtr.rpki.cloudflare.com public server on port 8282.
Here is the config of bird:
ROA
roa6 table r6;
protocol rpki validator {
roa6 { table r6; };
remote "rtr.rpki.cloudflare.com" port 8282;
retry keep 90;
refresh keep 900;
expire keep 172800;
}
It works for some time but after a while (a few hours or days) the connection is lost, with this error message in bird:
Name Proto Table State Since Info
validator RPKI --- start 10:06:02.441 Transport-Error
have you ever had this problem?