RE: Other computers cannot ping my computer

A.Fadyushin_at_it-centre.ru
Date: 11/29/05

  • Next message: unix syzadmin: "RedHat Server hangs... how to troubleshoot."
    Date: Tue, 29 Nov 2005 19:38:25 +0300
    To: <redhat-list@redhat.com>
    
    

    Telnetd has nothing to do with the ability to ping the computer - you
    should be able to ping you computer (if the firewall permits) even in
    the absence of telnetd. The telnetd daemon is used to allow users to
    access the computer from the network (more exactly - to give them access
    to the shell on the computer). However, because telnetd does not encrypt
    traffic (including users' passwords) its use is _strongly_ not
    recommended. If you need to allow remote shell access for users, use SSH
    (program 'ssh' on the client and 'sshd' on the server).

    Alexey Fadyushin.
    Brainbench MVP for Linux.
    http://www.brainbench.com

    > -----Original Message-----
    > From: redhat-list-bounces@redhat.com [mailto:redhat-list-
    > bounces@redhat.com] On Behalf Of Lunt, Nick
    > Sent: Tuesday, November 29, 2005 12:18 PM
    > To: General Red Hat Linux discussion list
    > Subject: RE: Other computers cannot ping my computer
    >
    > Hi Nupur,
    >
    >
    > > -----Original Message-----
    > > From: Nupur [mailto:channu.j@gmail.com]
    > > Dear All,
    > >
    > > I can telnet or ping to other machines in the network. But other
    > > machines are not even able to ping me. Why is this happening?
    > >
    > > Is it because of any firewall being active which I dont know about
    or
    > > telnetd needs to be installed? If telnetd needs to be installed then
    > > to install it I have to follow ./configure, make and make install
    > > commands only?
    > >
    > > Regards,
    > > Nupur
    > >
    > > --
    > > redhat-list mailing list
    > > unsubscribe
    mailto:redhat-list-request@redhat.com?subject=unsubscribe
    > > https://www.redhat.com/mailman/listinfo/redhat-list
    >
    > As long as there's not a physical firewall between you and the other
    pc's
    > you can see if the linux firewall (netfilter) is running with the
    iptables
    > command (as root)
    >
    > $ iptables -L
    >
    > will show you any rules that are setup.
    >
    > You can turn netfilter/iptables off with
    >
    > $ service iptables stop
    >
    > To make sure it doesn't start next reboot
    >
    > $ chkconfig iptables off
    >
    > To install telnetd with up2date run
    >
    > $ up2date -i telnet-server
    >
    > Good luck,
    > Nick .
    >
    >
    >
    > Wesleyan Administration Services Ltd registered number 5188850 and
    > Wesleyan Unit Trust Managers Ltd registered number 2114859 ("WUTM
    Ltd")
    > are wholly owned subsidiary companies of Wesleyan Assurance Society,
    whose
    > registered number is ZC145.
    > WUTM Ltd is a member of IMA. For ISA/PEP/Unit Trusts Administration
    > Centre: PO Box Basildon SS15 5WQ Telephone: 0870 601 6129
    > Wesleyan Assurance Society and WUTM Ltd are authorised and regulated
    by
    > the Financial Services Authority.
    > Head Office, Colmore Circus, Birmingham B4 6AR. Telephone: 0121 200
    3003
    > Fax 0121 200 2971.
    > Website: www.wesleyan.co.uk Telephone calls may be recorded for
    monitoring
    > and training purposes.
    >
    > CONFIDENTIALITY NOTICE
    >
    > This communication and the information it contains is intended for the
    > person or organisation to whom it is addressed. Its contents are
    > confidential and may be protected in law. Unauthorised use, copying or
    > disclosure of any of it may be unlawful. If you are not the intended
    > recipient, please contact us immediately.
    >
    > The contents of any attachments in this e-mail may contain software
    > viruses, which could damage your own computer system. While every
    > reasonable precaution to minimise this risk has been taken, we cannot
    > accept liability for any damage that you sustain as a result of
    software
    > viruses. You should carry out your own virus checking procedure before
    > opening any attachment.
    >
    >
    > --
    > redhat-list mailing list
    > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    > https://www.redhat.com/mailman/listinfo/redhat-list

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: unix syzadmin: "RedHat Server hangs... how to troubleshoot."

    Relevant Pages

    • Re: adore / beware hack
      ... >remote exploit and added "x" userid and ran telnetd. ... I wonder what servers ran in your firewall box. ... related server daemons and developing tools. ... [good system configuration for security] ...
      (comp.os.linux.security)
    • Re: Printing and Telnet questions on SUSE 10.1
      ... Running things like a telnet server or ... not server (telnetd) running inside. ... IMO you need a firewall if you insist on allowing services like xinetd. ...
      (alt.os.linux.suse)
    • Re: Printing and Telnet questions on SUSE 10.1
      ... Running things like a telnet server or ... not server (telnetd) running inside. ... IMO you need a firewall if you insist on allowing services like xinetd. ...
      (alt.os.linux.suse)
    • Re: adore / beware hack
      ... "RainbowHat" wrote in message ... |>remote exploit and added "x" userid and ran telnetd. ... I wonder what servers ran in your firewall box. ... | related server daemons and developing tools. ...
      (comp.os.linux.security)
    • Re: Other computers cannot ping my computer
      ... Regarding the ping status........ ... ICMP has to be enabled on the remote machine to get the reply when ... > the absence of telnetd. ...
      (RedHat)