Re: BIND 9.1.1 and FBSD 4.2-stable

2001-03-02 Thread Doug Barton
On Fri, 2 Mar 2001, Hyunseog Ryu wrote: > > Hi, folks > > I have questions for BIND version 9.1.1rc2. > I submitted original question to [EMAIL PROTECTED], > but couldn't get an answer for this. You're not getting answers because you are sending to the wrong lists. Your question belon

Re: Deamon with perl

2001-03-02 Thread Paulo Fragoso
On Fri, 2 Mar 2001, Wes Peters wrote: > Paulo Fragoso wrote: > > > > Hi, > > > > I've written a little server using perl, it's working fine using FBSD 4.x > > but when I try with FBSD 3.x it don't work: > > > > bind: Can't assign requested address at ... > > > > I've ever changed all /usr/lib

Re: Freenet6, IPv6 tunnels, and rc.conf

2001-03-02 Thread itojun
>> if you are using dynamic IP address assigned from upstream provider, >> maybe try to talk with freenet6 guys so that they'd give you >> subnets... >Don't your ISP assign prefix using DTCP (Dynamic Tunnel Configuration >Protocol)? I believe IIJ is good location. ;-) I gu

Re: Deamon with perl

2001-03-02 Thread Wes Peters
Paulo Fragoso wrote: > > Hi, > > I've written a little server using perl, it's working fine using FBSD 4.x > but when I try with FBSD 3.x it don't work: > > bind: Can't assign requested address at ... > > I've ever changed all /usr/libdata/perl directory to same used on FBSD > 4.x, but I've go

Re: Freenet6, IPv6 tunnels, and rc.conf

2001-03-02 Thread Hajimu UMEMOTO
> On Fri, 02 Mar 2001 20:47:54 +0900 > [EMAIL PROTECTED] said: itojun> if you are using dynamic IP address assigned from upstream provider, itojun> maybe try to talk with freenet6 guys so that they'd give you itojun> subnets... Don't your ISP assign prefix using D

BIND 9.1.1 and FBSD 4.2-stable

2001-03-02 Thread Hyunseog Ryu
Hi, folks I have questions for BIND version 9.1.1rc2. I submitted original question to [EMAIL PROTECTED], but couldn't get an answer for this. Recently I installed BIND 9.1.1rc2 into one of FreeBSD 4.2-stable version. After installation of BIND, it works fine for a while. But when I loo

safety from EINTR

2001-03-02 Thread Garrett Wollman
< said: > If a UDP socket selects readable, am I assured that the next read > call will not block? Not in the general case. If you can be certain that there is no other process with a file handle on the same socket, and considering blocking only due to socket buffer exhaustion, then that assump

Re: Freenet6, IPv6 tunnels, and rc.conf

2001-03-02 Thread Garrett Wollman
< said: > I really need to get myself up to date on IPv6, but is it still possible > to do NAT like stuff with IPv6 though? It should not be necessary. 6to4 provides a convenient alternative that's available to anyone with an IPv4 address. One problem is the lack of reverse-mapping support in

Re: How to implement a transport protocol with netgraph? (2)

2001-03-02 Thread Julian Elischer
Harti Brandt wrote: > > On Thu, 1 Mar 2001, Julian Elischer wrote: > > JE>> MM>timers, buffers, retransmissions and friends. > JE> > JE>you can certainly do that in netgraph. > JE>there are issues with locking in that a timer must not jump into a node while > JE>the node is locked, but there is

Re: Freenet6, IPv6 tunnels, and rc.conf

2001-03-02 Thread itojun
>I really need to get myself up to date on IPv6, but is it still possible >to do NAT like stuff with IPv6 though? you shouldn't need to. this is just a freenet6's restriction that it does not give you subnets instead of /128 host address. if you have a permanent IPv4 add

Re: How to implement a transport protocol with netgraph? (2)

2001-03-02 Thread Harti Brandt
On Thu, 1 Mar 2001, Julian Elischer wrote: JE>> MM>timers, buffers, retransmissions and friends. JE> JE>you can certainly do that in netgraph. JE>there are issues with locking in that a timer must not jump into a node while JE>the node is locked, but there is a method for doing that. I will be ad

Re: Freenet6, IPv6 tunnels, and rc.conf

2001-03-02 Thread Jeroen Ruigrok/Asmodai
-On [20010301 17:24], Hajimu UMEMOTO ([EMAIL PROTECTED]) wrote: >> On 27 Feb 2001 13:53:39 -0600 >> Kirk Strauser <[EMAIL PROTECTED]> said: >kirk> I want this machine to be a IPv6 gateway for the other machines >kirk> on my LAN, too. > >Since Freenet6 serve only one host address, it is imp

safety from EINTR

2001-03-02 Thread Jonathan Graehl
If a UDP socket selects readable, am I assured that the next read call will not block? If a socket is nonblocking, can I use setitimer and handle SIGALRM, and be assured that the process will not be put to sleep waiting for I/O on the socket, thus returning EINTR due to the signal? -- Jonathan G

ipfw/natd or something else?

2001-03-02 Thread Alexey V. Neyman
hello there! [ please keep CC'ing me ] I need to setup the following network: net A --+ | --> ISP 1 v/ (if1)GATEWAY(if2)--> ISP 2 ^^ \ ||--> ISP n net B --+| net C--