Main

Login Form

[nslu2   datei   datenträger   externen   firmware   flash   gallerie   http   ipkg   joomla   linksys   linux   nslu   nslu2   openssh   passwd   passwort   programme   root   root@linus   sbin   script   server   share   slugos   telnet   unslung   user   wwwnslu2                     

Created with AkoCloud 1.1 final.

Home arrow Articles arrow FTPd und Telnetd mit XInetd
FTPd und Telnetd mit XInetd Print E-mail
User Rating: / 2
PoorBest 
Written by JrB   
Montag, 18 Juni 2007
Article Index
FTPd und Telnetd mit XInetd
Service Konfiguration
Um sich die Mühe mit Diversion Scripten, zur Manipulation der /etc/inetd.conf, zu sparen macht es Sinn, den xinetd zu installieren.

Der XInetd ersetzt den Linksys Inetd (ein Programm welches z.B. Telnet oder FTP Server startet).
Das Paket ist als optware Package verfügbar und kann mit ipkg installiert werden.

ipkg update ; ipkg install xinetd

Die Konfigurationsdatei ist nach der Installation in /opt/etc zu finden, weiter erwartet der XInetd auch Konfigurationsdateien in /opt/etc/xinetd.d.

Gestartet wird der Daemon über das Script /opt/etc/init.d/S10xinetd, dieses Script beendet zuerst den Linksys Inetd, und startet dann XInetd.

Zur Konfiguration:

_root@linus etc_$ cat xinetd.conf
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Sample configuration file for xinetd

defaults
{
#        only_from      = localhost 192.168.1.0/24 192.168.10.0/24
        instances      = 60
        log_type       = SYSLOG authpriv info
        log_on_success = HOST PID
        log_on_failure = HOST
        cps            = 25 30
}

includedir /opt/etc/xinetd.d


Die Datei xinetd.conf beinhaltet allgemeine Parameter, wichtig ist only_from, welcher festlegt, aus welchem Netz überhaupt Verbindungen angenommen werden dürfen.



Last Updated ( Mittwoch, 17 Oktober 2007 )
  No Comments.

Discuss this article on the forums. (0 posts)

© 2010 www.jrbnet.de
Joomla! is Free Software released under the GNU/GPL License.
Site Last Modified At Sunday 18 May 2008