salut a tous !
j'ai installé le package xinetd avec le gestionnaire mais il semblerait qu'il soit mal configurer !
quelqu'un peut il me dire comment configurer xinetd pour pouvoir utiliser rexec sur ma debian !
Version imprimable
salut a tous !
j'ai installé le package xinetd avec le gestionnaire mais il semblerait qu'il soit mal configurer !
quelqu'un peut il me dire comment configurer xinetd pour pouvoir utiliser rexec sur ma debian !
on peut voir ton fichier de config? ;)
Au départ il n'y avait rien entre les { }, puis j'ai trouvé une config sur le net que j'ai copier dans mon fichier, voila ce que ça donne :
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44 # Simple configuration file for xinetd # # Some defaults, and include /etc/xinetd.d/ defaults { echo stream tcp nowait root internal echo dgram udp wait root internal discard stream tcp nowait root internal discard dgram udp wait root internal daytime stream tcp nowait root internal daytime dgram udp wait root internal chargen stream tcp nowait root internal chargen dgram udp wait root internal time stream tcp nowait root internal # These are standard services. ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd # Shell, login, exec, comsat and talk are BSD protocols. shell stream tcp nowait root /usr/sbin/tcpd in.rshd login stream tcp nowait root /usr/sbin/tcpd in.rlogind exec stream tcp nowait root /usr/sbin/tcpd in.rexecd comsat dgram udp wait root /usr/sbin/tcpd in.comsat talk dgram udp wait root /usr/sbin/tcpd in.talkd ntalk dgram udp wait root /usr/sbin/tcpd in.ntalkd dtalk stream tcp wait nobody /usr/sbin/tcpd in.dtalkd # Pop and imap mail services et al pop-2 stream tcp nowait root /usr/sbin/tcpd ipop2d pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d imap stream tcp nowait root /usr/sbin/tcpd imapd # The Internet UUCP service. uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico -l } includedir /etc/xinetd.d