We have a server with RedHat 7.3. The networking was working fine until two days back when suddenly no services running on this server can be accessed from other systems/clients. The "xinetd" is coming up properly on booting. Also though no service like telnet/ftp/httpd works, other systems are able to ping the server on IP address. We hav tried the xinetd with debug enabled but no clues there also !!
Any help available ?
Secondly Apache server on this system has been made functional changing the DocumentRoot to another directory. But it still resolves to /var/www. Is there any other file to be updated.???
- Mohan
-----Original Message----- [mailto:linuxers-admin@mm.ilug-bom.org.in]On Behalf Of P.V. Mohan Sent: Monday, March 31, 2003 3:42 PM
until two days back when suddenly no services running on this server can be accessed from other systems/clients. The "xinetd" is coming
Has anybody setup firewall, IPTables, IPChains??? Check the shell history...
Kiran Ghag Software Engineer @ Patni Computers, India Work Phone: +91 (22) 2829 1454 Extension 5236 Web Page: http://kiran7.freeservers.com _____
I used to live in a house by the freeway. When I went anywhere, I had to be going 65 MPH by the end of my driveway. I replaced the headlights in my car with strobe lights. Now it looks like I'm the only one moving. I was pulled over for speeding today. The officer said, "Don't you know the speed limit is 55 miles an hour?" And I said, "Yes, but I wasn't going to be out that long." I put a new engine in my car, but didn't take the old one out. Now my car goes 500 miles an hour. -- Steven Wright
P.V. Mohan Krishnan writes:
We have a server with RedHat 7.3. The networking was working fine until two days back when suddenly no services running on this server can be accessed from other systems/clients. The "xinetd" is coming up properly on booting. Also though no service like telnet/ftp/httpd works, other systems are able to ping the server on IP address. We hav tried the xinetd with debug enabled but no clues there also !!
/sbin/chkconfig --list /sbin/chkconfig --help
might help.
Vinayak Hegde APGDST Student NCST-JUHU
On Mon, Mar 31, 2003 at 05:11:30AM -0500, P.V. Mohan Krishnan wrote:
We have a server with RedHat 7.3. The networking was working fine until two days back when suddenly no services running on this server can be accessed from other systems/clients. The "xinetd" is coming up properly on booting. Also though no service like telnet/ftp/httpd works, other systems are able to ping the server on IP address. We hav tried the xinetd with debug enabled but no clues there also !!
Was the server rebooted any time recently? Are ipchains enabled by default at boot time?
Secondly Apache server on this system has been made functional changing the DocumentRoot to another directory. But it still resolves to /var/www. Is there any other file to be updated.???
Editing httpd.conf is usually straightforward thanks to all the comments present in the file itself. What do your error logs say?
Sameer.