We are attempting to setup a Gentoo Linux box to run a Quagga BGP router for our internet connection. We've tried many things, but everything we've tried results in Quagga reporting that there is no BGP network available and it never connects to the neighbor router. I think a fresh start is going to be our best bet, so our question is:
What configuration would we need to use (bgpd.conf/zebra.conf) to get the following setup working:
(please note: I just chose a couple random Google IP ranges, these are not the real IP addresses)
- Router IP: 74.125.53.103/29
- Router AS: 9283
- Public IP Range: 209.85.171.0/24 (these are the public IP addresses we use which run through the router listed above)
- Neighbor IP: 74.125.53.104/29
- Neighbor AS: 9283
We currently have this setup and running through a Linksys home router running the DD-WRT firmware. It works like a champ, but the load is beginning to be too much for it. We've considered several options for routers and for various reasons I won't go into, running our own custom built router seems to be the favored choice.
Thank you in advance for your help, we've been pulling our hair out trying to figure this out!