User Tools

Site Tools


documentation:examples:validating_openvpn_s_low-latency_servers_selection_patch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:53] – [Router 5] olivierdocumentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:55] – [R1: OpenVPN client] olivier
Line 392: Line 392:
 </code> </code>
  
 +Check the latency of each servers (200ms, 100ms and less than 1 ms):
 +<code>
 +[root@R1]~# ping -c 2 192.168.25.2
 +PING 192.168.25.2 (192.168.25.2): 56 data bytes
 +64 bytes from 192.168.25.2: icmp_seq=0 ttl=63 time=192.628 ms
 +64 bytes from 192.168.25.2: icmp_seq=1 ttl=63 time=200.045 ms
 +
 +--- 192.168.25.2 ping statistics ---
 +2 packets transmitted, 2 packets received, 0.0% packet loss
 +round-trip min/avg/max/stddev = 192.628/196.336/200.045/3.708 ms
 +[root@R1]~# ping -c 2 192.168.35.3
 +PING 192.168.35.3 (192.168.35.3): 56 data bytes
 +64 bytes from 192.168.35.3: icmp_seq=0 ttl=63 time=96.894 ms
 +64 bytes from 192.168.35.3: icmp_seq=1 ttl=63 time=100.052 ms
 +
 +--- 192.168.35.3 ping statistics ---
 +2 packets transmitted, 2 packets received, 0.0% packet loss
 +round-trip min/avg/max/stddev = 96.894/98.473/100.052/1.579 ms
 +[root@R1]~# ping -c 2 192.168.45.4
 +PING 192.168.45.4 (192.168.45.4): 56 data bytes
 +64 bytes from 192.168.45.4: icmp_seq=0 ttl=63 time=0.241 ms
 +64 bytes from 192.168.45.4: icmp_seq=1 ttl=63 time=0.257 ms
 +
 +--- 192.168.45.4 ping statistics ---
 +2 packets transmitted, 2 packets received, 0.0% packet loss
 +round-trip min/avg/max/stddev = 0.241/0.249/0.257/0.008 ms
 +</code>
 Enable and start openvpn: Enable and start openvpn:
 <code> <code>
documentation/examples/validating_openvpn_s_low-latency_servers_selection_patch.txt · Last modified: 2020/10/06 00:58 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki