The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-27-2001
Holistic Holistic is offline
Registered User
  
 

Join Date: Jul 2001
Location: dc
Posts: 25
can you telnet from your W2k to your Sun box???
if you cant' then you have a problem with your telnet setup in which case you should check your /etc/services file for Telnet services and then do a #ps -ef |grep telnet and look for a process called in.telnetd ...but if you can then i would try this>>>

well the first thing i would check is to see if the CONSOLE line in the /etc/default/login is commented out or not.

# vi /etc/default/login

CONSOLE=/dev/console

is the line you are looking for and you would want to put a # sign in front of it.

#CONSOLE=/dev/console

this will allow connection to the box from remote locations.
this line tells the system that you must login at the console