Custom OpenBSD 3.0 with IPFilter From Darren Reed
rjk191 writes: "Darren Reed, the author of IPFilter, has created his own release of OpenBSD which puts IPFilter back in. IPFilter was removed from OpenBSD 3.0 by the OpenBSD team due to license issues. See his newsgroup posting that announces it here." Here's the whole thread for some more information.
ipfilter is so much easier to use than netfilter/iptables ... Any word on whether the licensing issues have been re-thought or resolved?
OpenBSD's main tenet is that security is the most important part of the distribution. This rogue distribution is using OpenBSD's name (is this allowed? Anyone?); is it still following OpenBSD's strictures regarding security, such as a full source audit before release?
I can't say that I don't give a fuck. I've just run out of fuck to give.
I've setup a firewall with bridging and no IPs on OpenBSD 2.9. Now, I could migrate to 3.0 and don't change anything on the underlying code for the custom GUI.
Not that PF is bad - you just can't do everything together ;-)
cheers,
Rainer
Windows 2000 - from the guys who brought us edlin
I use FBSD, and OBSD. sorta stuck in the middle on this since FBSD doesn't think the D. Reeds license is non-free like Theo et'all believe, and rightly so. Honestly, The OBSD IP filter is supposedly better anyways. Apparently the OBSD was aware of some design flaws in IPF, and engineered their version without them. So I hear its slightly faster, and backwards compatible with Reeds IPF. Looking at the OBSD rhetoric, one might believe that they want the other BSD to consider their IPF, but don't' really care one way or the other.
Sorta like the OpenSSH, there is an original version from the SSH company, but everyone just uses OpenSSH. I see this being their same strategy for IPF clone.
It isn't a lie if you belive it.
It seems that it's a plain OpenBSD 3.0 with IPFilter integrated, somethin that you could do yourself but Darren is nice enough to provide a compiled version.
No worry there, it's still OpenBSD, the whole point of the OpenBSD philosophy is to permit derivative works.
conflict surrounding the openbsd project
next story please.
Theo de Raad, not Raat. Or was that mistake intentional?
One important thing to note (and left out of this announcement) is that Darren will be including bootable ISOs with his releases. This is a great move, as I've always run into trouble with the hacked together OpenBSD unofficial ISOs. I'm also not too keen on using a 6-month-old firewall with who knows how many fixes needed in the future, and am glad IPF is back in the game with a OpenBSD-alike release that I can grab and run with. Good job to everyone involved!
Interested in open source engine management for your Subaru?
Just installed OpenBSD 3.0 today.
/etc/pf.conf, not /etc/ipf.rules.
The new Packet Filter' syntax is somewhat backwards-compatible with IPFilter, the most significant difference being that with PF you now must specify protocol when specifying ports, so for example if with IPF you had:
block in on fxp0 from any to any port = 137
with PF you have to change it to:
block in on fxp0 proto { udp, tcp } from any to any port = 137
And you place the default donfiguration in
The whole point of OpenBSD being permitting any derivative work, something that the IPFilter licence don't provide (anti-GPL clause, not necessary a bad thing but not as free as the BSD licence).
Dude,
You don't want to include my program with your distribution?
Fine, I'll just include your distribution with my program!
'nuff said!
Ehm... are we reading the same article?
a fork of a fork?
This will certainly make migration of firewall rules easier. You can stick with the same filtering system.
Of course, this will piss off Theo. Hell, you can run QMail and IPF under OpenBSD and REALLY torque him off!
How exactly is iptables easier to use than ipfilter ?
Personally, I find the pseudo-natural language rules a bit confusing, but it`s probably a matter of taste.
Also, I wasnt aware that the official OpenBSD features the (linux-only) netfilter packet-filter.
BTW, what is the current packet-filter in the official OpenBSD 3.0 release (as ipfilter is out) ?
Note to impressionable youngsters: there is no basis in fact for this statement.
OpenBSD team wants to get changes incorporated into IPF. Darren no respond.
Ask again -> No respond. Darren coder supreme.
OpenBSD decide to make changes, but only in OpenBSD source tree. Darren hears, gets angry! Decides: "LICENSE NO ALLOW!"
Insert Flame War.
OpenBSD team decide to switch to different packet filter under BSD license. Because Project Goal: Every user should be able to make changes to source tree. IPF license bad!!
Darren try get back: says, NetBSD, FreeBSD allowed! MUAHAHAHAH!!!
Theo say: no care, pf much better than ipf!
Darren changes mind: changes license. But OpenBSD will not change back to ipf. Darren even much more bitter.
Darren so bitterbitter. Decides: I'LL GET BACK BY FORKING OPENBSD AND RELEASING MY OWN VERSION. HEHEHEHEHE.
Conclusion: Open source, closed minds.
I find this very amusing.
I don't have a bias for one or the other (IPF vs PF), but will probably stick with PF since it's included in the default OBSD 3.0 installation.
Is there any reason why I should keep using IPF? Isn't it still included in the ports if I really needed it? Doesn't this sound like a political move?
Wooden armaments to battle your imaginary foes!
> BTW, what is the current packet-filter in the official OpenBSD 3.0 release (as ipfilter is out) ?
It's simply called pf and it's custom to OpenBSD.
I'm looking to put together a new organizational firewall soon, and am in the process of selling my boss on the idea of doing it on OpenBSD with pf. (His original preference had been to implement it on our Cisco routers, which strikes me as a loss for maintainability.) Prior to settling on OpenBSD, I'd looked into using IPFilter on Solaris or FreeBSD, but OpenBSD's reputation clinched it for me.
Nevertheless, I'm wondering: Am I missing something? Besides rule-for-rule compatibility with older IPFilter systems (which we don't have), is there any actual, concrete advantage of IPFilter over pf?
It's called packet filter - just pf, rather than ipf. It was developed by the OpenBSD team, and has some features they wanted to add but never could due to the restrictions on the IPF license. That's what Theo claimed in an interview I read, anyway.
It's the file system speed improvements that really make an upgrade to OpenBSD 3.0 worthwhile, though..
Well, Darren, we have news for you: your packet filter is not "all that." IPtables and Rusty's Netfilter code has been kicking ipfilter's proverbial ass since the first release of Linux 2.4, both in terms of features and security. Linux has not had issues dealing with the simple cases that have caused your firewall to fail. Theo de Raddt and the ipfw team have come up with far superior solutions to your product, and your attempted coup will hurt your market share even more.
Darren, listen to your users - change your license or perish.
df
Nice tutorials. Specific enough for the newbies, but "free flowing" enough for a veteran to scan over. Nice work.
that will surely bring out a heated discussion about which OS is better, Linux, xBSD, win95, etc...
In the immortal words of some character from Monty Python and the Quest for the Holy Grail, "No, please! This is supposed to be a happy occasion!
Let's not bicker and argue about who killed who..."
My sig hates me. That's ok, I never cared for it much anyway.
Darren, grow up :)
Why not just create a port for OpenBSD ?
But why doesn't he just 'fix' the licensing on his code? It seems silly that the whole thing has gone this far in the first place.
So basically this is about someone bundling openbsd with a popular non-open-source product, and distributing the result. Not generally news, except that many people thought that ipfilter was open source and therefore a great flame war arose when it was clarified to be otherwise.
I thought you couldn't distribute any form of OpenBSD as an ISO?
actually, it is The de Raadt.
-- free as in swatantryam - not soujanyam.
because a loser is a loser....
Ok, one last time... it's Theo De Raadt!!!
-J.
http://openbsd30.ipfilter.org/?darren%20is%20an%20 idiot
i think the following is correct too:2 0war%20begin%20now%20showing%20theo%20vs%20darren
http://openbsd30.ipfilter.org/?let%20the%20flame%
Why can't you moderate to (Score: -1, Retarded) ?
If what I have read onthe mailing lists is any indication, it is unlikely Theo will lose control (well, of teh project anyway :) ). Most seemed to agree that this kind of stunt is exactly what Darren was trying to pull when he put the offending clause in the license in the first place. And regardless of how people feel, it seems the "Official" OpenBSD is still more trusted.
NetBSD out of business? What? Are you smoking Moderator crack, Mr. Troll? Besides, Theo was locked out of the NetBSD project and waited almost a year (holding the only Sparc port BTW) before coming out with OpenBSD. It is not the same situation.
I use it all the time. No unsecure sockets!
--SC
You read fiction? I write it! Lemme know what you th
I wouldn't worry about it, but *you're* the one bringing it up...
I think there is a lot of truth to the statement that linux is for people who have microsoft, and *BSD is for people who love unix. They are different tools for different jobs.
I run OpenBSD for anything that requires constant stability and security. If I want to play around with multimedia and know that all my drivers are supported and goof around with random software, I use Linux.
In short, I use Linux for most workstations and OpenBSD for servers. Once FreeBSD can really utilize multi-procs I'll probably start using it more often. I use XP as well, mainly for Photoshop and games.
Computers are a tool. Linux is not the best tool for every job, and neither is OpenBSD. Microsoft is more of a toy than a tool to me, but it could certainly do a lot more than some of the people here give it credit for.
If you really want to start a flame war, let's talk licenses. I think the BSD license is the best, and I'm really not in to the GPL license. But that's just me..
nope, it's Theo de Raadt. see his website.
Not such animal as "own" release of "Open"BSD.
The two terms are incompatible.
I actually feel a nice sense of relief when I read this Troll. It just wouldn't be a slashdot *BSD story without him.
And since he was so late today, I was actually concerned that he was the one who had died, rather than BSD.
Raadt.
of what happened to date.
You can read the original mix of hurt feelings, screams of piglethood, and resentment here
When in doubt, have a man come through a door with a gun in his hand.
Theo losing control of NetBSD?
NetBSD out of business?
Too much crack?
STOP . AMERICA . NOW
So now there are two releases for the same code base. Imagine if this happens with 10 other software components aso we have 11 distributions and permutations there of. This is the kind of crap that gives open source a bad name in data centers. No customer-centered organization would pull this kind of customer-punishing tantrum. Despite their significant missteps in security, pricing, and anti-trust law and rapcious power plays and mediocre, even Microsoft isn't stupid and arrogant enough to try this pouting puerile behavior--at least where custoemr alienation is a stake. Now I am sure my anti-M$ OS, OSX, was the right choice. These guys put the BS in BSD. LOL. Simply unbelievable.
The new Packet Filter software was one of the big IMPROVEMENTS over previous OpenBSD releases. Read the OpenBSD discussions about PF on deadly.org and you'll see that PF was welcomed by pretty much everyone. It surpassed IPF in ease of use, and features. No doubt since it's made by the OpenBSD folks, it's much more secure than IPF as well.
I doubt there will be more than a handful of IPF users once they've tried OpenBSD PF.
While I'm on the subject, this kind of action on the part of Darren really justifies Theo's decision to dropped IPF in the first place. He used to matter, but now he's just a slightly noisy fly on the wall.
Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
Oops. Rhetorically ironic question should read: "Theo losing control of OpenBSD?"
I had too much crack as well.
STOP . AMERICA . NOW
....
Whoaaaaaa ! ROTFL !
Pissing contest, part 17. Darren vs Theo again. Folks, that's the stuff legends are made from.
Expect flamewars of mythic proportions, and formation of the DarrenBSD Project within 6 months.
Rumour has it that the DarrenBSD Mascot will be some fish eating animal.
Someone bring popcorn !
Whoever is Moderating replies on this sub, seems quite slanted towards PF. Oh well so much for unbiases media (like that EVER happens anyway anywhere). Guess I will get Trolled for this one.
Sure, it may be legal under the BSD license, but it's still not cool to fork off for something as stupid and trivial as this. Nice way to piss off an entire community of OBSDers. Does he think his packet filter crap is the CENTRE of OpenBSD? That's like buying a forked version of Windows that ONLY has WordPad, not Notepad. Big deal. Not enough to base a distro around. What an assholio.
And how long does Reed think this will last, splitting up the 7000 or so OpenBSD users? What a fucking goof. He's probably just trying to hurt Theo's distro financially in retaliation for Theo not liking Reed's "Fucked up Licensing Scheme"(TM). GAY. What a waste of time. That's the opensource disadvantage- Microsoft wouldn't let shit like this happen.
And what's up with you fucking Linux script kiddie retards worshipping Apple all of a sudden? Don't you remember the fucking GPL? Was that all talk until you could get a pretty fucking GUI?
Sellout bastards. You disgust even me.
As you can tell from my language, I'm a BSD user.
OpenBSD, Closed Ports. Eat Me.
_Monkeyman X_
Yeah, mod me as a troll. "Mod up moderate contemporary comments that promote the status quo, mod down extreme or abrasive comments that force the truth on an unwilling herd."
You can't handle the truth. Die, mods, die.
Jesus d00d, get back under your rock. Theo would only "lose control" if all the other OBSD team members said that they weren't going to listen to him and that they'd start following Dickweed Darren (who, by the way, is a fuckwit and a lousy coder). QUIT POSTING SHIT ON SLASHDOT AND SUPERSIZE MY FRIES!
He doesnt allow peopl to modify IPF, and thus its not an "Open" license. Secondly, he has not suite tested IPF the way OpenBSD has, so he has no justification releasing an entire "OpenBSD" set with his non-free, non-checked junk bolted to it.
This isnt about more secure OS and packet filtering, its about Darren boosting his huge ego and trying to tweak Theo's nose.
Darren, you are a prick.
And what do you mean "trouble"? When I'm feeling reaaaalllly lazy and cheap, I can get a perfectly good ISO for x86 (I'm not going to tell you where, becuase I don't want to hammer the guy's bandwidth). Even an ounce of google searching would lead you in the right direction. If you use some niche hardware platform like alpha or ppc or sparc, then $30/40 is a cheap price to pay for a top-notch OS on your oddball arch. Compare this to the cosr for even the hobbiest license of tru64 or openvms on alpha, or (gag) macos on ppc, or ... In other words, you're a fool or a troll or both. NOW GO SUPERSIZE MY FRIES, YOU STUPID FUCK!
So, IPFilter was removed because of IP issues?
--- Learn XForms today: http://xformsinstitute.com
PF has a fair number of nice features IPF doesn't have, such as variables and sets. Using them you should be able to make your new rules a lot cleaner. And, when you write something from scratch, odds are you'll do it better the second time by virtue of greater experience with the domain... PF is a Good Thing.
News for Geeks in Austin, TX
I came across an obsd mailing list thread a couple of months ago indicating that PF manipulated the ports an IPsec/IKE VPN client used when making outbound connections when used behind NAT with PF (specifically the Nortel client). This caused the connection to fail.
Does anybody else have experience with this?? Does IPF do this properly??
Thanks,
Glenn
I've never understood why people get so up in arms about the lack of downloadable ISO's for OBSD
..
How the hell hard can it be to do the following?
mkdir ~/obsd30
cd ~/obsd30
[use favorite method of obtaining all files from OBSD Mirror]
cd
mkisofs -b floppy30.fs -c boot.catalog -R -o obsd.iso obsd30
cdrecord [your options] obsd30.iso
(NOTE: I did that mkisofs off the top of my head so it's very likely wrong, but it's damn close.)
I buy OBSD CD's to support the project, but I'm not waiting for them to arrive when the files are there for FTP.
I just replaced a Redhat/ipfilter box (My home router) with an OpenBSD 3.0 box, my first. So I've got no legacy baggage.
License Bigots bore me to tears. Darren reminds me of Dan Bernstein with his "My way or the highway" mentality. The QMail lists are half full of people bitching about the license, and it's why I left qmail for Postfix a long while ago (and never looked back. If djbdns had a competitor, I'd be Bernstein free.)
If the whole point of using OpenBSD is to use something audited by the OBSD team, then the concept of using any distribution other than the one I get from ftp.OpenBSD.org is ludicrous.
lot's of engineers for wine would have been nice, too, but bundling netscape, a bsd (or linux), and the (then) personal use version of staroffice, and they could have kicked a good chunk of the low-end clean out from under microsoft.
hawk
Only the paranoid survive and all that.
"Well, put a stake in my heart and drag me into sunlight."
You people are pathetic.
I wonder how many of you mindless drones have actually coded a real project? Why don't you people put your money where your mouth is and show Darren how its done - write your own, from scratch, on your own time, for free.
He said the license applies to the development version, thats it.
Get over it.
Copyright (C) 1993-2002 by Darren Reed.
The author accepts no responsibility for the use of this software and
provides it on an ``as is'' basis without express or implied warranty.
Redistribution and use, with or without modification, in source and binary
forms, are permitted provided that this notice is preserved in its entirety
and due credit is given to the original author and the contributors.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied, in part or in whole, and put under another distribution licence
[including the GNU Public Licence.]
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
I hate legalese, don't you ?
Ironic that this relatively short license which is somewhat BSD style is actually copyleft or "viral" in nature. Look closely at the section before the diclaimer boiler-plate. Maybe it should be called the DPL (Darren Public License) BSD advocates typically rant on and on about how GPL is terrible the way it contaminates software, and yet somehow this license is considered OK?
psxndc
The emacs religion: to be saved, control excess.
Help, I've mailed the maintainer of the FTP proxy in PF, but I didn't get an answer.
Is XAUTH authentication through a FTP proxy possible? I need this for WS-FTP automated uploads.
see:
http://false.net/ipfilter/2001_05/0378.html for full discription
J.Kobierczynski
This lets the two pieces, mix, match,mate, link, whatever without trying to control the output.
hawk
I'm not sure whether
;)
;) Theo.
Theo de Raadt
or
Theo deRaadt
I've seen both, and the latter being used
more oftenly.
The "de" is a Sir's predicate (I don't know
the exact English expression for it) and in
several countries it's separated,
but it also can count as part of the name.
Please enlighten me, Theo
By the way: I call OpenBSD's version of
The Daemon (beastie
Check: http://www.openbsd.org/images/newhead.jpg
My Karma isn't excellent, damn it! (And
I just installed OpenBSD 3.0 yesterday on a new firewall I am deploying. I have used prior OpenBSDs, since about 2.6, and am quite familiar with their earlier releases of ipfilter.
:-) )
:-)
On the whole, from what I can see, the new pf really is better. The syntax is similar to the old (ie, very human-readable), and in some cases makes a bit more sense. I had a simple firewall up, starting from bare metal, in one hour, fifteen minutes, and that included the time to take the box apart to install a second NIC. (but not reassemble the case
I've also been working with iptables at work, as we use Linux there. I very much prefer pf; it's much cleaner and better-designed. One caveat: by default, the rules are 'backwards'. Instead of 'match first rule', pf (and also ipfilter) makes decisions on the LAST matching rule. Fortunately, you can short circuit this logic by using the 'quick' keyword. This restores the 'first match' logic that I prefer. The 'last match' method seems both backwards and harder to maintain.
Honestly, I can't imagine why you'd want OpenBSD with ipfilter anymore; the new packet filter is better than the old one, a little easier to set up, and integrated in the core OS. The one argument I'd have for ipfilter is that it's more mature and tested. However, from what I can see, pf is a better solution. Better still, it's written by paranoid security nuts... I imagine the shakedown period on pf will be much much shorter than with most new code.
I must admit that I had some trepidation about the transition, as I liked ipfilter very much. I'm pleased to report that the replacement appears better than the original.
Imagine a Beowolf Cluster of THESE!!!
BSD advocates typically rant on and on about how GPL is terrible the way it contaminates software, and yet somehow this license is considered OK?
In that sense, the BSD is just as viral as the GPL. What they whine about is different:
BSDites are under the illusion that they may one day want to close access to the source and become the next SUN. (This is exactly what Bill Joy did)
They feel that if they use the GPL they wont be able to commercialize in the microsoft sense, which is true unless they own all contributions.
Although they make alot of good server and security code, the BSD programmers have a really uptight and clannish community.
To settle this once and for all, my name is Theo DeRaadt. Happy?
--
Theo DeRaadt
Founder, OpenBSD project.
This story made me laugh my bag off.
TdR's imprimatur is on an -operating system-. That imprimatur has value: Theo sells what Darren is giving away. Darren's imprimatur is on a wonderful -component-. And it takes the OS I value to run whatever packet filter is used. I'm not good enough to evaluate what Darren might have changed to make his distro work, so my choices are 1) get an OS with unknown provenance, with at least one known good component, from Darren; 2) get one with known provenance, but a less-proven packet filter, from Theo; 3) stick with 2.9+ipf (which was my choice).
I happen to think the whole ipf license 'clarification' issue was slimy, and Sturm und Drang aside, I have to admire TdR for sticking to principle and having the guts to go with a new packet filter. But I'll wait to upgrade until pf matures a bit.
I went back and read the mailing list on both IPF and OpenBSD. There are some elements that are childish, one guy suddenly change his mind about his work and then another keep bashing and won't let IPF re-unit with OpenBSD even after some modification to the license.
I guess the moral of the story is that, all Opensource developer should bond more together and remember our real goal for opensourcing. There may be slight difference in opinion but we should get over the difference and try to produce the best software with minimal effort.
By writing separate PF, OpenBSD team has to spend extra time to re-code the new PF and going through the code audit, testing....
Being a security consultant, I will still recommend OpenBSD as FW platform, but I would wait a bit before PF, simply for the need for enough track record to be made. Let time to prove this firewall, so to speak.
These *BSD pissing matches serve no constructive purpose. Being an obsessive control freak can at times be a good thing, but when you let it get in the way of accomplishing your stated goals, you need to step back and take a deep breath.
I
Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
Darren Reed wresting control of OpenBSD from Theo? Are you serious? Did Theo wrest control of NetBSD from whomever? No, he just started his own BSD. From what I can tell, NetBSD is chugging along just fine. Darren can do the same, create "OpenBiggerEgo" or something; if it ends up better, great.
Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
That was you? Damn, that stunk.
He's definately changed it.
The first version said "Redistribution and use in source and binary forms are permitted provided that this notice is preserved and due credit is given to the original author and the contributors."
Everyone had assumed that use included modification. Darren got pissed at Theo and started claiming that it did not. To quote Darren at the time: "Yes, this means that derivitive or modified works are not permitted without the author's prior consent." He claimed that this was not a change to the license, but it was certainly a change from the way everyone using it had thought it was to be read. This was what provoked OBSD to remove his package. If the other BSD teams were true to their principles they would have removed it too, at this point, and actually they might have if Darren hadn't lobbied them heavily and agreed to change itfor them. Which he eventually did. If he's still claiming that he never changed the license then he's just exposing himself as a shameless liar - the first case it sort of made sense to claim he wasn't *changing* the license but only clarifying (although he's on record earlier that it amounted to "public domain" - his words - which shows that he was really lying even then - his reinterpretation was definately novel even in his own mind, even if he wouldn't admit it. But the new license actually changes words in the license itself, it's not just a "clarification" by any stretch of the imagination. The license on the versions he's distributing now says "Redistribution and use, with or without modification, in source and binary forms, are permitted provided that this notice is preserved in its entirety and due credit is given to the original author and the contributors." It also has a viral clause prohibiting it's incorporation into anything under a different license, such as GPL or BSD. This was not a part of the original license.
For comparison:
The original license, for example from the ip_fil.c in NetBSD 1.5, is:
The complete LICENSE file, as included with NetBSD 1.5 and the original ip_fil3.4.17 source distribution, is:
Pretty much the same license, the second just has some disclaimers added. This was the license he first described as "public domain" (search for my comments on past articles on this and you should find a link to where he stated that" - and then "clarified" at a later date to prohibit modification.
Now, the license on the version he is distributing today, with an explicit allowance for modification, and the new viral clause:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Friends don't let friends enable ecmascript.
Given Theo's legendary patience and understanding, i'm sure that Theo and Darren can find a compromise they can live with and work this out.
FreeBSD for the impatient.
This particular conflict concerning the fine OpenBSD operating system is not as simple as it seems at first glance. As a matter of fact, I believe this is a huge conspiracy by Darren Reed and his organization to eventually distribute an operating system nearly identical to OpenBSD, but with one slight modification: Darren Reed's version will include IPFilter.
A little more investigation on your part will reveal that this is more or less what's actually going on, rather than what we're being told.
So uh how is this taking Theo's control away from
OpenBSD, and when did NetBSD go out of business?
I suggest someone read everything he types before
he hits the submit button.
He said 'ipfilter' is easier to use than iptables/netfilter, not iptables is easier than ipfilter. Re-Read it again. ;-)
If Darren Reed hadn't been such a stubborn cock and lightened up on his licensing then perhaps ipf would still be part of the OpenBSD install.
It has likely taken him way longer to set up his own installer and layout than if he had just grown up and listened to reason.
No thanks, I'm sticking with the official OpenBSD CD sets.
hrm.. does Reed's come with a cool music track like OpenBSD 3.0 had on CD 2?
Go Theo!
Trolling is a art,
Looking at the actual licence:
server# pwd
/usr/src/contrib/ipfilter
server# cat IPFILTER.LICENCE
Copyright (C) 1993-2001 by Darren Reed.
The author accepts no responsibility for the use of this software and
provides it on an ``as is'' basis without express or implied warranty.
Redistribution and use, with or without modification, in source and binary
forms, are permitted provided that this notice is preserved in its entirety
and due credit is given to the original author and the contributors.
The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied, in part or in whole, and put under another distribution licence
[including the GNU Public Licence.]
There is the licence. Now, what part of with or without modification == "he cannot stand to give the public the right to modify" ?
Oh, thats right. This is slashdot. "Let not facts get in the way of promoting all things Linux." From your post "IPtables and Rusty's Netfilter code has been kicking ipfilter's proverbial ass since the first release of Linux 2.4," All that 'ass kicking' must be why the 2.4 series is The kernel of pain Your anger is that the fine code of IPFilter can't be GPLed is all.
If it was said on slashdot, it MUST be true!
I'd mod you up (+1 Informative, but useless information.), but I posted.... :(
Bollocks. Is it so hard to understand that we're just giving away our code? No agenda, we just want people to use it with the only condition being that our names remain on the source?
The point at hand was not "why choose the BSD", but rather "why are BSDer's typically so GPL hostile?"
Ive got nothing against someone slapping a BSD on a piece of good code- that is something to be admired. Especially because I can combine it with GPL'd source and distribute the product.
What im talking about is things like the SSLeay licence: a BSD license with a nasty clause saying that it cannot be combined with anything GPL as a special (annoying) tack on. (which remains in openssl till today)
The above may explain the creation of the GNUtls project to an extent, and thats the kind of thing Im talking about.
I have recently installed OpenBSD on my home
/etc/rc.conf and put
/etc/pf.conf)
/etc/sysctl.conf
/etc/nat.conf)
/etc/nat.conf)
router-firewall-workstation after running
2.6 - 2.9 and lemme tell ya, pf ROCKS
with less than 10 lines changed across 4 files in
/etc I was able to get the following configured
for my network:
-firewalling (enable pf in
4 rules in
-full nat (enable ip forwarding in
and put 1 line in
-full port forwarding with ip header rewriting (put
2 lines in
so simple, so powerful, and BUNDLED!
'nuff said
A year spent in artificial intelligence is enough to make one believe in God.
Re:Removed for licensing issues? LOL
What's wrong with lots of distributions? Seems like a good idea to me. People use whichever one they want. You trust Theo, you use OppenBSD, you prefer someone else, you use another version. Isn't that what OpenSource is about? Isn't what people like about BSD over Linux that you're even allowed to close the source? (I don't think that's such a good idea, but I don't use it, so that's fair.)
Is there some reason that there shouldn't be multiple distributions? Some will be more popular, others will slowly fade. Perhaps all will, but there's certainly a better chance if there are multiple sources.
The only thing that's too bad about this is the acrimony. Pity. But then I've known people who enjoyed that. I don't know the participants, but judging from the commentary, these might be some of them. In which case no problem.
Are you worried about what the newspapers will say? I can almost guarantee that they'll totally ignore it.
.
I think we've pushed this "anyone can grow up to be president" thing too far.
In a move I certainly don't agree with it was deemed that there would be no IPF in the ports tree.
While I think that Darren needs to seek serious psycological help, banning IPF from the ports tree was dumb.
Personally I'd probebly never use IPF over PF but oddly, IPF has been banned from the official ports tree.
/usr/ports/security/ipf && make install'
Yeah, a port could be made, but there will never be 'cd
Designed?
Designed. Tested. Audited. Coded. Used. Abused.
Only the paranoid stand a chance.
You find one bug. You get all his friends and relations.
Some guy disagree with something and there you have it: a new version pops.
Us, Linuxers, we got a pretty good coders (Linux, Alan et al.), very skilled, that create a solid, monolithic kernel.
Ah, if only they had a little more centralization instead of this anarchy...
Have a nice day!
Slashdot Headline: Custom OpenBSD 3.0 With djbdns/Qmail From Dan Bernstein
!
# dmesg|more
OpenBSD 3.0 (I_HATE_THEO!!!) #1: Thu Oct 18 14:48:27 MDT 2001
djb@cr.yp.to:/usr/src/sys/arch/i386/I_HATE_THEO!!
Where will the insanity stop?
Now BSD's logo will need four prongs on the pitch-*fork* instead of three. ;-)
Does anyone know of plans of porting pf to FreeBSD?
Believe me, there are other measures involved in picking a firewall besides its security (where there are a lot of decent entries) and its cost in terms of latency. (It isn't likely to hit bandwidth unless it's overloaded, btw.) The factors that I see involved in picking firewall kit shake out into two categories: technical and social, as follows.
Technical factors:
Social factors:
The next best thing to "You can hire someone with thus-and-so certification, and you're guaranteed they can write new rules for this right away" is something like "This system is so straightforward that anyone who knows Unix can pick it up in an hour and write new rules for it. Oh, and here's the complete documentation -- and I can assure you that there are ...
I'm not saying OpenBSD is the only system that can meet these goals. (After all, I'm still waiting on the OpenBSD 3.0 CD to show up so I can set up a testbed to prove it's a better choice than more Cisco gear.) I'm saying it's not quite as easy as "pick whatever works and doesn't eat the network, and wing the rest."
The funny thing here is that some poor moderator gave this +1 Insightful, LOL!
April 21-27-- Slashdot Blackout: Do your duty.
> Due to the restrictions on the IPF license.
That's not it at all.
It was because the code was so damned hard to get
around in. PF, in its simplicity, is MUCH easier for us to design in the features we've wanted to implement over the years.
The license was briefly an issue, and it was enough to motivate us to start over...
6-mths old firewall? BAH!
You want your own release?
I'm writing my own BSD pretty much from scratch. Put that in your | and smoke it.
- Kaos games and encryption systems developer
Considering that OS X is based on FreeBSD and there is a new fork in progress (my KaosBSD) that has stuff no other system has yet.
A rewrite of most of the OS should help speed things up a lot but security should be kept a goal.
- Kaos games and encryption systems developer
This is good timing, I've been wondering what was wrong with the OpenBSD install on my HD.
It's a Slave IDE HD so I guess that's the reason the partition isn't working.
BTW, glad to hear from someone else in the Wellington region BOFH.
Incidently, 10 July is my birthday and 9 July is my cousin's. If I had known that in 1998, I would be far further in my KaosBSD project by now.
- Kaos games and encryption systems developer
The author misrepresents the licence, (lies) and yet gets modded UP.
Wow.
I am no Wellington person, I am Canadian!
- The BOFH Troll
> Theo sells what Darren is giving away
And what would that be? Theo gives away OpenBSD. Check your favorite mirror. *sigh*
Wait all you want. IPF will *always* be older than PF. That's the nature of birthdays.
From reading various upmod'ed anti-PF comments here from people who seem to lack a clue [1]
I can't help but go into conspiracy mode and wonder if there's a FUD campaign against PF.
[1] by seem to lack a clue, I refer to several posts:
A) "I've not run PF lately"
Well, guess what, it's not beta any more.
B)"less-proven packet filter, from Theo"
Less-proven is only changed when more people give it a try. Oh, and Theo didn't write PF.
Why not try PF instead of insinuating it is crap? Take a non-production machine and install it. Hit it with various tools - nessus, SATAN, nmap, . See how it stands up to attack. But please refrain from spreading FUD about it being untried and immature. You do a disservice to PF and OpenBSD. Think about it. You like Theo's operating system. Do you really think he's going to include a POS critial tool in his release?
[Please notice I've not called IPF crap, nor insulted Darren.]
"Population 1,656"
Both the GPL and the Darren Copyleft depend on what the law will consider "a derivative of this code". So there is no legal difference in how viral they are.
Either both or neither let you mix, match, mate or link.
It might be less restrictive than what the FSF claim of the GPL, but in that case it is becasue FSF is wrong about the GPL.
Gee, Mr. T DR (all caps) your web site http://theos.com, doantions page (http://www.openbsd.com/donations.html) and Offical CD (make out cheques to) all say T d R.
So here is a simple test.
Fill in the missing part
_____________ *
___laughing__
___much more_
___/dev/null_
_____kicks___
____ canada__
___Never_____
___Welcome___
easy for the creator, just a little more for a fakir.
darrenr is awesome, that's about all i have to say.