RE: Obtaining client host IP before accept()

1999-06-19 Thread Daniel J. O'Connor
On 18-Jun-99 Sheldon Hearn wrote: Will the IP address of the client host ever enter buf[] if the accept() is _not_ uncommented? I don't need portability, since this is for use within the FreeBSD inetd exclusively. Well if you CAN'T do it in FreeBSD, is there an OS we can

Re: M$ using Linux?

1999-06-19 Thread Wes Peters
Markus Döhr wrote: What do you think about that: [r...@beta ~]# nmap -vv -p119 -P0 -sT -O betanews.microsoft.com snip Sequence numbers: E6E23C4C E7368B4F E6E0CC8D E79B4DEC E7A43C4E E76D208A Remote operating system guess: Linux 2.1.122 - 2.1.132; 2.2.0-pre1 - 2.2.2 OS Fingerprint:

Re: Obtaining client host IP before accept()

1999-06-19 Thread Bodo Rueskamp
Will the IP address of the client host ever enter buf[] if the accept() is _not_ uncommented? I don't need portability, since this is for use within the FreeBSD inetd exclusively. Well if you CAN'T do it in FreeBSD, is there an OS we can copy the API from that DOES do it?

Re: Introduction

1999-06-19 Thread Dag-Erling Smorgrav
Ruslan Ermilov r...@ucb.crimea.ua writes: * Clean the existing code (both userland and kernel) (10-20% done) * Re-design the ipfw's API * Port the existing functionality to the new API * Proceed with new features Pretty please with sugar on top, design an API that can be extended without

Re: Introduction

1999-06-19 Thread Doug Rabson
On 19 Jun 1999, Dag-Erling Smorgrav wrote: Ruslan Ermilov r...@ucb.crimea.ua writes: * Clean the existing code (both userland and kernel) (10-20% done) * Re-design the ipfw's API * Port the existing functionality to the new API * Proceed with new features Pretty please with sugar on

Re: SMP and Celerons...

1999-06-19 Thread Pat Lynch
Actually I have a patch that will get sound working on this board (its working in mine right now...) but it disables support for all the other ad1848 sound cards ;) I'm actually going through to make it work for all of them now (at worst its just a couple case statements *shrug*) If you are only

Re: Introduction

1999-06-19 Thread Brian F. Feldman
On Sat, 19 Jun 1999, Doug Rabson wrote: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Ruslan Ermilov r...@ucb.crimea.ua writes: * Clean the existing code (both userland and kernel) (10-20% done) * Re-design the ipfw's API * Port the existing functionality to the new API * Proceed

Re: Introduction

1999-06-19 Thread Doug Rabson
On Sat, 19 Jun 1999, Brian F. Feldman wrote: On Sat, 19 Jun 1999, Doug Rabson wrote: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Ruslan Ermilov r...@ucb.crimea.ua writes: * Clean the existing code (both userland and kernel) (10-20% done) * Re-design the ipfw's API * Port the

What does VOP_FREEBLKS() do?

1999-06-19 Thread Zhihui Zhang
I find in the routine ffs_blkfree() there is a new statement saying: VOP_FREEBLKS(ip-i_devvp, fsbtodb(fs, bno), size); which calls spec_freeblks() in file spec_vnops.c. The routine spec_freeblks() looks simple. When D_CANFREE is set, it gets an empty buffer and call strategy routine

Re: Introduction

