Build A Network Router On Linux 17
Idean writes "Zebra is open source TCP/IP routing software that is similar to Cisco's Internetworking Operating System (IOS). Flexible and powerful, it can handle routing protocols such as Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Border Gateway Protocol (BGP), and all of their various flavors. This article shows how our authors set up Zebra and used it to manage routes dynamically in conjunction with real Cisco hardware."
I don't see why you need software (Score:2, Interesting)
I don't see why you need special equipment to do it for you; maybe some things are better left to the experts?
Re:I don't see why you need software (Score:1)
Re:I don't see why you need software (Score:2)
Well first routers are built to handle more complex situations. A lot end router is easially beat for most tasks by a linux box. A high end router often had more bandwidth than the linux box.
However for speed custom hardware might be worth it, if you care enough to pay for it. Custom hardware designed from the ground up can do some things faster.
What's with the disbelief? (Score:3, Insightful)
As opposed to the fake Linux stuff everyone's got? Linux is used in millions of shipped units of networking equipment, and there's no reason to expect less of it. Heck, if nothing else, add all of the Net-Link/D-Sys/Linkgear equipment together and you've got solid numbers. And they all support complex networking.
Up until recently, the Cisco PIX series was nothing more then a modified PC running a customized version of BSD (and when they first bought the company that made them, it was barely even a modified PC, with floppy drive and all...).
Software is the hardware of our times, and Linux is damn impressive software...
Re:What's with the disbelief? (Score:2)
Not to mention that the firewall software running the device is totally flaky crap unless updated with every patch, which then goes and breaks something else.
Perfect for Labs (Score:2, Informative)
I bought 3 2500 routers on eBay for 700 bucks, had I known about this software, I could have spent that money on something else.
I thought I'd already done that (Score:3, Insightful)
Now the firewall that I use used to be Linux, but has been replaced by Solaris just because I'm studying for its certs. The box runs NAT and squid, letting through certain IPs without mapping them, ip accounting, ipsec VPN and zebra for updates, rp_pppoe software for the dsl connection, and of course the apache, postfix, samba and other such things.
Now should I go about writing a slashdot article on this? I would have, but I know other guys who have other complex settings involving Linux/FreeBSD and dont think much of it.
Re:I thought I'd already done that (Score:2)
Now should I go about writing a slashdot article on this?
Maybe. I didn't know about Zebra before the linked article, and now I do. The furthest I've gone with any high-level networking so far is just simple dedicated linux NAT firewalls, so zebra sounds pretty cool.
Slashdot has a certain range of geek-level associated with it. An article talking about how you can use this whole "ether-net" thing to connect your computers would be below the range, and a 200 page dissertation on quantum mechanics would
Quagga (Score:2, Insightful)
http://www.deadly.org/article.php3?s
In which it was mentioned in a comment that Zebra is dead, and has been replaced by:
http://www.quagga.net/about.php
Re:Quagga (Score:1)
They also produce ZebOS which is a "more mature" version of the Zebra codebase. Zebra is opensource while the ZebOS code is not.
The main reason for the fork was that people felt that the opensource version was not being maintained and they were using peoples efforts to further the closed source project, while stifling the opensource version.
-Just my $0.02 worth and based o
"Broadband router" (Score:2)
Does anyone know of any solutions?
Re:"Broadband router" (Score:1)
Intellegently as in sends the traffic over whichever connection gets it there the fastest? The usual way of doing that would be to receive BGP announcements from both ISPs and build a full internet routing table. Once you have that the kernel will send the traffic via whichever route has the lowest metric. But it will be a cold day in hell when you find an ISP that will do BGP with you over an average consumer broadband connection.
Routing unused ARIN numbers. (Score:2)