[Bug 273533] need to sleep before using IPsec tunnel
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 14:01:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273533 --- Comment #4 from Andrew Cagney <andrew.cagney@gmail.com> --- (In reply to Zhenlei Huang from comment #3) > Have you tried `ping` instead of `fping` ? good question, the plot thickens: make: Leaving directory '/home/libreswan/wip-webkvm/testing/libvirt' --- MASTER/testing/pluto/pfkeyv2-esn-ah-freebsd/all.console.txt +++ OUTPUT/testing/pluto/pfkeyv2-esn-ah-freebsd/all.console.txt @@ -11,9 +11,17 @@ ipsec.conf -> PATH/etc/ipsec.conf ipsec.secrets -> PATH/etc/ipsec.secrets freebsdw# ping -c 1 192.1.2.23 +PING 192.1.2.23 (192.1.2.23): 56 data bytes +64 bytes from 192.1.2.23: icmp_seq=0 ttl=64 time=0.XXX ms +--- 192.1.2.23 ping statistics --- +1 packets transmitted, 1 packets received, 0.0% packet loss +round-trip min/avg/max/stddev = 0.398/0.398/0.398/0.000 ms freebsdw# fping -c 1 192.1.2.23 +fping error: not enough sequence numbers available! (expire_timeout=10000000000, host_nr=0, ping_count=0, seqmap_next_id=0) freebsdw# sleep 5 freebsdw# fping -c 1 192.1.2.23 +192.1.2.23 : [0], 64 bytes, 0.417 ms (0.417 avg, 0% loss) +192.1.2.23 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.417/0.417/0.417 freebsdw# ipsec start Redirecting to: [initsystem] Initializing NSS database (fping is used by the test framework so that there's a consistent interface between *Linux and *BSD) -- You are receiving this mail because: You are the assignee for the bug.