Re: netgraph questions

2001-04-12 Thread Julian Elischer
Brooks Davis wrote: > > I'm looking at a project at work using netgraph which will need nodes for > tunnels like those for ethernet devices. I'll definatly need to do tun > devices and possiably gif devices as well. First, is this a reasonable > thing to attempt? I'm pretty sure it is, but if

Re: help

2001-04-12 Thread Wes Peters
howard wrote: > > Hi, all > > I am a newbie on FreeBSD. I am doing some development about DNS. I need > your guide on how to send out DNS query packet to network. >From C, the primary methods would be "gethostbyname" and "gethostbyaddr", coupled with the proper configuration in /etc/host.conf a

Re: (KAME-snap 4439) FreeBSD fxp driver, offloading cryptography ...

2001-04-12 Thread Jason R Thorpe
On Tue, Apr 10, 2001 at 06:36:58PM +, Gunther Schadow wrote: > question: is anyone working on the Intel Pro/100 S support in the > fxp driver? I have found Intel to distribute a Linux driver and > looking at the source code I found: Where is the Intel-supplied Linux driver found? I have

netgraph questions

2001-04-12 Thread Brooks Davis
I'm looking at a project at work using netgraph which will need nodes for tunnels like those for ethernet devices. I'll definatly need to do tun devices and possiably gif devices as well. First, is this a reasonable thing to attempt? I'm pretty sure it is, but if it's not I've got the opportuni

Re: running two instances of bind

2001-04-12 Thread Alfred Perlstein
* Peter Brezny <[EMAIL PROTECTED]> [010412 09:55] wrote: > I'm attempting to get two instances of bind running on the same machine. > > When I start the second instance, i get this error: > > named[15794]: ctl_server: bind: /var/run/ndc: Address already in use > > However it each instance of na

Re: running two instances of bind

2001-04-12 Thread sthaug
> I'm attempting to get two instances of bind running on the same machine. > > When I start the second instance, i get this error: > > named[15794]: ctl_server: bind: /var/run/ndc: Address already in use > > However it each instance of named can be found with a ps wax|grep named, > and it appea

Re: running two instances of bind

2001-04-12 Thread Barney Wolff
That's the named control channel, used to pass commands to it, replacing the old way of using signals. Check the docs, there must be a way to tell it to listen on a different Unix-domain socket. Barney Wolff On Thu, Apr 12, 2001 at 12:58:04PM -0400, Peter Brezny wrote: > I'm attempting to get t

running two instances of bind

2001-04-12 Thread Peter Brezny
I'm attempting to get two instances of bind running on the same machine. When I start the second instance, i get this error: named[15794]: ctl_server: bind: /var/run/ndc: Address already in use However it each instance of named can be found with a ps wax|grep named, and it appears that each can

Re: multi-subnet windows file sharing?

2001-04-12 Thread Blair Sutton/Odey
You can also create a WINS server. This doesn't have to run on the router but must have a routable IP address within your network system. Another solution is to configure your router to forward ethernet packets. I don't know how to do this but I you can read the bridge (4) manpage and the BRID

Re: netinet/accf_http.c usage ?

2001-04-12 Thread Peter Pentchev
On Thu, Apr 12, 2001 at 07:52:39AM +, [EMAIL PROTECTED] wrote: > > Hi, > > I can't seem decipher the functionality of the accf_http.c file in the > netinet directory ... I also couldn't find any documents that describe its > purpose is it an HTTP filter or something like that ? Have yo

Re: netinet/accf_http.c usage ?

2001-04-12 Thread Alfred Perlstein
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010412 00:52] wrote: > > Hi, > > I can't seem decipher the functionality of the accf_http.c file in the > netinet directory ... I also couldn't find any documents that describe its > purpose is it an HTTP filter or something like that ? Please don't

netinet/accf_http.c usage ?

2001-04-12 Thread asr
Hi, I can't seem decipher the functionality of the accf_http.c file in the netinet directory ... I also couldn't find any documents that describe its purpose is it an HTTP filter or something like that ? Ashutosh S. Rajekar http://www.rajekar.org To Unsubscribe: send mail to [EMAIL PROTEC