Hi,

Thanks for your guys help!

It looks like a naming service issue.
[b]ping 192.168.0.10[/b] and [b]ping -n -s 192.168.0.10[/b] work well without 
any delay, but [b]ping -s 192.168.0.10[/b] got stuck. 

Maybe the 192.168.0.10 was temporarily added before I test, so Solaris always 
tries to figure out who uses this address. It is pretty strange to note that, 
[b]ping 192.168.0.10[/b] has no delay, but 1 second repeated ping "ping -s" 
always has delay in the beginning. 


#ifconfig qla1 plumb
#ifconfig qla1 192.168.0.50/24 up

#ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
e1000g0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 10.3.20.101 netmask ffffff00 broadcast 10.3.20.255
        ether 0:30:48:33:5c:c0 
qla1: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
        inet [b]192.168.0.50[/b] netmask ffffff00 broadcast 192.168.0.255
        ether 0:c0:dd:7:4f:67 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128 
e1000g0: flags=202000841<UP,RUNNING,MULTICAST,IPv6,CoS> mtu 1500 index 2
        inet6 fe80::230:48ff:fe33:5cc0/10 
        ether 0:30:48:33:5c:c0 

Solaris (192.168.0.50) ping Linux (192.168.0.10):

# ping 192.168.0.10
192.168.0.10 is alive
# ping -n 192.168.0.10
192.168.0.10 is alive
# ping -n -s 192.168.0.10
PING 192.168.0.10 (192.168.0.10): 56 data bytes
64 bytes from 192.168.0.10: icmp_seq=0. time=2.199 ms
64 bytes from 192.168.0.10: icmp_seq=1. time=1.343 ms
64 bytes from 192.168.0.10: icmp_seq=2. time=2.315 ms
64 bytes from 192.168.0.10: icmp_seq=3. time=1.025 ms
64 bytes from 192.168.0.10: icmp_seq=4. time=2.093 ms
64 bytes from 192.168.0.10: icmp_seq=5. time=0.853 ms
^C
----192.168.0.10 PING Statistics----
6 packets transmitted, 6 packets received, 0% packet loss
round-trip (ms)  min/avg/max/stddev = 0.853/1.638/2.315/0.642
# ping -s 192.168.0.10
PING 192.168.0.10: 56 data bytes
^C
----192.168.0.10 PING Statistics----
5 packets transmitted, 1 packets received, 80% packet loss
round-trip (ms)  min/avg/max/stddev = 9223372036854776.000/0.000/0.000/-NaN
# 

Tom
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to