Operating System - HP-UX
1834091 Members
2096 Online
110063 Solutions
New Discussion

Re: Network services, that doesn't work corectly

 
SOLVED
Go to solution
Bakos György
Super Advisor

Network services, that doesn't work corectly

I had a forum in
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=290491

I have now only problems with network services, they are not ok.
ftp:
Conection closed by remote host

telnet, rlogin are not working.

In sam they are enabled.

nmap 21port open

What could be the problem.
Maybe some permissions.
The host file is edited for this 2 machines.
8 REPLIES 8
Hazem Mahmoud_3
Respected Contributor

Re: Network services, that doesn't work corectly

First check the /etc/services file to make sure the lines for these services are not commented out (ie: no "#" sign at beginning of line). Then check to see if the services are running. A simple "ps -ef | grep " would do it. Also try connecting with the IP address first (not hostname). This will at least tell us if this is a DNS problem or if we can rule that out. Let me know what happens.
T G Manikandan
Honored Contributor

Re: Network services, that doesn't work corectly

I would like you to check whether any duplicate ip is on the network.

Might be you are ping'ing another machine but no network services work!

Just disconnect the cable and try doing a ping to the ip.

Also check whether inetd is running

check whether the services are enabled in /etc/services and then check whether the services are not commented in the /etc/inetd.conf file and then do a
#/usr/sbin/inetd -c

Thanks
Bakos György
Super Advisor

Re: Network services, that doesn't work corectly

services is OK
inetd runs, I didn't see ftp or ftpd.
At the momen't is ftp important.

nmap machine 21 open
I tryed with ip.
T G Manikandan
Honored Contributor

Re: Network services, that doesn't work corectly

Any messages in the /var/adm/syslog/syslog.log file.

Try doing a #insf -e
to re-install all the telnet device files
Bakos György
Super Advisor

Re: Network services, that doesn't work corectly

In inetd.conf is ftp telnet uncommented
Bakos György
Super Advisor

Re: Network services, that doesn't work corectly

in syslog:
ftp/tcp: Accss denied for ltoux188(remote host)
registar/tcp: Conection from ltoux174(my host)
T G Manikandan
Honored Contributor
Solution

Re: Network services, that doesn't work corectly

Then check

/var/adm/inetd.sec file

where there are restrictions
Bakos György
Super Advisor

Re: Network services, that doesn't work corectly

OK thanks, the last was the correct answer.
Thanks again