xinetd und cvs server
Posted: 2003-11-02 17:25
Hi,
den xinetd so konfiguriert
#cvs:/etc/xinetd.d/cvspserver
service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvs pserver
}
wenn ich jetzt mit rcxinetd restart (unter suse)
den xinetd server neustarte, sehe ich mit nmap das er nicht läuft. Hier die
ausgabe von nmap localhost
Starting nmap V. 3.00 ( http://www.insecure.org/nmap/ )
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1591 ports scanned but not shown below are in state: closed)
Port State Service
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
443/tcp open https
465/tcp open smtps
995/tcp open pop3s
3306/tcp open mysql
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
die /etc/services
sieht so aus an der stelle
cvspserver 2401/tcp # cvspserver
cvspserver 2401/udp # cvspserver
ich weiss nicht woran das liegen könnte
der Pfad von cvs ist auch richtig
Liegt das vielleicht an dem Inhalt?
christian
den xinetd so konfiguriert
#cvs:/etc/xinetd.d/cvspserver
service cvspserver
{
port = 2401
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvs pserver
}
wenn ich jetzt mit rcxinetd restart (unter suse)
den xinetd server neustarte, sehe ich mit nmap das er nicht läuft. Hier die
ausgabe von nmap localhost
Starting nmap V. 3.00 ( http://www.insecure.org/nmap/ )
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1591 ports scanned but not shown below are in state: closed)
Port State Service
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
110/tcp open pop-3
443/tcp open https
465/tcp open smtps
995/tcp open pop3s
3306/tcp open mysql
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
die /etc/services
sieht so aus an der stelle
cvspserver 2401/tcp # cvspserver
cvspserver 2401/udp # cvspserver
ich weiss nicht woran das liegen könnte
der Pfad von cvs ist auch richtig
Liegt das vielleicht an dem Inhalt?
christian