[Gllug] Enabling network services with Rehat 7.1
aaron southwell
aaron at moveassist.com
Wed Sep 19 10:19:22 UTC 2001
Sorry to butt in to this trail but I have a similar question, but am probably
less up with Linux. I am running httpd and Tomcat on my pc, connected to our
lan. Whereas any other pc can access the Tomcat server on 8080, I am only
able to access httpd on 80 from localhost. ssh and telnet are also both
unaccessible on the lan.
I ran netstat as below with the following results:
tcp 0 0 *:http *:* LISTEN
938/httpd
tcp 0 0 *:ssh *:* LISTEN
807/sshd
tcp 0 0 *:telnet *:* LISTEN
4712/xinetd
Is there anything obvious I should be looking for.
Thanks.
Aaron
On Monday 17 September 2001 15:04, you wrote:
> On Mon, Sep 17, 2001 at 02:48:06PM +0100, Nathan Matthews wrote:
> > Sorry its probably a dumb question but how do you enable all the default
> > network services under redhat 7.1, xinetd is running ok, i've set the
> > service to enable under /etc/xinetd.d/service and the firewall is not
> > blocking the ports.
> >
> > --
> > Gllug mailing list - Gllug at linux.co.uk
> > http://list.ftech.net/mailman/listinfo/gllug
>
> In RedHat "ntsysv" will allow you to turn on/off all the services and
> daemons, including those controlled by xinetd in RedHat 7.1. You may
> need to restart xinetd with "/etc/init.d/xinetd restart" afterwards.
>
> Then run "netstat -vutlp | less" to see which programs are listening
> to which TCP or UDP ports.
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list