--
subscribe freebsd-net
You are trying to subscribe one mailing list another.
Your subscription request has been rejected.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Ok. guys
First, you only need one tftp configuration from /etc/inetd.conf file
Either use /tftpboot or /usr/home/jcv.
And killall -HUP inetd
Then use following.
get /c3640-i-mz.120-9.bin
Remember that if you use -s /directory, actually tftp consider
/directory as it's own / (root) directory.
-
Check the /etc/hosts.allow file.
Put this in the first of the file.
ALL : localhost 127.0.0.1 : allow
ALL : your_router_ip_address : allow
ALL : your_fbsd_ip_address : allow
Hyun
Jean-Christophe Varaillon wrote:
>
> On Tue, 6 Mar 2001, Andy [TECC NOPS] wrote:
>
> > OK, from that all seems
Harti Brandt wrote:
>
> Hi,
>
> it seems that netgraph is leaking references. One simple experiment to do
> is to repeat 'ngctl types' several times:
[fix just checked in]
I won't say what it was exactlt but I must have been REALLY TIRED
when I checked that bug in..
send pointy hat and C lang
>Each link is checked once every second to see if the link is still up.
>An attempt to send a packet over a dead link will cause the packet to
>be shifted over to the next link in the bundle.
Any chance this can be done through an async event rather
than by polling?
--
Justin
To Unsubscribe: s
At 03:42 PM 03/10/2001, Justin T. Gibbs wrote:
> >Each link is checked once every second to see if the link is still up.
> >An attempt to send a packet over a dead link will cause the packet to
> >be shifted over to the next link in the bundle.
>
>Any chance this can be done through an async event
> >Each link is checked once every second to see if the link is still up.
> >An attempt to send a packet over a dead link will cause the packet to
> >be shifted over to the next link in the bundle.
>
> Any chance this can be done through an async event rather
> than by polling?
If there was, I w
>> >Each link is checked once every second to see if the link is still up.
>> >An attempt to send a packet over a dead link will cause the packet to
>> >be shifted over to the next link in the bundle.
>>
>> Any chance this can be done through an async event rather
>> than by polling?
>
>If there
> >> >Each link is checked once every second to see if the link is still up.
> >> >An attempt to send a packet over a dead link will cause the packet to
> >> >be shifted over to the next link in the bundle.
> >>
> >> Any chance this can be done through an async event rather
> >> than by polling?