why telnet from PC to Solaris x86 is extremely slow?


 
Thread Tools Search this Thread
Operating Systems Solaris why telnet from PC to Solaris x86 is extremely slow?
# 1  
Old 04-25-2009
why telnet from PC to Solaris x86 is extremely slow?

I got the following info from this forum, in regards to configuring my
Solaris x86 to link to the Net:



# echo 192.168.0.1 > /etc/defaultrouter
# route add default 192.168.0.1
# echo nameserver 192.168.0.1 >> /etc/resolv.conf
# cp /etc/nsswitch.dns /etc/nsswitch.conf


So I did the above steps, reboot the Solaris, and my Solaris system
can link to the Net fine afterwards. But ever since it had Net access, another problem is created.

Whenever I telnet using a command line from a Windows XP computer, it
takes a long time to telnet to this Solaris system. Before, I would see the Solaris login prompt for telnet in a few seconds. Now, it's about 1 minute. Plus, if I try to use an xterminal software from that PC to link to the Solaris x86, it hangs.

So after I undo all the 4 commands above, reboot the Solaris computer,
all these problems disappear. I can telnet from my Windows PC to this Solaris system very quickly. However, I no longer have Internet
access from my Solaris.
Anyone knows how I can fix this problem? Thanks.
# 2  
Old 04-25-2009
this is because the telnetd is doing a reverse lookup of the ip of your PC.

add your PC's ip address to your hosts file.
/etc/hosts


or setup your resolv.conf to point to DNS servers that know about your PC.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Solaris 10 processes slow

Hi Guys I have a Solaris 10 server running Oracle database most of the sessions are slow when forking resource/processes on the O/S. How can I resolve this issue or how do I see the time it takes to fork a process from the O/S? Thanks Pleasse help!!! (3 Replies)
Discussion started by: Phuti
3 Replies

2. UNIX for Dummies Questions & Answers

Extremely slow file writing with many small files on mounted NAS

I am working on a CentOS release 6.4 server which has two mounted NAS devices, one with 20 x 3TB HDD running in FreeBSD with Zfs2 and one NAS which I don't know much about, but which has 7 HDDs in RAID-6. I was running tar -zxvf on a tarball that is 80Mb with 50,000 small files inside. Even... (4 Replies)
Discussion started by: TupTupBoom
4 Replies

3. AIX

RCP slow down and blocks login, telnet, rsh, etc on target server

Hello I have a LPAR AIX 6.1 on Power VM, Vio 2.2.3 and when I execute a rcp to this machine, I cant, simultaneosly, rlogin, telnet, rsh to this same LPARt. This commands stay hanged till the copy end, and Imeddiatlely the comand is executed (rlogin, telnet, rhs, etc). Someone can give me... (1 Reply)
Discussion started by: artur_dietrich
1 Replies

4. Solaris

Solaris: clnt_create fails on solaris x86

Hi, I am facing an issue with Solaris x86 machine Machine Details: uname -a SunOS sol10-64 5.10 Generic_137138-09 i86pc i386 i86pc .............................. Description: I am trying to register a programm with proramm ID 300760 with version number 1, and tryint to create a... (0 Replies)
Discussion started by: DivakarAdari
0 Replies

5. Shell Programming and Scripting

mail too slow on solaris

Hi, I am using /usr/ucb/mail for mailing thru script. But mail reaches after 30-40 mins. What can be the reason and also how to check status and related info (1 Reply)
Discussion started by: Deei
1 Replies

6. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

7. UNIX for Advanced & Expert Users

Extremely high kernel CPU Usage (Solaris 10 SPARC)

I've got a domain running on a few boards of a 25k. I'm seeing very high kernel cpu usage in top and cant' quite explain it. System runs a large number of smallish Oracle 10g2 databases (30), used mainly for development. load average: 36.63, 36.68, 37.42 2489 processes: 2452 sleeping, 21... (0 Replies)
Discussion started by: utopiajoe
0 Replies

8. UNIX for Dummies Questions & Answers

Help with telnet using putty on solaris 10 x86

Hi ... I am totally new to unix ... I just installed solaris 10 and internet is working. Everytime I try to telnet from my windows xp using Putty to solaris as root user, putty opens the command prompt window and close right away. I also tried with ssh using Putty and I got a message "Using... (2 Replies)
Discussion started by: glieu
2 Replies

9. Solaris

Solaris 9.0 (x86 on AMD Opteron) reboots after i FTP through Telnet

Hi All, I have installed Solaris 9 on on an AMD Opteron based server. The server is rebooting after i perform the following: - Logon to Solaris 9 AMD box through telnet or putty - ftp to any other box suppose box A where the FTP server is running - After logging in to the box A through... (1 Reply)
Discussion started by: jsvarma
1 Replies

10. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies
Login or Register to Ask a Question