Re: MPD 3.13 PPTP server MTU problems & questions

2003-07-16 Thread Nikolai SAOUKH
| As you'll see in the logs below and from ifconfig output, altough the | ngX interfaces MTU is set to 1460 with "set link mtu 1460", it stays at | 1500. Any idea why ? The asked mtu size will be available (set) only when interface is in UP state. When the ngX is in down state it has default va

Re: Broadcom NetXtreme BCM5705M support

2003-07-16 Thread Boris Georgiev
Hi Bill, I tested the driver with the new patch and everything works fine now. Thank you for your quick response. If you need more testing of this NIC, I can always cooperate. Boris Georgiev - Original Message - From: "william paul" <[EMAIL PROTECTED]> To: "Boris Georgiev" <[EMAIL PROTE

MPD 3.13 PPTP server MTU problems & questions

2003-07-16 Thread Yann Nottara
Hello, I've been running a FreeBSD 4.7 box with a MPD 3.13 PPTP VPN server for quite some time now and, altough it mostly works, I'd like to iron out some problems we encounter. Configuration (that gives an IP address in a 192.168.0.0/24 local network to 16 Win2k clients at this moment) is don

Re: kern/37486: Bug in network stack in sending broadcast packets

2003-07-16 Thread Wes Peters
Synopsis: Bug in network stack in sending broadcast packets Responsible-Changed-From-To: freebsd-net->wes Responsible-Changed-By: wes Responsible-Changed-When: Wed Jul 16 11:26:15 PDT 2003 Responsible-Changed-Why: I'm working on all-call broadcasting code already, I'll fix this. http://www.freeb

FreeBSD netcraft

2003-07-16 Thread Eicke
http://news.netcraft.com/archives/2003/07/12/nearly_2_million_active_sites_r unning_freebsd.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Reproducable panic with multicast on VLAN interface

2003-07-16 Thread Charles Sprickman
On Wed, 16 Jul 2003, Hideki ONO wrote: > Try my patch which I posted to freebsd-bugs last month. > > http://lists.freebsd.org/pipermail/freebsd-bugs/2003-June/001407.html How about attaching that to one of the PRs open on this bug? Maybe someone will commit it then... Charles > > I have a prob

Re: kern/50803: mbuf-related kernel panic (sbappendaddr)

2003-07-16 Thread Bosko Milekic
Synopsis: mbuf-related kernel panic (sbappendaddr) Responsible-Changed-From-To: freebsd-net->bmilekic Responsible-Changed-By: bmilekic Responsible-Changed-When: Wed Jul 16 08:16:48 PDT 2003 Responsible-Changed-Why: I'll look into this. It seems that the problem is not directly due to lack of mbu

Re: kern/46881: ether_input casts m_hdr to mbuf and causes bpf_mtapto access random data

2003-07-16 Thread Bosko Milekic
Synopsis: ether_input casts m_hdr to mbuf and causes bpf_mtap to access random data Responsible-Changed-From-To: freebsd-net->bmilekic Responsible-Changed-By: bmilekic Responsible-Changed-When: Wed Jul 16 08:07:36 PDT 2003 Responsible-Changed-Why: I'll follow-up on this. http://www.freebsd.org/c

Re: Reproducable panic with multicast on VLAN interface

2003-07-16 Thread Frank Volf
Hideki ONO wrote: > Try my patch which I posted to freebsd-bugs last month. > > http://lists.freebsd.org/pipermail/freebsd-bugs/2003-June/001407.html Indeed this fixes my problem as well! I hope it will be integrated into the CVS tree soon. Thanks for you help. Frank > > > I have a problem w

Re: Kernel tuning for large maxsockets

2003-07-16 Thread Bosko Milekic
On Tue, Jul 15, 2003 at 08:51:12PM -0400, Scot Loach wrote: > True, I can add a tunable for each of tcp, udp, raw, divert. > > What will happen when the system runs out of pcbs? You'll no longer be able to allocate and attach pcbs to sockets until one of the current pcb consumers returns tha

Re: Kernel tuning for large maxsockets

2003-07-16 Thread Bosko Milekic
On Tue, Jul 15, 2003 at 05:22:55PM -0400, Scot Loach wrote: > Currently, whenever maxsockets is increased, this causes kernel memory to be > preallocated for each type of pcb (tcp, udp, raw, divert). The number of > pcbs preallocated for each of these is always the same as maxsockets. > > This i

Re: Reproducable panic with multicast on VLAN interface

2003-07-16 Thread Hideki ONO
Try my patch which I posted to freebsd-bugs last month. http://lists.freebsd.org/pipermail/freebsd-bugs/2003-June/001407.html > I have a problem with FreeBSD-4.8-STABLE in which the system panics when > multicast definitions are being removed from an interface. The later is very > easily reprodu