Long time Core user and brand new to XI. We just purchased a license and are in the process of porting over our configs. I keep seeing something along the lines of:
Code: Select all
PING WARNING - DUPLICATES FOUND! Packet loss = 0%, RTA = 4.06 msCode: Select all
PING WARNING - DUPLICATES FOUND! Packet loss = 0%, RTA = 4.06 msThank you for the response. I did have a look at that before posting the question. We do not have multiple NICs.Box293 wrote:Do you have multiple NICs with NIC bonding on your XI server?
This article seems to be close to your issue:
https://geekpeek.net/ping-warning-dupli ... nd-nagios/
Code: Select all
route
ifconfig
Code: Select all
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1002 0 0 eth0
default NAGXI-1-1.NET 0.0.0.0 UG 0 0 0 eth0
Code: Select all
# ifconfig
eth0 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
inet addr:XXX.XXX.XXX.XXX Bcast:XXX.XXX.XXX.XXX Mask:XXX.XXX.XXX.XXX
inet6 addr: XXXX::XXX:XXXX:XXXX:XXXX/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:229059897 errors:0 dropped:0 overruns:0 frame:0
TX packets:11317380 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21026463076 (19.5 GiB) TX bytes:5743564846 (5.3 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2277261 errors:0 dropped:0 overruns:0 frame:0
TX packets:2277261 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:589753927 (562.4 MiB) TX bytes:589753927 (562.4 MiB)
Code: Select all
# ping 192.168.31.10
PING 192.168.31.10 (192.168.31.10) 56(84) bytes of data.
64 bytes from 192.168.31.10: icmp_seq=1 ttl=62 time=1.67 ms
64 bytes from 192.168.31.10: icmp_seq=1 ttl=62 time=2.85 ms (DUP!)
64 bytes from 192.168.31.10: icmp_seq=1 ttl=62 time=7.69 ms (DUP!)Is the core machine on the same subnet as the XI machine?rkennedy wrote:To help answer this -
Is the core machine on the same subnet as the XI machine?
Can you run a ping for a while and see if you see the same results as Fred mentioned?
Are you using a DHCP server in your environment?
I have a feeling this is network related, but we'll have to take a look based on those questions.