PR/47044

2003-01-14 Thread Yusuf Goolamabbas
08.23.118.222 smtp Trying 208.23.118.222... telnet: connect to address 208.23.118.222: Can't assign requested address telnet: Unable to connect to remote host -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: What does FreeBSD do when listen queue is full ?

2002-04-14 Thread Yusuf Goolamabbas
27;or,if the underlying protocol supports retransmission, the request may be ignored so that retries may succeed' What does 'underlying protocol' refer to then since you are saying that even with TCP which supports retransmission, the stack sends a RST when the listen queue is full Reg

What does FreeBSD do when listen queue is full ?

2002-04-14 Thread Yusuf Goolamabbas
out how that affects tcp input processing Regards, Yusuf -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Is there any mechanism/patch to limit total number of connections/IP

2002-03-19 Thread Yusuf Goolamabbas
Regards, Yusuf -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: 4.4-stable kernel panic with dummynet/bridging. Same rules work fine with 4.3-RC

2001-12-20 Thread Yusuf Goolamabbas
On Thu, Dec 20, 2001 at 11:08:14PM -0800, Luigi Rizzo wrote: > On Fri, Dec 21, 2001 at 12:02:15PM +0800, Yusuf Goolamabbas wrote: > > > > > > How repeatable is the problem ? It shouldn't be hard to track, it looks > > > like a null pointer dereference. > &g

Re: 4.4-stable kernel panic with dummynet/bridging. Same rules work fine with 4.3-RC

2001-12-20 Thread Yusuf Goolamabbas
> I wonder if this isn't related to some change in the handling of > interface lists, routes or arp entries. I do not recall any recent > change in the dummynet/bridge code that might cause this. > > On passing. the line ${fwcmd} add 400 pass udp from 0.0.0.0 2054 to 0.0.0.0 > has not been suppor

4.4-stable kernel panic with dummynet/bridging. Same rules work fine with 4.3-RC

2001-12-20 Thread Yusuf Goolamabbas
syscall2+0x1a5 Xinit0x80_syscall() + Xint-x80_syscall+0x25 Hope this helps Regards, Yusuf -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Is there a way to clear stats from netstat -i

2001-12-10 Thread Yusuf Goolamabbas
doesn't seem to clear those flags and whilst netstat -iz doesn't barf on me even though the man page doesn't seem to indicate that this is a valid option Regards, Yusuf -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd

Re: Solved: Bridging and dummynet seems to destroy dmesg output

2001-02-20 Thread Yusuf Goolamabbas
removing all instances of > > > "LOG_SECURITY |". > > > > > > Luigi/Poul, have you at least decided where the changes should be made? > > > There's no log(9) man page to decide which one is the correct syntax. IMHO, > > > -stab

Re: Solved: Bridging and dummynet seems to destroy dmesg output

2001-02-19 Thread Yusuf Goolamabbas
IMHO, > -stable is not stable while this bug persists. > > Yusuf Goolamabbas wrote: > > > > Hi, I cvsupped today and got all of Luigi's commit [the one where he > > does 1.16.2.13 of bridge.c alongwith a few others], I also have David > >

Re: Solved: Bridging and dummynet seems to destroy dmesg output

2001-02-06 Thread Yusuf Goolamabbas
Jonny > > -- > João Carlos Mendes Luís [EMAIL PROTECTED] > Networking Engineer [EMAIL PROTECTED] > Internet via Embratel[EMAIL PROTECTED] -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Bridging and dummynet seems to destroy dmesg output

2001-01-31 Thread Yusuf Goolamabbas
> > Hi, > > > > I sent these files in private. But I remembered that I have another > > unusual config in this machine: is is multiprocessed, and has 10 SCSI disks > > and lots of SYSV shared memory. > > i think SMP might have something to do with it. Yusuf, are you also > using an SMP box

Bridging and dummynet seems to destroy dmesg output

2001-01-29 Thread Yusuf Goolamabbas
h:port in via %dmesg a.b.c.d:port e.f.g.h:port in via /var/log/messages also seems to have various log messages from ipfw in a segmented manner. Is anybody else seeing this ? Regards, Yusuf -- Yusuf Goolamabbas [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Using DUMMYNET on a filtering bridge

2001-01-05 Thread Yusuf Goolamabbas
fxp1 ipfw pipe 1 config bw 256 Kbit/s queue 30KB However, this does not seem to provide any shaping to the machine ipfw show does not show any packets/bytes counters incremented for rule 400. ipfw pipe show also shows up blank Is there some fundamental mistake I have made ? Regards, Yusuf