BIRD 2.0.4 and protocol RPKI in the config file
Barry O'Donovan
barry.odonovan at inex.ie
Fri Jul 12 11:41:08 CEST 2019
Hi Irene,
Irene Lalioti wrote on 12/07/2019 10:26:
> protocol rpki {
> debug all;
> roa4 { table r4; };
> roa6 { table r6; };
> remote "rpki.lu-cix.lu" port 323;
> retry keep 5;
> refresh keep 30;
> expire 600;
> }
>
> when I run it I receive the syntax error unexpected symbol on the
> protocol line.
>
> -bash-4.2# bird -c /etc/bird.conf -d -f
> bird: /etc/bird.conf:208:10 syntax error, unexpected SYM
Can you try with IP instead? E.g.
remote "192.0.2.123" port 323;
I have a vague recollection that using a hostname didn't work for me at
all.
Thanks,
- Barry
More information about the Bird-users
mailing list