Extended Internet Services daemon, which starts internet protocols such as FTP or telnet as needed
Questions tagged [xinetd]
63 questions
0
votes
3 answers
Xinetd obtain remote IP with PHP
Hello I have this service with xinetd:
service MyService
{
port = 8881
socket_type = stream
wait = no
user = nobody
server = /usr/local/bin/php
server_args = /home/file/public_html/php/port/test1.php
log_on_success + = USERID
log_on_failure + =…

Javier
- 99
- 1
- 9
-1
votes
1 answer
xinetd server return value is not readable
I have enabled all xinetd services and I am calling it from the c program. Everything works fine but when I call the time service, it returns 4 bytes value that is unreadable. Following is one sample output.
So, How do I convert this output into a…

Farhan Bhoraniya
- 81
- 1
- 1
- 5
-1
votes
1 answer
xinetd cannot nmap echo server remotely
I've configured xinetd and I want to access echo service remotely. The point is, when y do:
nmap localhost
it appears
PORT STATE SERVICE
7/tcp open echo
But when i make
nmap [remote IP]
it doesn't appears
> PORT STATE …

Mitodina
- 580
- 2
- 5
- 11