[leafnode-list] Re: leafnode is working?
Troy Piggins
troy at piggo.com
Mon Sep 3 09:24:24 CEST 2007
* Thufir is quoted & my replies are inline below :
> Also:
>
> arrakis ~ #
> arrakis ~ #
> arrakis ~ # cat /etc/xinetd.d/leafnode-nntp
> # default: off
> # description: Leafnode - accepts connections on port 119 (NNTP)
>
> service nntp
> {
> socket_type = stream
> protocol = tcp
> wait = no
> user = news
> server = /usr/sbin/leafnode
> disable = no
> }
> arrakis ~ #
> arrakis ~ # date
> Sun Sep 2 23:28:06 PDT 2007
Not sure what version of leafnode you are running. I'm running version 2 alpha
and my /etc/xinetd.d/nntp looks like this:
service nntp
{
flags = IPv4 NAMEINARGS NOLIBWRAP
socket_type = stream
protocol = tcp
wait = no
user = news
server = /usr/sbin/tcpd
server_args = /usr/local/sbin/leafnode
instances = 7
per_source = 3
}
> However, I thinking now that the way that when I telnet to localhost nntp
> I get booted out instantly is significant.
It is.
--
Troy Piggins
More information about the leafnode-list
mailing list