Skip to content

pingu saying hosts (and interfaces) are offline even though they are available #8

@apkehoe

Description

@apkehoe

Hi there,

Compiling on fc40 without issues. When I try to use pingu it says the endpoints are down and thus takes the interfaces down. I can see through tcpdump the ping traffic but pingu isn't detecting the ping replies.

pingu output:

[root@Citadel pingu]# pingu -v
pingu[3874745]: New interface: eth1
pingu[3874745]: eth1: got link
pingu[3874745]: New interface: eth4
pingu[3874745]: eth4: got link
pingu[3874745]: eth1: new address: 72.208.151.238
pingu[3874745]: eth4: new address: 192.168.12.128
pingu[3874745]: New route to 0.0.0.0/0 via 72.208.150.1 dev eth1 metric 50 table 2
pingu[3874745]: eth1: added route
pingu[3874745]: New route to 0.0.0.0/0 via 192.168.12.1 dev eth4 metric 100 table 1
pingu[3874745]: eth4: added route
pingu[3874745]: New route to 72.208.150.0/23 dev eth1 metric 50 table 2
pingu[3874745]: eth1: added route
pingu[3874745]: New route to 192.168.12.0/24 dev eth4 metric 100 table 1
pingu[3874745]: eth4: added route
pingu[3874745]: 8.8.4.4: new burst to 8.8.4.4 via eth4
pingu[3874745]: 8.8.4.4: new burst to 8.8.4.4 via eth1
pingu[3874745]: 8.8.4.4: seq 1 (1/5) timed out
pingu[3874745]: 8.8.4.4: seq 2 (1/5) timed out
pingu[3874745]: 8.8.4.4: seq 3 (2/5) timed out
pingu[3874745]: 8.8.4.4: seq 4 (2/5) timed out
pingu[3874745]: 8.8.4.4: seq 5 (3/5) timed out
pingu[3874745]: 8.8.4.4: seq 6 (3/5) timed out
pingu[3874745]: 8.8.4.4: seq 7 (4/5) timed out
pingu[3874745]: 8.8.4.4: seq 8 (4/5) timed out
pingu[3874745]: 8.8.4.4: seq 9 (5/5) timed out
pingu[3874745]: 8.8.4.4: went OFFLINE
pingu[3874745]: T-Mobile via eth4: went OFFLINE
pingu[3874745]: Delete route to 0.0.0.0/0 via 192.168.12.1 dev eth4 metric 100 table 254
pingu[3874745]: 8.8.4.4: seq 10 (5/5) timed out
pingu[3874745]: 8.8.4.4: went OFFLINE
pingu[3874745]: Cox via eth1: went OFFLINE
pingu[3874745]: Delete route to 0.0.0.0/0 via 72.208.150.1 dev eth1 metric 50 table 254
pingu[3874745]: Shutting down
pingu[3874745]: New route to 0.0.0.0/0 via 192.168.12.1 dev eth4 metric 100 table 254
pingu[3874745]: New route to 0.0.0.0/0 via 72.208.150.1 dev eth1 metric 50 table 254

tcpdump for eth1:

[root@Citadel ~]# tcpdump -i eth1 host 8.8.4.4
dropped privs to tcpdump
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), snapshot length 262144 bytes
13:21:15.635516 IP Citadel.Aloria.net > dns.google: ICMP echo request, id 47391, seq 2, length 8
13:21:15.657489 IP dns.google > Citadel.Aloria.net: ICMP echo reply, id 47391, seq 2, length 8
13:21:20.639287 IP Citadel.Aloria.net > dns.google: ICMP echo request, id 47391, seq 4, length 8
13:21:20.659134 IP dns.google > Citadel.Aloria.net: ICMP echo reply, id 47391, seq 4, length 8
13:21:25.642043 IP Citadel.Aloria.net > dns.google: ICMP echo request, id 47391, seq 6, length 8
13:21:25.663257 IP dns.google > Citadel.Aloria.net: ICMP echo reply, id 47391, seq 6, length 8
13:21:30.647733 IP Citadel.Aloria.net > dns.google: ICMP echo request, id 47391, seq 8, length 8
13:21:30.669328 IP dns.google > Citadel.Aloria.net: ICMP echo reply, id 47391, seq 8, length 8
13:21:35.653331 IP Citadel.Aloria.net > dns.google: ICMP echo request, id 47391, seq 10, length 8
13:21:35.673554 IP dns.google > Citadel.Aloria.net: ICMP echo reply, id 47391, seq 10, length 8

Thanks,
Anthony

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions