Re: ng_eiface hangs on 4.6RC

2002-05-24 Thread Mike Tancsa
On Thu, 23 May 2002 08:32:35 -0400, in sentex.lists.freebsd.net you wrote: >Hello! > >I updated to 4.6-RC on May 22. Posted to freebsd-stable >(I also made /usr/sbin/ngctl; but I did not do a complete buildworld. >Could that be a problem ?) Yes, it could very much be your problem. Do a complete

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Yuri Victorovich
And why make it one-directional only? It shouldn't improve performance. So it's rather an "IP router" than "fwdswitch". many2many IP routing node would be useful in many situations. Yuri >The fwdswitch node, could be imagined as a 'many2many' node but > monodirectional only: packets flow fro

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Yuri Victorovich
And why make it one-directional only? It shouldn't improve performance. So it's rather an "IP router" than "fwdswitch". many2many IP routing node would be useful in many situations. Yuri >The fwdswitch node, could be imagined as a 'many2many' node but > monodirectional only: packets flow fro

Re: Question about Dummynet and Diffserv

2002-05-24 Thread Luigi Rizzo
On Thu, May 23, 2002 at 12:59:35PM -0400, Craig Rodrigues wrote: ... > Hi, > > I merged from -CURRENT to my -STABLE tree some changes made in October 2000 to > sys/netinet/ip_fw.{c,h} and sbin/ipfw/ipfw.c which add ipfw > filtering based on iptos. > > However, from reading the documentation, it

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Rocco Lucia
Re, On Friday, May 24th, 2002, alle 03:09 PM, Yuri Victorovich wrote: > And why make it one-directional only? It shouldn't improve performance. > So it's rather an "IP router" than "fwdswitch". > many2many IP routing node would be useful in many situations. > > Yuri > Well I needed a node th

lge driver and vlan

2002-05-24 Thread Christophe Prevotaux
is it possible to do vlan tagging 802.11q with the lge driver under FreeBSD RELENG_4 (4-STABLE) ? If not ? does someone has patches so it can be done ? -- === Christophe PrevotauxEmail: [EMAIL PROTECTED] HEXANET SARL

lge question

2002-05-24 Thread Christophe Prevotaux
Why do I get this messages on a regular basis even knowing that the interface is already up and running ? mymachine /kernel: lge0: gigabit link up -- === Christophe PrevotauxEmail: [EMAIL PROTECTED] HEXANET SARL

Re: lge driver and vlan

2002-05-24 Thread Dmitry Morozovsky
On Fri, 24 May 2002, Christophe Prevotaux wrote: CP> is it possible to do vlan tagging 802.11q with the lge CP> driver under FreeBSD RELENG_4 (4-STABLE) ? CP> >From lge(4) manpage: The LXT1001 supports TCP/IP checksum offload for receive and VLAN-based filtering as well as a 64-bit mu

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Julian Elischer
some comments.. 1/ it may be more useful to not make any distinction between 'in' and 'out' hooks but just have connections.. The hooks could be given purely arbitrary names e.g. "source1" and "suspicious" a hook could be configured as being 'read-only' by command rather than by special name..

splimp() during panic?

2002-05-24 Thread Archie Cobbs
Hi, I'm trying to debug a mbuf corruption bug in the kernel. I've added an mbuf sanity check routine which calls panic() if anything is amiss with the mbuf free list, etc. This function runs at splimp() and if/when it calls panic() the cpl is still at splimp(). My question is: does this guarante

Re: splimp() during panic?

2002-05-24 Thread Bosko Milekic
Archie Cobbs wrote: > Hi, > > I'm trying to debug a mbuf corruption bug in the kernel. I've added > an mbuf sanity check routine which calls panic() if anything is amiss > with the mbuf free list, etc. This function runs at splimp() and if/when > it calls panic() the cpl is still at splimp(). >

setting up batch files

