info-cvs
[Top][All Lists]
Advanced

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

Re: problem setting cvs pserver


From: alex
Subject: Re: problem setting cvs pserver
Date: 17 Feb 2005 14:44:38 -0800

> > That looks like some kind of firewall software rejecting the connection.
> 
> I would say this looks like a TCP wrapper (/etc/hosts.allow,
> /etc/hosts.deny, hosts_access(5), hosts_options(5)).

Maybe but where does that comes from and how can I change it. My hosts
file are not used ( I am using xinetd not inetd ) and empty and the
firewall is empty also:
address@hidden ~]# cat /etc/hosts.allow
#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#

address@hidden ~]# cat /etc/hosts.deny
#
# hosts.deny    This file describes the names of the hosts which are
#               *not* allowed to use the local INET services, as
decided
#               by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow.  In
particular
# you should know that NFS uses portmap!

address@hidden ~]# iptables -F
address@hidden ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
address@hidden ~]# telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

Thanks for your help.
Regards,
alex


reply via email to

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