On 2007/11/14 16:11, Linden Varley wrote: > I was wondering if anyone could offer any solution to this OSPFD error > when it starts up: > > "ospfd[11601]: send_packet: error sending packet on interface em0: No > route to host"
Check PF rules: 1. pass proto ospf 2. typically, martian filters include the multicast range, make sure OSPF packets don't hit these. > This is using the default config on an OpenBSD 4.0 amd64 install. Please upgrade. What you're trying should work, but there have been many fixes/improvements to the routing daemons since 4.0, and this is usually easier to do _before_ it's all running.

