Good evening, Before I was using Ubuntu and to enable the RPKI protocol I did: ./configure --enable-libssh. Now I am a new Centos7 user and I don't know really well how to enable RPKI. I downloaded bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm> and then: yum install bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm> But now how do I enable RPKI? Thanks in advance, Fabiano
The CentOS 7 bird2 package has the libssh feature enabled from what I can tell, I don't think you should have to do anything special. On Tue, May 5, 2020 at 1:07 PM Fabiano D'Agostino < fabiano.dagostino96@gmail.com> wrote:
Good evening, Before I was using Ubuntu and to enable the RPKI protocol I did: ./configure --enable-libssh.
Now I am a new Centos7 user and I don't know really well how to enable RPKI.
I downloaded bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm> and then: yum install bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm>
But now how do I enable RPKI?
Thanks in advance, Fabiano
Thank you, but did I install it in the right way? I did: rpm -i package.rpm, but in /usrlocal/etc I have no bird.conf. I tried to add a new bird.conf but it seems that it isn't recognized. Il giorno mar 5 mag 2020 alle ore 14:17 Asher Baker <asherkin@gmail.com> ha scritto:
The CentOS 7 bird2 package has the libssh feature enabled from what I can tell, I don't think you should have to do anything special.
On Tue, May 5, 2020 at 1:07 PM Fabiano D'Agostino < fabiano.dagostino96@gmail.com> wrote:
Good evening, Before I was using Ubuntu and to enable the RPKI protocol I did: ./configure --enable-libssh.
Now I am a new Centos7 user and I don't know really well how to enable RPKI.
I downloaded bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm> and then: yum install bird2-2.0.6-1.el7.x86_64.rpm <ftp://bird.network.cz/pub/bird/centos/7/x86_64/bird2-2.0.6-1.el7.x86_64.rpm>
But now how do I enable RPKI?
Thanks in advance, Fabiano
On Tue, 05 May 2020, Fabiano D'Agostino wrote:
Thank you, but did I install it in the right way? I did: rpm -i package.rpm, but in /usrlocal/etc I have no bird.conf. I tried to add a new bird.conf but it seems that it isn't recognized.
Yes, "rpm -i package.rpm" is correct. Run "rpm -qvl bird2" to see where the files are located. As the EPEL package maintainer of BIRD, I however suggest to use the BIRD package from EPEL ("yum install epel-release", "yum install bird2"), which allows further updates by "yum update" - and EPEL ships BIRD 2.0.7 rather BIRD 2.0.6, which upstream doesn't do for some reason (since October 2019). Support for RPKI is included in both packages (upstream RPMs and EPEL). Regards, Robert
participants (3)
-
Asher Baker -
Fabiano D'Agostino -
Robert Scheck