1999-06-19 Thread Dag-Erling Smorgrav
Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course be rule conversion scripts/programs (ipfw-ipf(5)), and ipfilter would be converted to a KLD, cruft removed (I'm going to work on these), and

Re: Introduction

1999-06-19 Thread Doug Rabson
On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course be rule conversion scripts/programs (ipfw-ipf(5)), and ipfilter would be converted to a KLD,

Firewalls (was Re: Introduction)

1999-06-19 Thread Brian F. Feldman
On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course be rule conversion scripts/programs (ipfw-ipf(5)), and ipfilter would be converted to a KLD,

ipfilter (was: RE: Introduction)

1999-06-19 Thread Constantine Shkolny
Hi All, I'm now analyzing ipfilter in 3.2 and our goal is to port our IPSec/firewall. I'm still in the beginning of reading the code so, at this time, I can't yet tell how nice it fits our needs. I just have some concerns which I'd like the people who are going to re-design the ipfilter to hear.

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Ian West
On Sat, Jun 19, 1999 at 11:12:07AM -0400, Brian F. Feldman wrote: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course be rule conversion

Re: Introduction

1999-06-19 Thread Brian F. Feldman
On Sat, 19 Jun 1999, Doug Rabson wrote: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course be rule conversion scripts/programs (ipfw-ipf(5)),

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Dag-Erling Smorgrav
Brian F. Feldman gr...@unixhelp.org writes: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Rewriting ipfw rules to ipfilter rules on the fly should be trivial; a simple Perl script should be sufficient. Not quite as trivial as you think. ipfw and ipf are completely backwards when it comes to

Changing Bootmgr display

1999-06-19 Thread Dennis
I've bog F1: FreeBSD F2: LINUX F3: FreeBSD F3 is a non-bootable file system...is there a way to get the boot manager to only display F1 and F2? Dennis To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: Inetd and wrapping.

1999-06-19 Thread David Malone
The support (after the patches Sheldon brought in) now is pretty good; is there any reason why the existing functionality should be extended ? We should support atleast as much as tcpd did. I think the only thing we're missing now is wrapping the first connection of a udp/wait service and

Re: SMP and Celerons...

1999-06-19 Thread Marc Nicholas
Hmmm...I always thought there was something broke inside Celerons to prevent SMP...maybe I'm wrong? Sure would be neat if you could run them SMP... -marc Marc Nicholas netSTOR Technologies, Inc. http://www.netstor.com Fast,

Re: Changing Bootmgr display

1999-06-19 Thread Robert Nordier
Dennis wrote: F1: FreeBSD F2: LINUX F3: FreeBSD F3 is a non-bootable file system...is there a way to get the boot manager to only display F1 and F2? At the moment, no. Though you could use the following patch, which allows the slices to be individually disabled. (The B0FLAGS setting in

Re: Changing Bootmgr display

1999-06-19 Thread Warner Losh
In message 199906191602.maa10...@etinc.com Dennis writes: : F3 is a non-bootable file system...is there a way to get the boot manager : to only display F1 and F2? More generally, I'd like my Win98 partition to be identified as Win98, not . Also, is there a list of partition types to ignore

Re: SMP and Celerons...

1999-06-19 Thread Warner Losh
In message pine.bsf.4.05.9906191302400.16699-100...@medulla.hippocampus.net Marc Nicholas writes: : Hmmm...I always thought there was something broke inside Celerons to : prevent SMP...maybe I'm wrong? Sure would be neat if you could run them : SMP... What is broke about the Celerons is their

Re: KNE40BT in freebsd only getting 45KB/sec ftp transfer to win98 machine

1999-06-19 Thread Jim Bryant
duplex should work fine in a 2 machine point to point without a switch. In reply: Hi, Speed in what protocol? FTP? SMB? Appletalk? Have you checked the duplexing of cards on both machines? Use the DOS program that came with the ethernet cards to check. Unless your card is connected

Re: Changing Bootmgr display

1999-06-19 Thread Robert Nordier
Warner Losh wrote: In message 199906191602.maa10...@etinc.com Dennis writes: : F3 is a non-bootable file system...is there a way to get the boot manager : to only display F1 and F2? More generally, I'd like my Win98 partition to be identified as Win98, not . Also, is there a list of

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Brian F. Feldman
On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Rewriting ipfw rules to ipfilter rules on the fly should be trivial; a simple Perl script should be sufficient. Not quite as trivial as you think. ipfw and

Re: Changing Bootmgr display

1999-06-19 Thread John Baldwin
On 19-Jun-99 Warner Losh wrote: In message 199906191602.maa10...@etinc.com Dennis writes: : F3 is a non-bootable file system...is there a way to get the boot manager : to only display F1 and F2? More generally, I'd like my Win98 partition to be identified as Win98, not . Also, is there

Re: Changing Bootmgr display

1999-06-19 Thread Aaron Smith
On Sat, 19 Jun 1999 14:26:52 EDT, John Baldwin writes: Then don't use BootEasy. The OS-BS boot manager is quite nice, and the beta version (which seems very stable in my experience) even provides a nice colorful menu on boot up as well as a nice installation utility. And with that you can name

Re: Changing Bootmgr display

1999-06-19 Thread John Baldwin
On 19-Jun-99 Aaron Smith wrote: On Sat, 19 Jun 1999 14:26:52 EDT, John Baldwin writes: Then don't use BootEasy. The OS-BS boot manager is quite nice, and the beta version (which seems very stable in my experience) even provides a nice colorful menu on boot up as well as a nice installation

Re: SMP and Celerons...

1999-06-19 Thread Shaun Rowland
Marc Nicholas m...@netstor.com writes: Hmmm...I always thought there was something broke inside Celerons to prevent SMP...maybe I'm wrong? Sure would be neat if you could run them SMP... -marc Well there is kind of. If you have a socket 370 adapter you can un-break it. I am currently

Re: SMP and Celerons...

1999-06-19 Thread Shaun Rowland
Warner Losh i...@harmony.village.org writes: In message pine.bsf.4.05.9906191302400.16699-100...@medulla.hippocampus.net Marc Nicholas writes: : Hmmm...I always thought there was something broke inside Celerons to : prevent SMP...maybe I'm wrong? Sure would be neat if you could run them :

Re: Changing Bootmgr display

1999-06-19 Thread Dennis
At 11:52 AM 6/19/99 -0700, you wrote: On Sat, 19 Jun 1999 14:26:52 EDT, John Baldwin writes: Then don't use BootEasy. The OS-BS boot manager is quite nice, and the beta version (which seems very stable in my experience) even provides a nice colorful menu on boot up as well as a nice installation

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Jason Thorpe
On 19 Jun 1999 17:30:13 +0200 Dag-Erling Smorgrav d...@flood.ping.uio.no wrote: Divert sockets, dummynet and credential-based filtering would be sorely missed if they weren't ported to ipfilter. ...but if they were ported to IP Filter, then lots of other systems could use them, too.

Joystick support for Koules...

1999-06-19 Thread John Baldwin
In an effort to make FreeBSD even more (un)productive, I added in support for FreeBSD's joystick driver to Koules, a game which can be found in the ports collection at /usr/ports/games/koules. To compile the game with this patch follow this sequence: # cd /usr/ports/games/koules # make patch #

Re: SMP and Celerons...

1999-06-19 Thread Pat Lynch
Wish that was the case for me, might just be my momboard ___ Pat Lynch ly...@rush.net ly...@bsdunix.net Systems

Re: Changing Bootmgr display

1999-06-19 Thread Dennis
Will it allow you to 1) specify which partitions appear on the menu (ie, eliminate non-bootables) and 2) set the partition last selected to the default/active partition? Dennis At 06:05 PM 6/19/99 -0400, you wrote: On 19-Jun-99 Dennis wrote: At 03:14 PM 6/19/99 -0400, you wrote: On 19-Jun-99

