Additionally I'd like to report quite unstable network on the same host.

Some connections has 100% packet loss, some works quite fine.
If connection is good one, it works long. For example my SSH session
lasts more than few hours.

Just to prove it  I had make a few ping with capturing traffic on both side.

Inside VM:

> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 0 packets received, 100.0% packet loss
> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 0 packets received, 100.0% packet loss
> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 0 packets received, 100.0% packet loss
> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 64 bytes from 146.75.123.52: icmp_seq=0 ttl=59 time=5.003 ms
> 64 bytes from 146.75.123.52: icmp_seq=1 ttl=59 time=4.911 ms
> 64 bytes from 146.75.123.52: icmp_seq=2 ttl=59 time=4.883 ms
> 64 bytes from 146.75.123.52: icmp_seq=3 ttl=59 time=4.869 ms
> 64 bytes from 146.75.123.52: icmp_seq=4 ttl=59 time=5.085 ms
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 5 packets received, 0.0% packet loss
> round-trip min/avg/max/std-dev = 4.869/4.950/5.085/0.082 ms
> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 64 bytes from 146.75.123.52: icmp_seq=0 ttl=59 time=7.849 ms
> 64 bytes from 146.75.123.52: icmp_seq=1 ttl=59 time=4.946 ms
> 64 bytes from 146.75.123.52: icmp_seq=2 ttl=59 time=4.884 ms
> 64 bytes from 146.75.123.52: icmp_seq=3 ttl=59 time=4.931 ms
> 64 bytes from 146.75.123.52: icmp_seq=4 ttl=59 time=4.879 ms
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 5 packets received, 0.0% packet loss
> round-trip min/avg/max/std-dev = 4.879/5.498/7.849/1.176 ms
> playground$ ping -c 5 cdn.openbsd.org
> PING openbsd.map.fastlydns.net (146.75.123.52): 56 data bytes
> 
> --- openbsd.map.fastlydns.net ping statistics ---
> 5 packets transmitted, 0 packets received, 100.0% packet loss
> playground$

tcpdump -n -i tap0 icmp on the host at the same time:

> tcpdump: listening on tap0, link-type EN10MB
> 21:42:45.593833 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:42:46.613794 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:42:47.613789 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:42:48.613790 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:42:49.613794 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:13.094553 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:14.113828 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:15.113818 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:16.113793 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:17.113787 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:29.603815 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:30.613717 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:31.623902 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:32.613868 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:33.623712 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:45.398515 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:45.403386 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:46.403859 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:46.408633 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:47.413705 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:47.418484 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:48.413700 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:48.418467 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:49.413707 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:49.418692 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:55.833873 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:55.838651 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:56.841541 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:56.846336 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:57.843793 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:57.848570 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:58.843840 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:58.848620 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:43:59.843791 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:43:59.848569 146.75.123.52 > 192.168.240.7: icmp: echo reply
> 21:44:02.303897 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:44:03.323806 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:44:04.323763 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:44:05.323755 192.168.240.7 > 146.75.123.52: icmp: echo request
> 21:44:06.323741 192.168.240.7 > 146.75.123.52: icmp: echo request
> ^C
> 200 packets received by filter
> 0 packets dropped by kernel


--
wbr, Kirill

Reply via email to