Re: [newbie] Unable to telnet into Mandrake box

1999-11-15 Thread Jason L Bowne/BOWNJL/LMITCO/INEEL/US


Works like a charm !!  thank you so much for the help.  Next, updating
Netscape..

jason






On Thu, 11 Nov 1999, you wrote:
 My hosts file is fine.  I did remove the search servername line in the
 resolv.conf and that fixed the ping problem.
 I still can't telnet in. Does the standard install of Mandrake 6.1 have
 both the server and client side
 apps for telnet?

Go to ftp.rpmfind.net/linux/Mandrake/6.1/Mandrake/RPMS/ and
get the file "telnet-server-0.12-10mdk.i586.rpm" and
install that.
That file will take care of your inability to telnet into
the machine.





Re: [newbie] Unable to telnet into Mandrake box

1999-11-12 Thread Todd White

I had this same problem.  When you do a custom install.. the in.telnetd
daemon doesnt get installed .. so i went back and did a workstation install
.. and it was there .. go figure ... after you have the file .. go to
/usr/sbin and make sure its exec by owner, group and other, and then go to
/etc/inetd.conf and make sure telnet is
uncommented.

Good Luck,
Todd White

John Aldrich wrote:

 On Thu, 11 Nov 1999, you wrote:
  My hosts file is fine.  I did remove the search servername line in the
  resolv.conf and that fixed the ping problem.
  I still can't telnet in. Does the standard install of Mandrake 6.1 have
  both the server and client side
  apps for telnet?
 
 YES! Go get the FTP *SERVER* It's probably sitting on your
 install media. Mount the CDROM and see if there's a file
 "telnet-server" in the "RPMS" directory. If so, type
 "rpm -i telnet-serversome_version_stuff_here.i586.rpm"
 John



Re: [newbie] Unable to telnet into Mandrake box

1999-11-11 Thread Brett Jones

[EMAIL PROTECTED] wrote:
 
 First is that r u using DHCP or Static IP the edit the etc/hosts be sure
 that the entry is like this
 
 etc/hosts
 
 127.0.0.1   localhost
 192.168.1.1 server
 
 save then reboot the system
 
 Lapu_Lapu #mindanao


Come one people, lets not forget this is not winblows. You do not need
to reboot after this very minor change in the config. 


-- 
Brett Jones
[EMAIL PROTECTED]



Re: [newbie] Unable to telnet into Mandrake box

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
 First is that r u using DHCP or Static IP the edit the etc/hosts be sure
 that the entry is like this
 
 etc/hosts
 
 127.0.0.1 localhost
 192.168.1.1   server
 
 save then reboot the system
 
Don't need to reboot. Just type (as root) "ifconfig eth0
down" and then "ifconfig eth0 up" and all will be well.
John



Re: [newbie] Unable to telnet into Mandrake box

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
 Hello,
  When i telnet into mandrake box from another unix machine I get the
 following:
 
 trying...
 conected to server.name.com
 local flow control off
 connection closed by foreign host
 
 is this a permission problem. Am I not allowing hosts??
 
Go get the "Telnet Server" package and install it. Since
Mandrake 6.0, Telnet has been separated into "client" and
"server" packages.
John



Re: [newbie] Unable to telnet into Mandrake box

1999-11-11 Thread Jason L Bowne/BOWNJL/LMITCO/INEEL/US



My hosts file is fine.  I did remove the search servername line in the
resolv.conf and that fixed the ping problem.
I still can't telnet in. Does the standard install of Mandrake 6.1 have
both the server and client side
apps for telnet?







To:   [EMAIL PROTECTED]
cc:

Subject:  Re: [newbie] Unable to telnet into Mandrake box


On Thu, 11 Nov 1999, you wrote:
 First is that r u using DHCP or Static IP the edit the etc/hosts be sure
 that the entry is like this

 etc/hosts

 127.0.0.1localhost
 192.168.1.1  server

 save then reboot the system

Don't need to reboot. Just type (as root) "ifconfig eth0
down" and then "ifconfig eth0 up" and all will be well.
 John





Re: [newbie] Unable to telnet into Mandrake box

1999-11-10 Thread John Aldrich

On Wed, 10 Nov 1999, you wrote:
 Hello,
  I just installed Mandrake 6.1 on HP NetServer LH Pro, and love it so
 far..
 I am in the process of decommisioning an HP9000 UNIX server that is serving
 our web page and just can't see how paying the $3000/year maintenance fee
 on HP-UX is a benefit, when a better, faster, stable OS is free!
  Anyway after installing, everything seems to work but a few little
 quirks,
 I can't telnet into the linux box.?? I have been researching and
 researching and  I must not be researching in the right place.  I looked in the 
inetd.conf
 file and there  is a section for the ftpd and the telnetd, but if I do a ps -ef |grep
 telnetd it isn't running.
Go get the telnet SERVER package. Mandrake (and perhaps RedHat and
others) has seen fit to split telnet into a "server" rpm and a
"client" rpm.
  Also if i 'ping hostname' it won't ping, if i 'ping hosname.xxx.com'
 it works.  Where is the DNS stuff at that I need to change for that to work..
 
/etc/resolv.conf is wher eyou put your ISP's name servers in. If
that's not your question, I'm not sure what the answer is. :-)
John



Re: [newbie] Unable to telnet into Mandrake box

1999-11-10 Thread clyde

First is that r u using DHCP or Static IP the edit the etc/hosts be sure
that the entry is like this

etc/hosts

127.0.0.1   localhost
192.168.1.1 server

save then reboot the system



Lapu_Lapu #mindanao





At 08:33 PM 11/10/99 -0500, you wrote:
On Wed, 10 Nov 1999, you wrote:
 Hello,
  I just installed Mandrake 6.1 on HP NetServer LH Pro, and love it so
 far..
 I am in the process of decommisioning an HP9000 UNIX server that is serving
 our web page and just can't see how paying the $3000/year maintenance fee
 on HP-UX is a benefit, when a better, faster, stable OS is free!
  Anyway after installing, everything seems to work but a few little
 quirks,
 I can't telnet into the linux box.?? I have been researching and
 researching and  I must not be researching in the right place.  I looked
in the inetd.conf
 file and there  is a section for the ftpd and the telnetd, but if I do a
ps -ef |grep
 telnetd it isn't running.
Go get the telnet SERVER package. Mandrake (and perhaps RedHat and
others) has seen fit to split telnet into a "server" rpm and a
"client" rpm.
  Also if i 'ping hostname' it won't ping, if i 'ping hosname.xxx.com'
 it works.  Where is the DNS stuff at that I need to change for that to
work..
 
/etc/resolv.conf is wher eyou put your ISP's name servers in. If
that's not your question, I'm not sure what the answer is. :-)
   John