Slashdot Mirror


Linux To Power Super Router

VE3OGG writes "While Cisco might not be shaking in its multi-billion dollar booties, a couple of network experts have decided to see if they can come up with a possible alternative to Cisco. Termed 'Open Linux Router,' and joining such other ambitious projects as the Extensible Open Router Platform (XORP), the Open Linux Router project aims to compete in the realms of Cisco routers and PBX. Some of the features include SSL web interface, serial console, wireless support, VLAN support, and packet filtering."

12 of 74 comments (clear)

  1. In other news... by kongit · · Score: 3, Funny

    A 14 year old kid put linux on a pentium 2 he bought for 20 dollars and is running it as an open-source router.

  2. Re:College kids... by Anonymous Coward · · Score: 3, Insightful

    When you are looking at filtering, Cisco access lists really aren't cutting it. Even the Linux iptables, which you apparently consider inferior to pf, really shines compared to access lists.

    Also, not all applications require killer hardware. The user may want to route over a DSL line, and typical PC performance is more than adequate for that.
    In fact, a PC has so much more performance than the central processor of a typical Cisco router, that in case central processor activity is required the PC will always win hands down. Only the hardware-assisted routing on a Cisco can outperform a PC, but that often does not matter.

    Try to run a couple of IPsec tunnels and/or datacompression on a Cisco. It will require extra help in the form of a plug-in encryption module. The PC will do that no sweat.

  3. Please fix summary by MichaelSmith · · Score: 4, Informative

    SOme fo the features
    1. Re:Please fix summary by operato · · Score: 3, Informative

      how is this offtopic? people should fix these things so they don't bug the hell out of the little guys like this one.

  4. The original article's writers... by c0l0 · · Score: 4, Insightful
    ...obviously don't know what they're talking about all too well.

    Other Linux-based projects targeting firewall and network server include ClarkConnect, IPCop, m0n0wall, and Smoothwall. Unless m0n0wall hasn't switched kernels, they're still using FreeBSD as their basis.
    --
    :%s/Open Source/Free Software/g

    YTARY!
  5. "Super" = lots of features? by Ingolfke · · Score: 4, Insightful

    I was expecting to read about a router that could compete with Cisco's hardware based on performance, not features. It looks like an interesting project for smaller shops or routing applications that aren't business critical... maybe more of a competitor to low end routers and all-in-one appliances, not enterprise routers. It doesn't look like it has any stateful failover capabilities.

  6. Other routers by Toreo+asesino · · Score: 4, Informative

    For what it's worth, Linux already powers all the NetGear DG routers at least(Wireless, LAN) etc, and I have to say they work very well.

    --
    throw new NoSignatureException();
  7. SuperRouter by DeeVeeAnt · · Score: 5, Funny

    Is it a hub? Is it a switch? No! It's ...

    --
    Home fucking is killing prostitution.
  8. Re:solaris by EveryNickIsTaken · · Score: 3, Funny

    Did you work in Sales by any chance?

  9. Re:College kids... by mypalmike · · Score: 3, Funny

    Sure, but how would this qualify as a "super router"?

    "SUPER" here stands for "Software-based Unspectacular Performance for Enterprise Routing".

    --
    There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
  10. Cisco's stuff isn't that great... by blargh-dot-com · · Score: 3, Informative

    We've had a huge number of problems with Cisco's stuff, and unfortuantely are basically locked into Cisco for everything.

    Cisco IOS is badly fragmented across Cisco's different product lines. Entire command sets are different for no easily acceptable reason (i.e. commands that do the same thing are named different, or have their parameters in a different order, or a different format). Their SNMP support is absolutely pathetic (no Q-BRIDGE-MIB on anything, they use idiotic community indexing, SNMPv3 has more bugs than I care to think about (contexts (which they use for community indexing in SNMPv3) barely work, and you can't wildcard them).

    Their software-only platforms are almost as bad. ACS is notorious for having absolutely no useful diagnostics. (Someone can't authenticate against your LDAP server? Good luck figuring out why...) CallManager isn't quite so bad, except its backup software locks up every week or so and keeps future backups from running until we get in and kill the task. All their Java interfaces require /different/, /conflicting/ versions of Java - one may require 1.4 and nothing else will work, another will require 1.5... and nothing else will work. (Fortuantely they're getting away from Java for their web-based front ends and just going with straight web pages).

    Their hardware is OBSCENELY expensive. Our pricing is under NDA, but its still stupid, stupid expensive.

    Their technical support is horrid - we groan every time we have to open a TAC case cause we know we're going to waste at least two hours with some idiot before we finally get bumped to someone who actually knows what all the funny little acryonyms in our cases stand for. We have been flat out lied to by TAC on numerous cases, as well.

    But, they're Cisco, and the Powers That Be know the word "Cisco", and have seen it around a while, so we go with it.

  11. Re:College kids... by LordWoody · · Score: 3, Interesting

    OK, I call.

    1) A PCIx socket carries the same bandwidth as a 1-lane PCIe socket.

    2) Using either PCIx or PCIe (1-lane even!) you can run 1G bidirectionally through a Linux system with as little as a single 2.4G P4HT (been there, done that, got the proverbial smoking copper cable to prove it). The CPU will not be stressed.

    3) You can buy up to 6 ports on one full height PCIx or PCIe card. If you buy a multi-port PCIe NIC, it will most likely be of the 4-lane variety (and if not, keep shopping).

    4) The Linux kernel's ability to route and intellegently bridge are both high performance capable. Throughput loss comes from engaging netfilter and more specifically conntracking. However, perform load testing on a top-end Cisco with and without ACLs and watch what happens to its performance; the results are very interesting. In short running any kind of ACL (Cisco, iptables, etc...) is expensive.

    5) If you are building a performance Linux router, you are not using low-end desktop equipment. I hold in my hands a lower-end Intel AspenHill (S3000AH) server mainboard and it has 1 PCIx socket and 2 PCIe sockets (4 and 8 lane). The Intel Alcolu (S5000PAL) server board has a flexible socket layout (depends on the reiser card you buy) of (1) PCIx and either (2) 8-lane or (4) 4-lane. Either way, that is a fair number of potential interfaces to route across. Drop in a nice Core2 Duo on the Aspen Hill or a Dual Core2 Duo (or Dual Core2 Quadros if you decide to load up 16 interfaces) on the Alcolu and you have a ton of CPU horsepower to handle the interupts and make routing decisions. While not cheap per say, the costs are still less than Cisco routing gear with equivelent horsepower.

    The larger issue in using x86 equipment to act in routing duties is interrrupt processing. Using NAPI enabled cards such as those produced by Intel and Broadcom lessens the interrupt load (you get multiple packets per interrupt). PCIx/PCIe single-lane as a dual NIC pair or PCIe multi-lane for multiple paths provides enough bus bandwidth to move the packet data. PCIe makes the process even smoother due to the dedicated contollers per lane (think of it as one socket per bus instead of the old all sockets on one bus model). In addition, PCIe supports simultanious reads and writes (which lowers per packet latency in bi-directional communications). All other flavors of PCI are read or write at any one time.

    What you do get when you buy Cisco, is (in theory as in practice it seems to vary) a tried and proven user interface and and solid under pinning of which you the admin require little knowledge. You buy the components Cisco tells you to put in it depending on the job you want to do.

    With Linux, you are usually on your own in selecting hardware, setting up the software and using the many interfaces required to configure each component of a Linux system used in a routing function. Very few admins have the time or resources to test hardware compatibility and evaluate the performance of various equipment options. If any group can put together a recommended (read: tried and tested and performance evaluated) hardware set and for it produce a ready to run (read: quick install with a single interface for the all router setup (IPs, ACLs, routes, etc...)), then more power to them. It makes it that much more likely that Linux based routers will show up in performance demanding environments.

    Food for thought.

    --
    Never meddle in the affairs of dragons,
    for you are crunchy and good with catsup.