solaris ping timeout


 
Thread Tools Search this Thread
Operating Systems Solaris solaris ping timeout
# 8  
Old 01-27-2011
Thanks for the link citaylor. I will try that option as soon as possible.

---------- Post updated at 02:16 PM ---------- Previous update was at 02:10 PM ----------

Below is the traceroute output
traceroute: Warning: Multiple interfaces found; using 10.35.65.51
traceroute to 10.35.65.52 (10.35.65.52), 30 hops max, 40 byte packets
1 vfelig2 (10.35.65.52) 0.323 ms 0.263 ms 0.227 ms


Below is latest netstat output (previous netstat output was the older one)

----------------------------------------------------
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.10.4.0 10.35.65.1 UG 1 644
10.35.65.0 10.35.65.55 U 1 9529 ce1
10.35.65.0 10.35.65.51 U 1 0 ce2
10.35.67.0 10.35.65.1 UG 1 736
192.168.196.0 192.168.196.196 U 1 30263 ce0
10.60.4.0 10.35.65.1 UG 1 2263
10.10.0.0 10.35.65.1 UG 1 4526
10.35.0.0 10.35.65.1 UG 1 435
224.0.0.0 10.35.65.51 U 1 0 ce2
default 192.168.196.1 UG 1 2784
127.0.0.1 127.0.0.1 UH 39289846423 lo0


eeprom | grep local-mac
local-mac-address?=true
(So it is okey, no need to change it)


Last edited by magnimious; 01-27-2011 at 08:34 AM..
# 9  
Old 01-27-2011
ok looks like ce1 is getting the most use from the netstat, but what I wanted to know with the traceroutes was, what happens when you run it in succession, (one-after-another) maybe 5 - 8 times.

You'd be looking for this like changing:

Code:
traceroute: Warning: Multiple interfaces found; using 10.35.65.51

If the "using" part changes to another interface/IP, then back again across the iterations, then you know you have a routing issue due to having 2 NICs on the same subnet.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Able to ping the server but not able to login through putty it says network timeout

Able to ping the server but not able to login through putty it says network timeout Please assist (3 Replies)
Discussion started by: Vishal_dba
3 Replies

2. Shell Programming and Scripting

ping with timeout bash

Hi experts: I want to do below thing with bash if ping 192.168.0.1 sucussful then do somthing without delay, if ping failed within 20s, then kill ping and exit not sure this can use "alarm" to do this. any code will be welcome Thanks (1 Reply)
Discussion started by: yanglei_fage
1 Replies

3. AIX

High Ping Timeout

Hi All Unix Fellows... Any encounter high ping timeout in AIX Server ? I scheduled the job to ping all the same segments servers all the time for 2 days without terminate. Found sometimes there are time the ping timeout is quite high ie. 10000ms but most of time is 0ms. what cause this ? is... (2 Replies)
Discussion started by: ckwan
2 Replies

4. Shell Programming and Scripting

Animation Ping on Solaris Like Cisco Ping

Hi, I develop simple animation ping script on Solaris Platform. It is like Cisco ping. Examples and source code are below. bash-3.00$ gokcell 152.155.180.8 30 Sending 30 Ping Packets to 152.155.180.8 !!!!!!!!!!!!!.!!!!!!!!!!!!!!!. % 93.33 success... % 6.66 packet loss...... (1 Reply)
Discussion started by: gokcell
1 Replies

5. Shell Programming and Scripting

ping and telnet timeout

Hello, I need help, I have the following which save in the result file ping and telnet:port test. Basically the script works but I should implement a check on ping and telnet command so that ping has 5 seconds threshold and telnet (more important) 10 seconds. Over that threshold ping and... (0 Replies)
Discussion started by: marmellata
0 Replies

6. Solaris

Can't ping using hostname on Solaris 10

I recently installed Solaris 10 on my Sun workstation. I cannot ping using hostname from another computer on the same network. But I can ping using the IP address. Also I can ping other systems using their hostnames. Can anyone give some information regarding how to resolve this issue. (4 Replies)
Discussion started by: alpha123
4 Replies

7. Solaris

Solaris 8 - Session timeout

Hi, anyone Audit requirement to set the Solaris 8 server session timeout to 180 sec , Please advice how can I do it .... Thanks (3 Replies)
Discussion started by: civic2005
3 Replies

8. Solaris

solaris 9 console inactivity timeout

All, I log into Solaris 9 server through a command line at the console and want enable a inactivity timer to log out of the server after 5 minutes. How can it be done? (1 Reply)
Discussion started by: bubba112557
1 Replies

9. UNIX for Dummies Questions & Answers

solaris telnet idle timeout

I have put TMOUT=1800;export TMOUT in the /etc/profile, put it does not work, by the way the root default shell is sh. but I wana every one including root to terminate the session after setting idle for 1800 seconds. thank for the help. (1 Reply)
Discussion started by: kahn630
1 Replies

10. UNIX for Advanced & Expert Users

Solaris Based Ping Sweeper

good morning, anybody know of a good Freeware ping sweeper for Solaris, I've been given the job of finding active IP's on the network, would like a tool which can search for range or address's do you know of anything cheers Kie (2 Replies)
Discussion started by: kie
2 Replies
Login or Register to Ask a Question