12 Jul
2019
12 Jul
'19
9:41 a.m.
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