Solaris 8 on a 450 server, single NIC, no routing, all static as follows:
IP address of machine is 10.224.2.21/24
Gateway is 10.224.21.1
Route table:
10.224.2.0 gw 10.224.2.21 flag U Ref 3 Use xxx I/f HME0
224.0.0.0 gw 10.224.2.21 same
default gw 10.224.2.1 flag UG Ref big number I/F is blank
127.0.0.1 gw 127.0.0.1 flag UH ref big number I/F is lo0
I enter a command ping -s 172.31.196.1 looks like this:
64 bytes from 172.31.196.1: icmp_seq=0. time=0. ms
64 bytes from 172.31.196.1: icmp_seq=1. time=6020. ms
64 bytes from 172.31.196.1: icmp_seq=2. time=4992. ms
64 bytes from 172.31.196.1: icmp_seq=3. time=4000. ms
64 bytes from 172.31.196.1: icmp_seq=4. time=3000. ms
64 bytes from 172.31.196.1: icmp_seq=5. time=2000. ms
64 bytes from 172.31.196.1: icmp_seq=6. time=1000. ms
64 bytes from 172.31.196.1: icmp_seq=7. time=1. ms
64 bytes from 172.31.196.1: icmp_seq=8. time=0. ms
64 bytes from 172.31.196.1: icmp_seq=9. time=1. ms
64 bytes from 172.31.196.1: icmp_seq=10. time=1. ms
This happens with other addresses like 172.31.198.1 etc.
These 172 addresses are on the same box as the 10.224.2.1 interface, the box being my big central router. What gives here? The ping should be 0 to 1 ms all the time. If I do a second ping -s to the same 172.31.196.1 I/F it will run like that, quickly. It will revert back to weird behavior after a while (arp time-out I'm guessing). I'm lost and can't explain what's going on. The machine at 10.224.2.21 is my network management system and this is confusing the heck out of it. Traceroute does not indicate wierd routing behavior. Thanks
IP address of machine is 10.224.2.21/24
Gateway is 10.224.21.1
Route table:
10.224.2.0 gw 10.224.2.21 flag U Ref 3 Use xxx I/f HME0
224.0.0.0 gw 10.224.2.21 same
default gw 10.224.2.1 flag UG Ref big number I/F is blank
127.0.0.1 gw 127.0.0.1 flag UH ref big number I/F is lo0
I enter a command ping -s 172.31.196.1 looks like this:
64 bytes from 172.31.196.1: icmp_seq=0. time=0. ms
64 bytes from 172.31.196.1: icmp_seq=1. time=6020. ms
64 bytes from 172.31.196.1: icmp_seq=2. time=4992. ms
64 bytes from 172.31.196.1: icmp_seq=3. time=4000. ms
64 bytes from 172.31.196.1: icmp_seq=4. time=3000. ms
64 bytes from 172.31.196.1: icmp_seq=5. time=2000. ms
64 bytes from 172.31.196.1: icmp_seq=6. time=1000. ms
64 bytes from 172.31.196.1: icmp_seq=7. time=1. ms
64 bytes from 172.31.196.1: icmp_seq=8. time=0. ms
64 bytes from 172.31.196.1: icmp_seq=9. time=1. ms
64 bytes from 172.31.196.1: icmp_seq=10. time=1. ms
This happens with other addresses like 172.31.198.1 etc.
These 172 addresses are on the same box as the 10.224.2.1 interface, the box being my big central router. What gives here? The ping should be 0 to 1 ms all the time. If I do a second ping -s to the same 172.31.196.1 I/F it will run like that, quickly. It will revert back to weird behavior after a while (arp time-out I'm guessing). I'm lost and can't explain what's going on. The machine at 10.224.2.21 is my network management system and this is confusing the heck out of it. Traceroute does not indicate wierd routing behavior. Thanks