Re: /usr/share/examples/netgraph/ether.bridge

2001-02-19 Thread Archie Cobbs
Hroi Sigurdsson writes: > > > > P.S. Has anyone actually used this script? > > > > > > Yep. Could you perhaps provide a sample pptpgre script? > > > > Sure.. but doing what? ng_pptpgre is normally used with PPTP (which > > requires a PPP daemon) and is automatically set up by that daemon, > > e.

Mobile Network

2001-02-19 Thread Harkirat Singh
Hi! I have made one ad-hoc network with three mobile nodes all are running with FreeBSD 3.2 and Lucent WaveLan. Brief setup is as follows: x x x (node A) (node B) (node C) B is acting as a router, A and C both have B as a default entry.

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

2001-02-19 Thread Luigi Rizzo
> Luigi, PHK > > Any resolution on this ? for sure there is no bug in ip_fw.c -- the change mentioned below just happens to change some symptoms but is no fix. The message buffer is not "busted" as the report says, just has some NULs here and there that (probably) dmesg is not handling correctl

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

2001-02-19 Thread Yusuf Goolamabbas
Luigi, PHK Any resolution on this ? Regards, Yusuf > Hi Yusuf, > > As described by cvsweb, the patches to IPFW did not change the behavior > with log messages. To be more exactly, either netinet/ip_fw.c either > kern/subr_prf.c should be changed to match each other. In my local setup I >

WAVELAN IBSS 2 Cards

2001-02-19 Thread Romualdo Arcoverde
Hi.I am trying to put two pccards running in one unique machine and i get this message:     Feb 19 21:16:48 roteador111sul /kernel: wi0: Ethernet address: 00:02:2d:02:83:59Feb 19 21:16:48 roteador111sul pccardd[49]: wi0: Lucent Technologies (WaveLAN/IEEE) inserted.Feb 19 21:16:51 roteador11

Re: /usr/share/examples/netgraph/ether.bridge

2001-02-19 Thread Hroi Sigurdsson
On Mon, Feb 19, 2001 at 02:49:42PM -0800, Archie Cobbs wrote: > Hroi Sigurdsson writes: > > > P.S. Has anyone actually used this script? > > > > Yep. Could you perhaps provide a sample pptpgre script? > > Sure.. but doing what? ng_pptpgre is normally used with PPTP (which > requires a PPP daemon

Re: /usr/share/examples/netgraph/ether.bridge

2001-02-19 Thread Archie Cobbs
Hroi Sigurdsson writes: > > P.S. Has anyone actually used this script? > > Yep. Could you perhaps provide a sample pptpgre script? Sure.. but doing what? ng_pptpgre is normally used with PPTP (which requires a PPP daemon) and is automatically set up by that daemon, e.g. mpd. -Archie __

NIS/YP massiv problems, HELP!

2001-02-19 Thread O. Hartmann
Dear Sirs. Again, I would like to ask for some hints about NIS/YP. I already set up our domain and it contains a master and several slaves. Setting up master NIS server was easy, but slaves seems to be a great deal. Two of three servers should be slaves, and they also should be NIS clients. I als

Re: /usr/share/examples/netgraph/ether.bridge

2001-02-19 Thread Hroi Sigurdsson
Archie Cobbs wrote: > P.S. Has anyone actually used this script? Yep. Could you perhaps provide a sample pptpgre script? -- Hroi Sigurdsson To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

bridge+altq

2001-02-19 Thread Mihai Claudiu Capatina
  Hi, Can you please help me out with a problem. I am running ALTQ on a FreeBSD 4.2 which acts now as a router, but due to changes in the network i want this machine to act as a bridge and to make those traffic adjustments. Does this work...? If yes , what i have to do(???)in FreeBSD doc it s

Re: Using netgraph to implement pseudo interfaces

2001-02-19 Thread Julian Elischer
Satyajeet Seth wrote: > > Hi > > A node of type ng_bpf uses BPF. How is a packet passed onto the > BPF? I believe a copy of the packet is sent. Is this correct? man ng_bpf. the ng_bpf node takes a packet as input and applies a bpf 'filter' to it. if the filter succeeds, the packet is sent out

Re: Using netgraph to implement pseudo interfaces

2001-02-19 Thread Satyajeet Seth
Hi A node of type ng_bpf uses BPF. How is a packet passed onto the BPF? I believe a copy of the packet is sent. Is this correct? Once a packet is sent to the BPF, will the driver process the packet further and queue it to the IP layer? If so, in our case, there will be duplication of packets. H

fxp media change question

2001-02-19 Thread Guido van Rooij
I wonder if it possible to have 8255{7,9} based boards generate an interrupt on media changes? If so: how? (I couldn't find it in the public Linux driver Intel provides). -Guido To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Using netgraph to implement pseudo interfaces

2001-02-19 Thread Julian Elischer
Satyajeet Seth wrote: > > Hi > > I wished to implement pseudo interfaces with the following requirements: > > 1. There is a ethernet interface fxp0 having MAC address MAC0. It also > receives packets with destination MAC address MAC1 and MAC2. > > 2. The packets with destination MAC address MA