Re: Changing Bootmgr display

1999-06-19 Thread John Baldwin
On 19-Jun-99 Dennis wrote: Will it allow you to 1) specify which partitions appear on the menu (ie, eliminate non-bootables) and Yes. 2) set the partition last selected to the default/active partition? Yes. Dennis Sorry if I wasn't clear enough earlier. --- John Baldwin

Re: SMP and Celerons...

1999-06-19 Thread Warner Losh
In message 87k8t0c6tp@dhcp9545042.columbus.rr.com Shaun Rowland writes: : Well there is kind of. If you have a socket 370 adapter you can : un-break it. I am currently running dual Celeron 400's, and they : truly fly on this box! I can assure you it works without problems. By broke people

Re: SMP and Celerons...

1999-06-19 Thread Warner Losh
In message 87hfo4c6dj@dhcp9545042.columbus.rr.com Shaun Rowland writes: : Do you mean the ones that don't have cache or the ones that have 128Kb : cache on the chip? Is there that big of a hit of the cache is on the : chip? I have seen some benchmarks and the system I have seemed to : keep

Re: firewalling (Was Re: Introduction)

1999-06-19 Thread Julian Elischer
We use IPFW to great effect in the interjet whatever we end up with had better have the same features or we can't use it.. 1/ simple to use programatic API 2/ Divert sockets are a MUST. We do a lot of our filtering in userland. 3/ The ability to branch the rules using 'skipto' (goto?) is used

Re: Introduction

1999-06-19 Thread Julian Elischer
On Sat, 19 Jun 1999, Brian F. Feldman wrote: On Sat, 19 Jun 1999, Doug Rabson wrote: On 19 Jun 1999, Dag-Erling Smorgrav wrote: Brian F. Feldman gr...@unixhelp.org writes: It might be worth (discussion of) making ipfilter the firewall of choice for 4.0. There would of course

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Julian Elischer
As a contributor to ipfw, notice that I will be sticking my oar into the water when it comes to deleting it unless I'm very sure that the ipf stuff is better. Unless you're Danish you don't just get to delete bits of the tree without a lot of agreement, especially from those who are working on

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Jordan K. Hubbard
is better. Unless you're Danish you don't just get to delete bits of the s/Unless/Especially if/ :-) - Jordan To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: Introduction

1999-06-19 Thread Brian F. Feldman
It has fwd stuff :) Brian Fundakowski Feldman _ __ ___ ___ ___ ___ gr...@freebsd.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve!_ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to

Re: Firewalls (was Re: Introduction)

1999-06-19 Thread Brian F. Feldman
On Sat, 19 Jun 1999, Julian Elischer wrote: As a contributor to ipfw, notice that I will be sticking my oar into the water when it comes to deleting it unless I'm very sure that the ipf stuff is better. Unless you're Danish you don't just get to delete bits of the tree without a lot of