In bird, you can configure a ‘static protocol’ with the following line:
protocol static {
route 10.0.0.0/24 via “eth0”;
}
The peer is accepting and forwarding my BGP announcements* according to routeviews.
My router that runs bird has the IP 10.0.0.1 assigned on the interface eth0.
Firewall rules are configured to accept certain traffic for the IP 10.0.0.1, regardless of origin.
However, it seems like there is no route to the host with the IP 10.0.0.1*
I expect to reach the Bird router via its IP 10.0.0.1 that i announced earlier over BGP. So any help is welcome.
* Note that i do not announce a private network space and that the IPs are altered for this question.
UsernameNotFound is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.