also it might be a DNS problem, check your /etc/resolv.conf to see if you have the
correct IP for your DNS server.
(you can use a windows PC to to find out the DNS server IP,
eg w2k/xp -- ipconfig /all ,
win9x -- winipcfg)
and make sure that the /etc/nsswitch.conf file , there is a record looks like:
hosts: files dns
Main Topics
Browse All Topics





by: yuzhPosted on 2004-08-02 at 22:30:16ID: 11700783
Do you have a firewall in your campus? It could be the firewall block telnet for
inbound. (port 23). Most of the network adm doesn't like telnet, ftp(incuding me,
and disable it)
In your Solaris PC, try:
telnet localhost
or
telnet 127.0.0.1
To see if it work, it it works then check your firewall setting.
You should use secure shell -- ssh instead of telnet/FTP.