2002-05-24 Thread Vinod
whats the best way to execute a series of commands in freebsd?something like a batch file in MS-DOS. suppose i want to execute the two commands, defaultrouter="a.b.c.d" ifconfig_eth0="inet e.f.g.h netmask e.f.g.h" by typing something like 'change' on the terminal window;howdo i go about this? not

Re: setting up batch files

2002-05-24 Thread Annelise Anderson
On Fri, 24 May 2002, Vinod wrote: > whats the best way to execute a series of commands in > freebsd?something like a batch file in MS-DOS. > > suppose i want to execute the two commands, > defaultrouter="a.b.c.d" > ifconfig_eth0="inet e.f.g.h netmask e.f.g.h" > by typing something like 'change'

mpd: pptp server

2002-05-24 Thread GM GG
Hi, I am trying to implement a small vpn solutions with mpd as pptp server and pptpclient from home to office. I have setup also in other implementations and it works fine, but I need for this situations pptp server... The office is connected directly to the net, while at home I am using user ppp

Re: splimp() during panic?

2002-05-24 Thread Archie Cobbs
Bosko Milekic writes: > > My question is: does this guarantee that the mbuf free lists, etc. will > > not be modified between the time panic() is called and the time a core > > file is generated? For example, if an incoming packet causes a networking > > interrupt after panic() has been called but

Re: mpd: pptp server

2002-05-24 Thread Mike A. Oligny
GM GG ([EMAIL PROTECTED]) wrote: > Hi, > I am trying to implement a small vpn solutions with > mpd as pptp server and pptpclient from home to office. Just a thought - I have had much better luck using MPD for both sides of the pptp equation. pptpclient seemed quite unstable the last few times I

Re: mpd: pptp server

2002-05-24 Thread GM GG
--- "Mike A. Oligny" <[EMAIL PROTECTED]> ha scritto: > GM GG ([EMAIL PROTECTED]) wrote: > > > Hi, > > I am trying to implement a small vpn solutions > with > > mpd as pptp server and pptpclient from home to > office. > > Just a thought - I have had much better luck using > MPD > for both sides

Re: ip src address in outgoing ipv4 multicast packets

2002-05-24 Thread Rob
* Naga Narayanaswamy ([EMAIL PROTECTED]) [020523 19:21]: > When you say src address is set to host group, what application generates > them? What is the src and dest address ? I quickly checked Rich Stevens vol > II. > Looks like the code has been like this since old days. > Is the application se

mpd: pptp server

2002-05-24 Thread Gianmarco Giovannelli
Hi, I am trying to implement a small vpn solutions with mpd as pptp server and pptpclient from home to office. I have setup also in other implementations and it works fine, but I need for this situations pptp server... The office is connected directly to the net, while at home I am using user p

mpd: pptp server

2002-05-24 Thread Gianmarco Giovannelli
Hi, I am trying to implement a small vpn solutions with mpd as pptp server and pptpclient from home to office. I have setup also in other implementations and it works fine, but I need for this situations pptp server... The office is connected directly to the net, while at home I am using user p

Re: mpd: pptp server

2002-05-24 Thread Mike A. Oligny
GM GG ([EMAIL PROTECTED]) wrote: > Can you suggest a config for mpd used like a > pptp client ? It seems to me there is not such > config sample in the provided mpd.conf default. Sure, I'll include some that I've used successfully - client configs are old and haven't been tested recently - they

data link layer protocol

2002-05-24 Thread Henry Fung
Is there any module or well-known mechanism available for punting a data link layer PDU to a user process? Also for sending out PDUs? Say I'd like to implement ARP as a user process, or some other protocols. Thanks. Henry __ Do You Yahoo!? LAUNCH

Re: data link layer protocol

2002-05-24 Thread Craig Rodrigues
On Fri, May 24, 2002 at 07:05:38PM -0700, Henry Fung wrote: > Is there any module or well-known mechanism available > for punting a data link layer PDU to a user process? > Also for sending out PDUs? > Say I'd like to implement ARP as a user process, or > some other protocols. > Thanks. > Henry