https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273533
Zhenlei Huang <z...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z...@freebsd.org --- Comment #3 from Zhenlei Huang <z...@freebsd.org> --- (In reply to Andrew Cagney from comment #0) > west# ../../guestbin/ping-once.sh --up -I 192.0.1.254 192.0.2.254 > unexpected status 4 > fping -c 1 --timeout 5s --src 192.0.1.254 192.0.2.254 > fping error: not enough sequence numbers available! > (expire_timeout=10000000000, > host_nr=0, ping_count=0, seqmap_next_id=0) > (I've no clue what fping is trying to tell me). > If a `sleep 5` is added before the `fping`, the puzzling behaviour goes away. Have you tried `ping` instead of `fping` ? And, you can capture packets on both sides to verify whether the ICMP packets (request and response) are sent and received correctly or not. -- You are receiving this mail because: You are the assignee for the bug.