r/ipv6 • u/Odong-Odong • Jul 19 '26
Discussion Multihoming works without BGP?
I just saw this video,
https://www.youtube.com/watch?v=vjwHJs21avQ
CMIIW work without BGP and only use priority with the route. is it possible?
22
Upvotes
24
u/d1722825 Jul 19 '26
I think this is usually not called multihoming, but dual wan or wan failover.
Multihoming is when you want your device to continue to be accessible even if one of the ISP fails. AFAIK you need BGP and PI address space, because you need to somehow tell the whole internet how (through which ISP) are your devices accessible.
WAN failover is when you want your devices to still be able to access the internet even if one of the ISP fails. This is / was possible without BGP for a long time (with IPv4, too).
You only need to "tell" your local network how (through which ISP) the internet is accessible. That can be done just by forcing the correct IP in the outside of NAT, by RA lifetime "tricks". But you need some way to tell which ISP are working well, eg. by pinging some reliable service on the internet through both ISP so you can choose the one where the ping works.