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 revision
Previous revision
Last revisionBoth sides next revision
documentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:27] – [CA and certificates generation] olivierdocumentation:examples:validating_openvpn_s_low-latency_servers_selection_patch [2020/10/06 00:55] – [R1: OpenVPN client] olivier
Line 165: Line 165:
 service netif restart service netif restart
 service routing restart service routing restart
 +service ipfw start
 config save config save
 </code> </code>
Line 257: Line 258:
 Enable and start openvpn and sshd (we will get certificates files by SCP later): Enable and start openvpn and sshd (we will get certificates files by SCP later):
 <code> <code>
-sysrc sshd_enable=YES \ +service openvpn enable
-  openvpn_enable=YES+
 service openvpn start service openvpn start
 +service sshd enable
 service sshd start service sshd start
 </code> </code>
Line 310: Line 311:
 Enable and start openvpn: Enable and start openvpn:
 <code> <code>
-sysrc openvpn_enable=YES+service openvpn enable
 service openvpn start service openvpn start
 </code> </code>
Line 356: Line 357:
 Enable and start openvpn: Enable and start openvpn:
 <code> <code>
-sysrc openvpn_enable=YES+service openvpn enable
 service openvpn start service openvpn start
 </code> </code>
Line 391: 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>
-sysrc openvpn_enable=YES+service openvpn enable
 service openvpn start service openvpn start
 </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