Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Jimbo Bahooli
Hello my FreeBSD friends. I have two issues. The first is how to balance outbound traffic over 2 nics that are on the same subnet. Example configuration: fxp0: 12.2.2.5 netmask 255.255.255.0 fxp1: 12.2.2.6 netmask 255.255.255.255 router at: 12.2.2.1 Currently I have the obvious static route

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread sthaug
This configuration is neccessary because by my estimation I have run into a limit on the intel pro 100 netcards of 6,000 packets/second. This limit equates to about 30 to 32 megabit/second of web traffic in our situation. I am wondering if anyone else has noticed this limit? The Pro

Re: SUIDDIR problem

1999-10-16 Thread Mike Nowlin
SUIDDIR will work for any user EXCEPT ROOT I did this because I felt it was a security hole to allow users to create files owned by root. (from memory it will also refuse to do files that have the execute bit set but I can't remember for sure) In a mildly drunken state, I respond. :)

Re: SUIDDIR problem

1999-10-16 Thread Julian Elischer
On Sat, 16 Oct 1999, Mike Nowlin wrote: SUIDDIR will work for any user EXCEPT ROOT I did this because I felt it was a security hole to allow users to create files owned by root. (from memory it will also refuse to do files that have the execute bit set but I can't remember for

Re: FreeBSD and HP Jornado

1999-10-16 Thread Jason Thorpe
On Fri, 15 Oct 1999 17:29:07 -0700 Edward Elhauge [EMAIL PROTECTED] wrote: My other questions is if is a way of replacing the CE OS with something easier to customize and that might run either Perl or Java? What sort of processor does the Jornado have? If it's a MIPS-based machine,

ftpmirror proxy

1999-10-16 Thread Richard Puga
I realy like ftpmirror it is a great program. I was wondering if ftpmirror can use a squid proxy server which runs on port 3128? Is there a way to use ftp-gateway on a specific port? below is a sampe of the configurations I have tried. Thank you for your time Richard Puga [EMAIL PROTECTED]

Re: FreeBSD and HP Jornado

1999-10-16 Thread Robert Swindells
Jason R. Thorpe [EMAIL PROTECTED] wrote: Edward Elhauge [EMAIL PROTECTED] wrote: My other questions is if is a way of replacing the CE OS with something easier to customize and that might run either Perl or Java? What sort of processor does the Jornado have? If it's a MIPS-based machine,

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Mike Smith
Hello my FreeBSD friends. I have two issues. The first is how to balance outbound traffic over 2 nics that are on the same subnet. Example configuration: fxp0: 12.2.2.5 netmask 255.255.255.0 fxp1: 12.2.2.6 netmask 255.255.255.255 router at: 12.2.2.1 You can't do this. If all of

Re: how mkdir without .. ?

1999-10-16 Thread Doug
"Aleksandr A.Babaylov" wrote: I need in directories without link to parent in it or with link to parent renamed to something exotic name. What are you trying to accomplish? If you are trying to create directories that users cannot "escape" out of, all you need to do is remove the

I can't boot FreeBSD 3.2 from Installation CD (fwd

1999-10-16 Thread Yonny Cardenas
Hi, Sorry, I have sent this e-mail to questions from monday but no I haven't received any answer. Thanks for your help. Original Message Subject: I can't boot FreeBSD 3.2 from Installation CD (fwd) Date: Mon, 11 Oct 1999 16:25:07 -0500 (COT) From: Yonny Cardenas Baron

MAXPATHLEN not enforced

1999-10-16 Thread Marc Slemko
Why does FreeBSD let you create paths longer than MAXPATHLEN? I often have various trees that are as deep as possible for testing various programs for holes, and I finally figured out why locate wasn't updating its database properly; it was choking as soon as it saw a path length MAXPATHLEN

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Jimbo Bahooli
On 10/16/99 at 10:35 AM Mike Smith wrote: Hello my FreeBSD friends. I have two issues. The first is how to balance outbound traffic over 2 nics that are on the same subnet. Example configuration: fxp0: 12.2.2.5 netmask 255.255.255.0 fxp1: 12.2.2.6 netmask 255.255.255.255 router

Re: FreeBSD and HP Jornado

1999-10-16 Thread Jason Thorpe
On Sat, 16 Oct 1999 17:57:37 +0100 (BST) Robert Swindells [EMAIL PROTECTED] wrote: The high end one (820 ?) has a 190MHz SA1100 StrongArm. I don't think that there is any support in NetBSD/arm32 for either the SA1100 or SA1110. No, but it probably wouldn't be that hard to make it go

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Mike Smith
Of course its a switched network with full duplex operation. But now that the general answer is that it is not a limitation of the nic card I am going to look elsewhere. I was not to sure if it was actually a limit myself, its just that I observed it on two different machines. You should

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread sthaug
Of course its a switched network with full duplex operation. But now that the general answer is that it is not a limitation of the nic card I am going to look elsewhere. I was not to sure if it was actually a limit myself, its just that I observed it on two different machines. They however

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Mike Smith
Of course its a switched network with full duplex operation. But now that the general answer is that it is not a limitation of the nic card I am going to look elsewhere. I was not to sure if it was actually a limit myself, its just that I observed it on two different machines. They

Re: Status of UMAPFS

1999-10-16 Thread Zhihui Zhang
On Fri, 15 Oct 1999, Zhihui Zhang wrote: Is the UMAPFS working? I add "options UMAPFS" to the configuration file of FreeBSD 3.3-Release and rebuilt the kernel. I got the following errors: loading kernel umap_vnops.o: In function `umap_lock': umap_vnops.o(.text+0x568): undefined

Re: Balancing Outgoing traffic over 2 nics, and nic limitations.

1999-10-16 Thread Jimbo Bahooli
On 10/16/99 at 11:26 AM Mike Smith wrote: Of course its a switched network with full duplex operation. But now that the general answer is that it is not a limitation of the nic card I am going to look elsewhere. I was not to sure if it was actually a limit myself, its just that I

Re: SMP + fxp0 wierdness

1999-10-16 Thread Doug
Mike Smith wrote: Well that's not good, since I have almost convinced my boss to replace the crappy IDE drives on our shiny new Intel N440BX mb's with scsi drives since the controller is built in. :-/ Does this look like a soluble problem, or is it just going to be a case of

Re: Balancing Outgoing traffic over 2 nics, and niclimitations.

1999-10-16 Thread Wes Peters
Jimbo Bahooli wrote: Of course its a switched network with full duplex operation. But now that the general answer is that it is not a limitation of the nic card I am going to look elsewhere. I was not to sure if it was actually a limit myself, its just that I observed it on two different

Re: FreeBSD and HP Jornado

1999-10-16 Thread Wes Peters
Jason Thorpe wrote: On Sat, 16 Oct 1999 17:57:37 +0100 (BST) Robert Swindells [EMAIL PROTECTED] wrote: The high end one (820 ?) has a 190MHz SA1100 StrongArm. I don't think that there is any support in NetBSD/arm32 for either the SA1100 or SA1110. No, but it probably

Re: Handling segV's

1999-10-16 Thread Wes Peters
Kevin Day wrote: I mmap() files in, then copy them to a device. This works great except when someone tries to change that file during the copy. If the size of the file shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size. So, i setup a signal handler and longjmp into

Re: Handling segV's

1999-10-16 Thread Kevin Day
Kevin Day wrote: I mmap() files in, then copy them to a device. This works great except when someone tries to change that file during the copy. If the size of the file shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size. So, i setup a signal handler and

Re: Handling segV's

1999-10-16 Thread Kevin Day
I mmap() files in, then copy them to a device. This works great except when someone tries to change that file during the copy. If the size of the file shrinks, I'll SIGBUS or SIGSEGV when i try to touch past the new file size. So, i setup a signal handler and longjmp into some