Slashdot Mirror


Procom to Release NETBEUI for Linux

Procom has announced that they are releasing their NETBEUI stack to the Linux community. Press release is here. What the press release doesn't mention is that the stack will be available under the GPL license. The actual code release will be today or tomorrow (I will post a URL for the source as soon as I get it).

9 of 280 comments (clear)

  1. let us now praise NETBEUI by gdav · · Score: 4

    Our site (a university in Oxford, but not the Oxford University) ran on NETBEUI for years and years. It was already well established when I joined in 1991, and some very privileged folk had network connections on - gasp - "the backbone" (a bit of coax that ran through ceiling voids and through the ducts between the buildings).

    We ran Lan Manager 2.0 with one server (running Microsoft OS/2!) and forty DOS/Windows 3.0 clients. We evaluated and immediately rejected TCP/IP because (a) the server-side stack made the server blow up and (b) the client-side stack consisted of umpteen little TSRs which together left enough real-mode memory to run EDLIN. I should also point out that we British had brilliantly chosen X25 rather than TCP/IP as our national network protocol so the Internet dawned rather late here.

    NETBEUI was succesful here for three reasons. Firstly it was "on" in a default installation of server and client. Secondly it was chatty and self-discovering, a bit like Appletalk (another technically crappy protocol that nevertheless made life easy when doing small setups). Thirdly it was monolithic and small in memory.

    Now you aren't supposed to go above about 200 nodes in a bridged environment like this, as any fule kno, but we eventually had about 2,000 nodes running NETBEUI quite happily. It was only last summer that we finally got around to implementing VLANS on the central Cisco - and this brought the house down, as Microsoft's SMB clients (in 3.11 and 95) are pretty broken when it comes to working on vanilla TCP/IP with just a minimal LMHOSTS file and DNS support (we didn't want to use WINS).

    Nowadays NETBEUI only operates in one of our VLANS, the one containing the main servers and the public PC labs. We've recently been remote-booting 95 using Lanworks ROMs and BOOTP. They load a floppy disk image which has the real-mode Lan Manager client (including NETBEUI), do a bit of hard disk integrity checking/maintenance, then whack the real-mode client on the head, vapourise the virtual A: drive, and execute Windows 95.

    Works like a charm.

    SO... what is the effect of this announcement on us? Well, back in the days of DEC we bought several big Alphas. We've been feeling pretty annoyed since Compaq/Microsoft ended development on this platform. Now, assuming that SAMBA gets modified to play nicely with this NETBEUI stack, we can give them a new lease of life by running Linux on them instead.

    george

  2. Just a thought. by Dr.+Evil · · Score: 4

    Could NetBEUI over Ethernet be a replacement for USB? Just name your mouse "mouse", your printer "printer", etc. You could plug it into a dedicated network card, a hub, or even directly into the network. I know they can make the cables reasonably thin, they do it for PCMCIA cards already.

    How is USB any better than ethernet? Ethernet will even allow you to run both 10 and 100 Mbps devices on the same medium. I suppose the only thing you loose is the ability to line-power devices. With PCI you should even be able to share interrupts.

    What's cheaper these days, an ethernet IC, or a USB IC?

  3. They're just dumping a product that doesn't sell by Knight · · Score: 4

    As many have mentioned already, this product is so old and out-dated, no one really wants it. However, it allows Procomm to get a free image-enhancement with the Open-Source community. They give away something they don't want anyway, and in return, get lots of fuzzy feelings from us Linux geeks. I'm waiting for the day when a company like this GPLs a serious application that's actually worth something. Then, I'll be impressed.

  4. Re:How does this help Samba? by georgeha · · Score: 4

    I thought Samba already managed NetBEUI interoperability pretty well. What kind of improvements does this bring to the table?

    No, Samba does NetBIOS over TCP/IP, NetBEUI is another kind of network protocol, like TCP/IP, or IPX/SPX.

    NetBEUI isn't routable though, which is usually a bad thing.

    Microsoft itself has been moving away from NetBUIS to NetBIUOS over TCP/IP for Windows networking.

    What Samba really needs is the ability to run as a Primary Domain Controller. Will this contribution help meet that goal?

    No, but the beta version of Samba already has this, you just have to compile the code yourself.

    IIRC, Samba PDC code doesn't work well with BDC though.

    George

  5. Nothing wrong with that by philg · · Score: 5

    Don't dis them for doing something we, as Free software advocates, have been asking companies to do -- namely giving mothballed products to everyone rather than hoarding them.

    Even if NetBEUI isn't viable anymore, it has value as an Open Source application:

    • The code may be interesting and instructive for students.
    • There might be life left in the old bird that the original company doesn't see -- but someone poking around with the code might come up with something.
    • Parts of its implementation could be useful for other OSS projects. Synergy is one of the most important advantages of Free software.

    Opening code that companies no longer value is more than just good PR -- it's a valuable practice, and it should be encouraged on general principal.

    phil

  6. Marconi Corp. GPL's the "Morse Code" stack by ch-chuck · · Score: 5

    In a move that rocked the open source community, the Marconi Corp. today announced plans to GPL their "Morse Code" telegraphy protocol stack, formerly widely used for telegram transmission. "Now that we have our entire office on the open TCP/IP protocol, we felt it was time to 'give back' to the community", said Paul J. Oldtimer III, his wrist still twitching from a long session at the key. "Our Morse Code Stack is the best in the business, with centuries of development and debugging that has left it the most mature protocol available."
    Not all agreed that this boon to humanity was a welcome offer. "Telegraphy?!?" bellowed Peter D. Spittle, a Linux enthusiast and Networking consultant to the International Megabuck Banking consortium. "Who the heck uses that anymore in a competitive business environment? Maybe as a slow secure-channel protocol to thwart crackers busting in on your IP router, but for everyday use the manual routing personnel can delay packets for as long as an hour, depending on coffee breaks".
    However, officials for the Marconi Corp. insist it is still a relevant protocol. "Look, say the line between Witchata and Flagstaff goes down, you can still get a ticker tape of the message to our guy on a horse who'll get it thru! The message must get thru!!", repeated Mr. Oldtimer, slumping in his chair as the whiskey bottle fell to the floor.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  7. This is excellent news! by instant · · Score: 5
    Before all of you start to post "who cares" and slam NetBEUI as an outdated protocol (it is), let me point something out:

    A lot of people would like to be able to boot diskless DOS/Win95/Win98 boxes from a Linux server. There isn't a functional way to do that using TCP/IP. Yeah, there are some DOS IP stacks but using them prevents IP from working once Windows boots up.

    Currently the only real way to handle it is using Netware shares. But now it should be possible to do it with NetBEUI instead... a preferable solution for booting a Microsoft OS (call it evil if you want.) At home, this will let me run my Windows box without a hard drive just by hanging it off my Linux machine.

    Heck, this would be useful if only to recover a crashed Windows box without a rescue disk. :)

    NetBEUI is not dead yet!

  8. Because _somebody_ will want it. by Nagumo · · Score: 5

    The fact is, someone will use it. How many times do you hit "n" when you're configuring your kernel? Lot's I'll bet. I know I do. I really don't give a crap about "Amateur Radio AX.25 Level 2 protocol", and yet somehow it snuck its way into my config script. So what? I just hit "n", and then forget about it.

    Just because you don't (or the majority of users doesn't) care about a particular feature, it doesn't mean that there's not a place for it.

  9. Still a few things you can do with NETBEUI by jmoo · · Score: 5

    I'll be the first to tell you to get rid of Netbeui from your main network but there is one thing you can use it for.

    In a DMZ you can setup a web server and use netbeui to connect to a resource server in the same DMZ and keep your resource server safe from several types of hacks, not perfect but still gives old netbeui a job

    --
    The world isn't run by weapons anymore, or energy, or money. It's run by little ones and zeroes, little bits of data.