On 8/2/05, Aylesworth Marc A Ctr AFRL/IFSE <[EMAIL PROTECTED]> wrote:
> The error you are getting indicates the one machine can not see the other.
> Are you using an IP address or a machine name. this is an example of an
> xinet file for cvs I have:
> 
> Service cvspserver
> {
> port = 2401
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> server = /usr/bin/cvs
> server_args = -f --allow-root=/usr/local/FuseletRepository pserver
> disable = no
> }
Ok, thanks for the input. My /etc/xinted.conf file goes like this:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.conf,v
1.6 2004/07/15 00:53:48 agriffis Exp $

# Sample configuration file for xinetd

defaults
{
        only_from      = 192.168.0.*
        instances      = 60
        log_type       = SYSLOG authpriv info
        log_on_success = HOST PID
        log_on_failure = HOST
        cps            = 25 30
}

service gtmserver
    {
        disable         = no
        type            = UNLISTED
        port            = 9200
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = vista
        server          = /home/vista/FOIAVistA/vista --run /home/vista
    }

includedir /etc/xinetd.d

I will try to telnet and ping now.

Thanks
Zeno


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to