More than one default route
-
Hello *,
I'm having some problems with understanding how the OpenBGPD daemon affects the kernel routing table and until I figure it out I want to use the two BGP connections (2 ISPs) just to publish my IP class (deny from all) and add manually the second default route (for ISP #2) into the kernel's routing table.
In Linux it's something like:
# route add -net 0.0.0.0/0 gw 1.1.1.2 metric 65500 eth1In FreeBSD something like:
route add default 1.1.1.2
works only if there is no other default route present.Can someone help?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.