pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] Re: connecting to leafnode


From: Thufir
Subject: [Pan-users] Re: connecting to leafnode
Date: Mon, 3 Sep 2007 05:23:38 +0000 (UTC)
User-agent: Pan/0.131 (Ghosts: First Variation)

On Mon, 03 Sep 2007 05:09:58 +0000, Jim Henderson wrote:

> Just to clarify, the command you want is:
> 
> telnet localhost 119

Got it.  Not positive it's the desired result, but:


arrakis ~ # 
arrakis ~ # 
arrakis ~ # cat /etc/xinetd.conf 
#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.

defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
        enabled         = nntp
#       disabled        =

# Define general logging characteristics.
        log_type        = SYSLOG daemon info 
        log_on_failure  = HOST
        log_on_success  = PID HOST DURATION EXIT

# Define access restriction defaults
#
#       no_access       =
        only_from       = localhost
#       max_load        = 0
        cps             = 50 10
        instances       = 50
        per_source      = 10

# Address and networking defaults
#
#       bind            =
#       mdns            = yes
        v6only          = no

# setup environmental attributes
#
#       passenv         =
        groups          = yes
        umask           = 002

# Generally, banners are not used. This sets up their global defaults
#
#       banner          =
#       banner_fail     =
#       banner_success  =
}

includedir /etc/xinetd.d
 
arrakis ~ # 
arrakis ~ # /etc/init.d/xinetd restart
 * Stopping 
xinetd ...                                                        [ ok ]
 * Starting 
xinetd ...                                                        [ ok ]
arrakis ~ # 
arrakis ~ # 
arrakis ~ # telnet localhost 119
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
arrakis ~ # 
arrakis ~ # telnet arrakis nntp
Trying 192.168.2.110...
Connected to arrakis.doesntexist.org.
Escape character is '^]'.
Connection closed by foreign host.
arrakis ~ # 
arrakis ~ # date
Sun Sep  2 22:23:10 PDT 2007
arrakis ~ # 
arrakis ~ # 




thanks,

Thufir





reply via email to

[Prev in Thread] Current Thread [Next in Thread]