Re: possible patch for implementing split DNS

2006-08-28 Thread Duane Whitty
On Mon, Aug 28, 2006 at 03:40:50PM -0700, Julian Elischer wrote: > Duane Whitty wrote: > > >On Mon, Aug 28, 2006 at 12:33:14PM -0700, Julian Elischer wrote: > > > > > >>Doug Barton wrote: > >> > >> > >> > >>>Julian Elischer wrote: > >>> > >>> > >>> > >>> > I need some processes to loo

Re: possible patch for implementing split DNS

2006-08-28 Thread eculp
Quoting Julian Elischer <[EMAIL PROTECTED]>: Julian Elischer wrote: John-Mark Gurney wrote: Julian Elischer wrote this message on Mon, Aug 28, 2006 at 12:33 -0700: ALmost all other services (e.g. inetd,natd,sshd, etc.etc.) allow you to specify a different config file so that you can supply

Re: possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
Doug Barton wrote: Julian Elischer wrote: Duane Whitty wrote: Hi Julian, I'm no expert so I apologize in advance if I am wasting your time. I was just wondering if you could use the multiple views facility as provided by Bind 9? I'm currently using the technique to provide di

Re: possible patch for implementing split DNS

2006-08-28 Thread Doug Barton
Julian Elischer wrote: > Duane Whitty wrote: >> Hi Julian, >> >> I'm no expert so I apologize in advance if I am wasting your time. >> >> I was just wondering if you could use the multiple views facility as >> provided by Bind 9? I'm currently using the technique to provide >> different views

Re: Problem with uipc_mbuf.c

2006-08-28 Thread John-Mark Gurney
Randall Stewart wrote this message on Mon, Aug 28, 2006 at 17:04 -0400: > atomic_fetchadd_int(m->m_ext.ref_cnt, -1) == 0) { ^ This should be 1 not 0.. as apparently fetchadd_int returns the old value (at least that's what atomic(9)

Re: [fbsd] possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
Jeremie Le Hen wrote: Julian, On Fri, Aug 25, 2006 at 02:39:36PM -0700, Julian Elischer wrote: I need some processes to look elsewhere for DNS information from where the rest of the system looks.. This patch seems to me a simple solution. We over-ride where the resolver looks for resolv.co

Re: possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
Duane Whitty wrote: On Mon, Aug 28, 2006 at 12:33:14PM -0700, Julian Elischer wrote: Doug Barton wrote: Julian Elischer wrote: I need some processes to look elsewhere for DNS information from where the rest of the system looks.. This patch seems to me a simple solution. We

Re: possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
Julian Elischer wrote: John-Mark Gurney wrote: Julian Elischer wrote this message on Mon, Aug 28, 2006 at 12:33 -0700: ALmost all other services (e.g. inetd,natd,sshd, etc.etc.) allow you to specify a different config file so that you can supply different services to theinside and outside

Re: possible patch for implementing split DNS

2006-08-28 Thread Duane Whitty
On Mon, Aug 28, 2006 at 12:33:14PM -0700, Julian Elischer wrote: > Doug Barton wrote: > > >Julian Elischer wrote: > > > > > >>I need some processes to look elsewhere for DNS information from where > >>the rest of the system looks.. This patch seems to me a simple solution. > >>We over-ride wher

Re: [fbsd] possible patch for implementing split DNS

2006-08-28 Thread Jeremie Le Hen
Julian, On Fri, Aug 25, 2006 at 02:39:36PM -0700, Julian Elischer wrote: > I need some processes to look elsewhere for DNS information from where > the rest > of the system looks.. This patch seems to me a simple solution. > We over-ride where the resolver looks for resolv.conf using an > enviro

Re: possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
John-Mark Gurney wrote: Julian Elischer wrote this message on Mon, Aug 28, 2006 at 12:33 -0700: ALmost all other services (e.g. inetd,natd,sshd, etc.etc.) allow you to specify a different config file so that you can supply different services to theinside and outside but it all falls appart

Problem with uipc_mbuf.c

2006-08-28 Thread Randall Stewart
Hi all: In 6.1 the function mb_free_ext(struct mbuf *m) looked like this: ... void mb_free_ext(struct mbuf *m) { u_int cnt; int dofree; /* Account for lazy ref count assign. */ if (m->m_ext.ref_cnt == NULL)

Re: possible patch for implementing split DNS

2006-08-28 Thread John-Mark Gurney
Julian Elischer wrote this message on Mon, Aug 28, 2006 at 12:33 -0700: > ALmost all other services (e.g. inetd,natd,sshd, etc.etc.) allow you to > specify a different config file > so that you can supply different services to theinside and outside but > it all falls appart > if they still are fo

Re: possible patch for implementing split DNS

2006-08-28 Thread Julian Elischer
Doug Barton wrote: Julian Elischer wrote: I need some processes to look elsewhere for DNS information from where the rest of the system looks.. This patch seems to me a simple solution. We over-ride where the resolver looks for resolv.conf using an environment variable. This would allow me

Re: possible patch for implementing split DNS

2006-08-28 Thread Doug Barton
Julian Elischer wrote: > I need some processes to look elsewhere for DNS information from where > the rest of the system looks.. This patch seems to me a simple solution. > We over-ride where the resolver looks for resolv.conf using an > environment variable. This would allow me to reset this to

Re: kern/102607: [if_bridge] don't generate random L2 address

2006-08-28 Thread Andrew Thompson
Synopsis: [if_bridge] don't generate random L2 address Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: thompsa Responsible-Changed-When: Mon Aug 28 18:18:21 UTC 2006 Responsible-Changed-Why: Pass over to freebsd-net for discussion on the best way to handle this. ht

Re: Strange internet connection...

2006-08-28 Thread Bill Vermillion
Wise men talk because they have something to say, however on Mon, Aug 28, 2006 at 12:55 , felix.schalck just had to say something so we heard: > Hi, > I'm currently running 6.1-STABLE on a little laptop (CLEVO > M120 W) connected via an ISP-router to the Internet. Since a > few weeks, I m experi

Re: conf/102502: [patch] ifconfig name does't rename netgraph node in network.subr

2006-08-28 Thread Brooks Davis
Synopsis: [patch] ifconfig name does't rename netgraph node in network.subr Responsible-Changed-From-To: freebsd-rc->freebsd-net Responsible-Changed-By: brooks Responsible-Changed-When: Mon Aug 28 12:49:02 UTC 2006 Responsible-Changed-Why: While the proposed workaround is in network.subr, it's no

Current problem reports assigned to you

2006-08-28 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description o kern/92552 netA serious bug in most network drivers from 5.X to 6.X f kern/93220 net[inet

Strange internet connection...

2006-08-28 Thread felix.schalck
Hi, I'm currently running 6.1-STABLE on a little laptop (CLEVO M120 W) connected via an ISP-router to the Internet. Since a few weeks, I m experiencing very strange Netwok behaviour: the adsl connection seems to "hang up" from time to time, getting a "host not found"; a few minutes (~10-15) la

Re: Netgraph plumbing question

2006-08-28 Thread Rajkumar S
On 8/26/06, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: No, but it's trivial to set up ng_bpf(4) to do it. Since the default BPF program will be non-matching, "ifNotMatch" action should be used. Cool!! While testing this I ran into some difficulty. # ngctl [...] + mkpeer bpf mixed mixed + nam