> OpenBSD With Internet And OpenBGP Running
Does this one announce a default route into bgp to the other machine?
('announce default-route')
> OpenBSD machine that established BGP session to the gateway
Does this one accept a default route announced by the other machine?
(comment out 'deny from any prefix 0.0.0.0/0')
> $ sudo bgpctl show rib
(if you're in wheel, you can skip the sudo.)
> > Check the RIB and the kernel routing table. Do the routes look ok? Is the
> > fib coupled? Is the nexthop valid? Does the RIB on your secondary bgpd
> > look OK -- valid, correct nexthop?
'bgpctl sh nex' to check nexthops.