|
Home > Archive > Red Hat Installation > October 2005 > Cannot telnet to Red hat 9
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cannot telnet to Red hat 9
|
|
| admin@loial.co.uk 2005-10-24, 3:44 pm |
| I cannot telnet to mt red hat 9 server.
hosts.allow and hosts.deny are empty. xinetrd.d/telnet has disable = no
Any ideas?
It can telnet to it self, but not from elsewhere
| |
|
|
| Scott Moseman 2005-10-24, 3:44 pm |
| Run whichever one of these is relevant...
/etc/init.d/ipchains stop
/etc/init.d/iptables stop
And try the telnet again. See if it's blocked by the firewall.
Thanks,
Scott
| |
| admin@loial.co.uk 2005-10-24, 3:44 pm |
| Security is set to "No firewall", but I still cannot telnet
Scott Moseman wrote:
> Run whichever one of these is relevant...
>
> /etc/init.d/ipchains stop
> /etc/init.d/iptables stop
>
> And try the telnet again. See if it's blocked by the firewall.
>
> Thanks,
> Scott
| |
| admin@loial.co.uk 2005-10-24, 3:44 pm |
| I ran /etc/init.d/iptables stop but it make no difference
| |
| Jerry Natowitz 2005-10-24, 3:44 pm |
| In article <1129109631.246105.87370@o13g2000cwo.googlegroups.com>,
<admin@loial.co.uk> wrote:
>I ran /etc/init.d/iptables stop but it make no difference
>
Take a look at /etc/inetd.conf - the line for telnet is probably commented.
This might be a good opportunity to start using ssh instead of telnet, but
if you insist, uncomment the telnet line, and either send a HUP signal to
inetd (kill -HUP <PID of inetd> ) or reboot.
| |
| admin@loial.co.uk 2005-10-26, 7:54 am |
| This is weird. Sometimes I can telnet but then at other tinmes I get
error "Connection closed by foreign host".I am always telneting from
the same host.
Jerry Natowitz wrote:
> In article <1129109631.246105.87370@o13g2000cwo.googlegroups.com>,
> <admin@loial.co.uk> wrote:
>
> Take a look at /etc/inetd.conf - the line for telnet is probably commented.
>
> This might be a good opportunity to start using ssh instead of telnet, but
> if you insist, uncomment the telnet line, and either send a HUP signal to
> inetd (kill -HUP <PID of inetd> ) or reboot.
|
|
|
|
|