<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Telnet/Ftp response very slow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902324#M559565</link>
    <description>Hi,&lt;BR /&gt;   I have HP 9000 servers, which are running in cluster environment &amp;amp; having HP-UX 11.11,three lan interfaces are configured on each machine,DNS is also configured. Now the problem is when i am going to telnet or ftp to the machine its response is almost dead. After a long time it gives me response. What would be the issue? please guide me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Asif Sharif</description>
    <pubDate>Tue, 17 May 2005 07:37:47 GMT</pubDate>
    <dc:creator>Asif Sharif</dc:creator>
    <dc:date>2005-05-17T07:37:47Z</dc:date>
    <item>
      <title>Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902324#M559565</link>
      <description>Hi,&lt;BR /&gt;   I have HP 9000 servers, which are running in cluster environment &amp;amp; having HP-UX 11.11,three lan interfaces are configured on each machine,DNS is also configured. Now the problem is when i am going to telnet or ftp to the machine its response is almost dead. After a long time it gives me response. What would be the issue? please guide me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Tue, 17 May 2005 07:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902324#M559565</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-17T07:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902325#M559566</link>
      <description>Is ping slow?&lt;BR /&gt;&lt;BR /&gt;If you do a DNS lookup with nslookup, is that slow?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 07:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902325#M559566</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-17T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902326#M559567</link>
      <description>What speed and duplex are your lan interfaces set to?  Run lanscan to get the card instance number and then run "lanadmin -x 0" where 0 is the instance number of the card.  If these are 100Base/T cards, you're best off to force both the card and the switch port to 100FD - do not let them auto-negotiate!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 17 May 2005 07:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902326#M559567</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-05-17T07:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902327#M559568</link>
      <description>Check /etc/resolv.conf file.&lt;BR /&gt;It should be&lt;BR /&gt;&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;nameserver x.x.x.x  # DNS server (primary)&lt;BR /&gt;nameserver x.x.x.x    # DNS server (Secondary)&lt;BR /&gt;&lt;BR /&gt;Also check /etc/nsswitch.conf file The hosts entry should look like this.&lt;BR /&gt;&lt;BR /&gt;hosts:        files [NOTFOUND=continue UNAVAIL=continue] dns&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-USA&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 08:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902327#M559568</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-05-17T08:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902328#M559569</link>
      <description>To determine if it a DNS issue, try using the IP addresses:&lt;BR /&gt;&lt;BR /&gt;telnet IPADDR&lt;BR /&gt;&lt;BR /&gt;ftp IPADDR&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If using the IP is fast, then post these files:&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;and maybe: &lt;BR /&gt;&lt;BR /&gt;/etc/named.conf&lt;BR /&gt;&lt;BR /&gt;Post the output of these commands:&lt;BR /&gt;&lt;BR /&gt;what `which named`&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep named&lt;BR /&gt;&lt;BR /&gt;netstat -rvn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 17 May 2005 08:26:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902328#M559569</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-05-17T08:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902329#M559570</link>
      <description>Hi Stephen ,&lt;BR /&gt;&lt;BR /&gt;Ping &amp;amp; nslookup both are fine.&lt;BR /&gt;&lt;BR /&gt;Hi Pete,&lt;BR /&gt;this is the lanscan result.&lt;BR /&gt;&lt;BR /&gt;#lanscan      &lt;BR /&gt;&lt;BR /&gt;Hardware Station        Crd  Hdw   Net-Interface    NM   MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In#  State NamePPA          ID   Type      Support Mjr#&lt;BR /&gt;0/0/0/1/0 0x000F203C229F 0    UP    lan0 snap0       1    ETHER       Yes   119&lt;BR /&gt;0/0/2/1/0/6/0 0x000F203CD452 1    UP    lan1 snap1       2    ETHER       Yes   119&lt;BR /&gt;0/0/8/1/0/6/0 0x000F203CF4A4 3    UP    lan3 snap3       3    ETHER       Yes   119&lt;BR /&gt;0/0/9/1/0/6/0 0x00306EF2483F 4    UP    lan4 snap4       4    ETHER       Yes   119&lt;BR /&gt;0/0/3/1/0 0x00306EF4B885 2    UP    lan2 snap2       5    ETHER       Yes   119&lt;BR /&gt;0/0/4/1/0 0x00306EF4888F 5    UP    lan5 snap5       6    ETHER       Yes   119</description>
      <pubDate>Tue, 17 May 2005 08:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902329#M559570</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-17T08:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902330#M559571</link>
      <description>HI Asif,&lt;BR /&gt;&lt;BR /&gt;This could be the problem with Malfunctioning NIC card also. Can you go thr' the NIC statistics of all server or try isolating each server one by one to locate the problem area if that is possible in your setup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 08:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902330#M559571</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-17T08:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902331#M559572</link>
      <description>How can i try that??</description>
      <pubDate>Tue, 17 May 2005 09:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902331#M559572</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-17T09:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902332#M559573</link>
      <description>Run lanadmin and select each card in turn (by number). Clear statistics, do your telnet/ftp test, then display statistics for each NIC and see if any have loads of errors (e.g. collisions)</description>
      <pubDate>Tue, 17 May 2005 11:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902332#M559573</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-17T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902333#M559574</link>
      <description>It's important to determine whether the response is slow for *ALL* commands or just slow during login. If response is normal once you are logged in, you can forget about any hardware issues--you are seeing a DNS failure. To prove this, rename the //etc/resolv.conf and /eetc/nsswitch.conf files. Then put the IP address of your client into /etc/hosts on the target machine. The hostname you give this client for the hosts file is unimportant. Now try telnet and ftp using the IP address, not the hostname. Does it respond normally? Then, one or more of your DNS servers is blocked, dead, or otherwise not responding. The timeout for each blocked DNS server is about 25 seconds, probably the delay you're seeing. A delay of 75-80 seconds means that all 3 of your DNS servers are blocked (or have the wrong address in resolv.conf, etc)</description>
      <pubDate>Tue, 17 May 2005 12:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902333#M559574</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-17T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902334#M559575</link>
      <description>&lt;BR /&gt;Hi All,&lt;BR /&gt;           Thanks a lot for your support.Telnet/ftp response is slow during login but after logged in its works fine. DNS is working fine, no issue in it. Actully in this senerio we have Three LAN interfaces having class A ip's which are mentioned below.&lt;BR /&gt;&lt;BR /&gt;lan2: flags=1843&lt;UP&gt;&lt;BR /&gt; inet 10.1.4.12 netmask ffffff00 broadcast 10.1.4.255&lt;BR /&gt;&lt;BR /&gt;lan3: flags=1843&lt;UP&gt;&lt;BR /&gt; inet 10.1.7.12 netmask ffffff00 broadcast 10.1.7.255&lt;BR /&gt;&lt;BR /&gt;lan4: flags=1843&lt;UP&gt;&lt;BR /&gt; inet 10.1.5.12 netmask ffffff00 broadcast 10.1.5.255&lt;BR /&gt;&lt;BR /&gt;Lan4 is using for data backup.&lt;BR /&gt;LAN3 is using for Hearbeat.&lt;BR /&gt;LAN2 is using for Data.&lt;BR /&gt;&lt;BR /&gt;Now when we are going to traceroute any our client ip it waits for some time and then it goes through from LAN3 or LAN4.we want traceroute to go by LAN2 10.1.4.1 What would be the issue. &lt;BR /&gt;This is netstat output.&lt;BR /&gt;&lt;BR /&gt;netstat -rn &lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;10.1.5.12             10.1.5.12          UH        0  lan4       4136&lt;BR /&gt;10.1.4.12             10.1.4.12          UH        0  lan2       4136&lt;BR /&gt;10.1.7.12             10.1.7.12          UH        0  lan3       4136&lt;BR /&gt;10.1.4.0              10.1.4.12          U         2  lan2       1500&lt;BR /&gt;10.1.7.0              10.1.7.12          U         2  lan3       1500&lt;BR /&gt;10.1.5.0              10.1.5.12          U         2  lan4       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.1.4.1           UG        0  lan2          0&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Asif&lt;/UP&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Wed, 18 May 2005 00:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902334#M559575</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-18T00:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902335#M559576</link>
      <description>I agree with Bill. It's important to eliminate DNS all together before you spend a lot of time troubleshooting everything else. Name resolution is one of the more common issues w/ initial slow responses from telnet and ftp. &lt;BR /&gt;&lt;BR /&gt;When you say telnet is slow at first then responds where does it hang?&lt;BR /&gt;&lt;BR /&gt;Is it slow before the login prompt is presented or after? &lt;BR /&gt;&lt;BR /&gt;When you telnet to the localhost on the console is it slow?&lt;BR /&gt;&lt;BR /&gt;Telnetd and ftpd will do a reverse lookup on the incoming request. Make sure you can &lt;BR /&gt;reverse lookup the address with either dig or nslookup. &lt;BR /&gt;&lt;BR /&gt;For the incoming request hostname and ip address try this. &lt;BR /&gt;&lt;BR /&gt;nslookup hostname &lt;BR /&gt;nslookup ip_address&lt;BR /&gt;&lt;BR /&gt;Try putting the hostnames and ip addresses of the clients in the /etc/hosts file and change the switch order of the hosts entry in the /etc/nsswitch.conf file to look to files first then dns. &lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;hosts   [NOTFOUUND=continue] DNS&lt;BR /&gt;&lt;BR /&gt;Then test again. &lt;BR /&gt;&lt;BR /&gt;Once you eliminate DNS then I would look to other causes. Speed and duplex mis-matches of the interfaces and the switches are the next most common problems w/ slow connections.&lt;BR /&gt;&lt;BR /&gt;Check you nettl log file for hardware type issues also. &lt;BR /&gt;&lt;BR /&gt;Run this command to read the nettl log. &lt;BR /&gt;&lt;BR /&gt;# nettl -NnNlf /var/adm/nettl.LOGXXX &amp;gt; net.out.&lt;BR /&gt;&lt;BR /&gt;Review the net.out for any errors. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2005 07:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902335#M559576</guid>
      <dc:creator>Todd Whitcher</dc:creator>
      <dc:date>2005-05-18T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902336#M559577</link>
      <description>Actually, your DNS may not be working as you stated. If you're seeing increments of 20-30 second delays at login, what you're seeing is the DNS timeout value. ftp and telnet attempt to verify the incoming client (DNS is often used as a security measure) and if the first DNS server fails to respond, it will take 20+ secs to try the next one listed in /etc/resolv.conf. And another 20+ seconds for the next and the third, which is the max allowed for HP-UX. After the timeout waiting for a response, the connection will be made and data will flow at full speed.&lt;BR /&gt; &lt;BR /&gt;The test for proper DNS operation is nslookup. Each line is important, especially the first couple of lines. For this example, we'll look at: mycomputer which is 12.34.56.78 and a DNS server called dnsserver at 87.65.43.21:&lt;BR /&gt; &lt;BR /&gt;nslookup mycomputer&lt;BR /&gt;nslookup 12.34.56.78&lt;BR /&gt; &lt;BR /&gt;These two commands are testing very different sections of the DNS server, "A" records which are hostname=IP and "PTR" or reverse-lookup records where IP=hostname. It is not uncommon for a newbie DNS admin to forget reverse-lookup records, yet they are critical to good DNS security. Most Unix systems will use both records to verify incoming clients. A missing record can produce the delay you're seeing.&lt;BR /&gt; &lt;BR /&gt;A second failure is that the DNS server doesn't know it's own name or IP. You'll see this in the first couple of lines for nslookup where it first tries to validate the DNS server by asking: do you know who you are? If either an Arecord or PTRrecord are missing, nslookup will warn you that the DNS server is misconfigured.&lt;BR /&gt; &lt;BR /&gt;Start the troublseshooting by telling nslookup to use a specific server, thereby overriding the policy in /etc/nsswitch.conf. nslookup allows the desired DNS server to be specified as in:&lt;BR /&gt; &lt;BR /&gt;nslookup mycomputer 87.65.43.21&lt;BR /&gt;nslookup 12.34.56.78 87.65.43.21&lt;BR /&gt; &lt;BR /&gt;Notice the IP address of the DNS server at the end? Run through all 3 DNS servers to verify operation. An error message indicates a misconfigured DNS server. Also verify that the DNS servers know their own name:&lt;BR /&gt;&lt;BR /&gt;nslookup 87.65.43.21 87.65.43.21&lt;BR /&gt;nslookup 87.65.43.21 87.65.43.21&lt;BR /&gt; &lt;BR /&gt;Both types of problems can easily be verified (and fixed immediately) in your local machine (in case your DNS admins are a bit slow to respond...). Leave the /etc/resolv.conf files as is, and modify /etc/nsswitch.conf to read as follows for your hosts line:&lt;BR /&gt; &lt;BR /&gt;osts:          files   [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue]&lt;BR /&gt; &lt;BR /&gt;This tells the resolver routines in HP-UX to look in your local /eetc/hosts file first, then try the DNS server. Now to fix the problems:&lt;BR /&gt; &lt;BR /&gt;1. Make an entry in /etc/hosts for each DNS server. The name is unimportant (I am assuming that your /etc/resolv.conf file has 100% IP addresses and not DNS hostnames), just add IP and hostname as in:&lt;BR /&gt; &lt;BR /&gt;87.65.43.21 dns1&lt;BR /&gt;87.65.43.22 dns2&lt;BR /&gt;87.65.43.23 dns3&lt;BR /&gt; &lt;BR /&gt;2. Now make an entry for your client:&lt;BR /&gt; &lt;BR /&gt;12.12.12.12 myclient&lt;BR /&gt; &lt;BR /&gt;Now try your ftp and telnet connections. Note that these files (/etc/resolv.conf, /etc/hosts and /etc/nsswitch.conf) are examined in realtime so no special update process is needed to activate the changes. You should see the delay disappear. You can leave the changes in place until the DNS servers are corrected.</description>
      <pubDate>Wed, 18 May 2005 08:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902336#M559577</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-18T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902337#M559578</link>
      <description>Hi,&lt;BR /&gt;   After checking DNS's as per your's response in fourm, They seems fine, but the result is same.On one machine where we have &lt;BR /&gt;these configurations is working good.&lt;BR /&gt;&lt;BR /&gt;#netstat -in&lt;BR /&gt;Name      Mtu  Network         Address         Ipkts   Ierrs Opkts   Oerrs Coll&lt;BR /&gt;lan2      1500 10.1.4.0        10.1.4.20       58159877 0     86729189 0     0   &lt;BR /&gt;lan5:1    1500 10.1.5.0        10.1.5.19       3184    0     3184    0     0   &lt;BR /&gt;lan0      1500 10.1.7.0        10.1.7.20       3001295 0     1523314 0     0   &lt;BR /&gt;lo0       4136 127.0.0.0       127.0.0.1       48847944 0     48847947 0     0   &lt;BR /&gt;lan2:1    1500 10.1.4.0        10.1.4.19       37336227 0     10555906 0     0   &lt;BR /&gt;lan5      1500 10.1.5.0        10.1.5.20       27644939 0     157704128 0     0   &lt;BR /&gt;lan4*     1500 none            none            0       0     0       0     0   &lt;BR /&gt;&lt;BR /&gt;#traceroute 10.3.11.212&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 10.1.4.20 @ lan2&lt;BR /&gt;traceroute to 10.3.11.212 (10.3.11.212), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.1.4.1 (10.1.4.1)  0.309 ms  0.174 ms  0.174 ms&lt;BR /&gt; 2  10.3.105.249 (10.3.105.249)  1.064 ms  0.831 ms  0.815 ms&lt;BR /&gt; 3  10.3.103.249 (10.3.103.249)  1.374 ms  1.077 ms  1.072 ms&lt;BR /&gt; 4  10.3.11.212 (10.3.11.212)  0.709 ms  3.755 ms  0.685 ms&lt;BR /&gt;&lt;BR /&gt;But on bad machine we have this lan configuration&lt;BR /&gt;&lt;BR /&gt;#netstat -ni&lt;BR /&gt;&lt;BR /&gt;Name      Mtu  Network         Address         Ipkts   Ierrs Opkts   Oerrs Coll&lt;BR /&gt;lan4:1*   1500 10.1.5.0        10.1.5.17       17188   0     17121   0     0   &lt;BR /&gt;lan3*     1500 10.1.7.0        10.1.7.10       14753581 0     7628457 0     0   &lt;BR /&gt;lan2      1500 10.1.4.0        10.1.4.10       218120597 0     224115604 0     0   &lt;BR /&gt;lo0       4136 127.0.0.0       127.0.0.1       40712406 0     40712412 0     0   &lt;BR /&gt;lan2:1    1500 10.1.4.0        10.1.4.17       73760681 0     65223995 0     0   &lt;BR /&gt;lan5*     1500 none            none            396     0     75      0     0   &lt;BR /&gt;lan4      1500 10.1.5.0        10.1.5.10       110955458 0     366168235 0     0   &lt;BR /&gt;&lt;BR /&gt;tppora01:/#traceroute 10.3.11.212&lt;BR /&gt;&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 10.1.4.10 @ lan2&lt;BR /&gt;&lt;BR /&gt;traceroute to 10.3.11.212 (10.3.11.212), 30 hops max, 40 byte packets&lt;BR /&gt;&lt;BR /&gt; 1  10.1.4.1 (10.1.4.1)  0.266 ms  0.171 ms  0.164 ms&lt;BR /&gt; 2  10.3.105.249 (10.3.105.249)  0.980 ms  0.811 ms  0.812 ms&lt;BR /&gt; 3  10.3.103.249 (10.3.103.249)  1.089 ms  1.076 ms  1.071 ms&lt;BR /&gt; 4  10.3.11.212 (10.3.11.212)  0.699 ms  0.671 ms  0.683 ms&lt;BR /&gt;&lt;BR /&gt;In this case we disabled LAN 3 and LAN 4 interfaces and then our traffic is routing through LAN2. My question is now can we set priority of interfaces. like lan 2 comes first then lan 3 after that lan4 etc.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Asif&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2005 06:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902337#M559578</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-19T06:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet/Ftp response very slow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902338#M559579</link>
      <description>Thanks a lot all,&lt;BR /&gt;Problem has been solved. After enabling the LAN 3 and LAN 4 and rechecking DNS.Thanks again for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Fri, 20 May 2005 06:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-ftp-response-very-slow/m-p/4902338#M559579</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2005-05-20T06:51:45Z</dc:date>
    </item>
  </channel>
</rss>

