-
Notifications
You must be signed in to change notification settings - Fork 39
rtr.rpki.cloudflare.com public server: "transport error" #89
Comments
Cloudflare is a public validator on anycast servers. I assume Cloudflare will keep updating server software and when that happens, you will see the TCP connection drop. BIRD should just reconnect. However what you should do instead is use two different, geographically diverse validator instances on your own, as opposed to a single, public anycast server. |
yes, for some reason bird doesnt reconnect, but it's more a bird-related problem I guess. |
@jranma I can look into the logs for TCP failures but it might be a Bird issue. |
It's not a big deal, but if you can look in the logs, that's fine. |
it seems to be preferring ipv4
last event match a crash of a GoRTR instance but system is still available. |
thanks @lspgn |
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?
The text was updated successfully, but these errors were encountered: