Is recv/sendmsg important for AF_INET only sockets?

2002-02-28 Thread cfliu
Hi, I am implementing a small BSD socket layer which supports only the AF_INET family. I am wondering whether recvmsg() and sendmsg() calls are required for the INET protocol family. I don't know if I should implemented it or not. I have looked up some open source projects and grepped for re

Re: no more buffer problems yes!!

2002-02-28 Thread Archie Cobbs
Marcel de Vries writes: > Please everybody is free to fix the patch below, because my C poor as hell. Thanks for the patch, I've included it in the next version. -Archie __ Archie Cobbs * Packet Design * htt

My DNS is giving wrong answers (sometimes)

2002-02-28 Thread Kirk Strauser
Ack! I just migrated my primary DNS from one machine (ds10.honeypot.net) to another (kanga.honeypot.net), both running FreeBSD 4.5-STABLE. I'm trying to serve the honeypot.net domain. Here is the entry from named.conf: zone "honeypot.net" { type master; file "db/db.honeyp

Re: natd & ipfw config with 5 NICS

2002-02-28 Thread Crist J. Clark
On Thu, Feb 28, 2002 at 11:43:57AM -0600, Hamilton Hoover wrote: > Hi all, > > I'm setting up a site that I'd like to have four separate networks connected > > through a single gateway/firewall with five network interfaces. > > Two Public (real IPs) interfaces on the same network with different

natd & ipfw config with 5 NICS

2002-02-28 Thread Hamilton Hoover
Hi all, I'm setting up a site that I'd like to have four separate networks connected through a single gateway/firewall with five network interfaces. Two Public (real IPs) interfaces on the same network with different IPs realIP1 realIP2 Three Private (fake IPS) interfaces on three separate net

[no subject]

2002-02-28 Thread Hamilton Hoover
Hi all, I'm setting up a site that I'd like to have four separate networks connected through a single gateway/firewall with five network interfaces. Two Public (real IPs) interfaces on the same network with different IPs realIP1 realIP2 Three Private (fake IPS) interfaces on three separate net

Re: IPv6-over-IPv4 problems since the upgrade to 4.5

2002-02-28 Thread Hajimu UMEMOTO
Hi, > On Thu, 28 Feb 2002 15:20:57 +1100 > Edwin Groothuis <[EMAIL PROTECTED]> said: edwin> On Tue, Feb 26, 2002 at 02:38:28PM +0900, JINMEI Tatuya / ?$B?@L@C#:H?(B wrote: > Finally I figured out the problem. edwin> Thanks for these two patches, it works like a charm now! I just commit

Re: ipfw+nfs kills both client and server

2002-02-28 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Alfred Perlstein writes: >Now since the default ruleset is to deny everything, the client >locks up spewing 'nfsd send error 13'. > >Now give it two or three shots and you may get the server >to lock up as well! (seems to run out of mbufs) I must have forgotten to

ipfw+nfs kills both client and server

2002-02-28 Thread Alfred Perlstein
If anyone is interested, take this scenario: NFS client and server set up client is doing this: tar cf - /path/to/nfs/mount | tar -xvf - idiot sysadmin (me) does this on client: kldload ipfw Now since the default ruleset is to deny everything, the client locks up spewing 'nfsd send error

no more buffer problems yes!!

2002-02-28 Thread Marcel de Vries
Hi all, The problem I had with 'no buffer available' messages is solved. Mpd seemed to be the problem. I'm using pptpclient-1.0.3 at this very moment, tested my mxstream ADSL inet connection in all kinds of ways with (ICMP traffic, UDP, TCP) and no buffer problems. Mpd was generating these pro