Open VPN Connection: Initialization Sequence Completed
I try to ping Starting Point machine but host down.
root@kali:~# ping 10.10.10.27
PING 10.10.10.27 (10.10.10.27) 56(84) bytes of data.
From 10.10.14.1 icmp_seq=1 Destination Host Unreachable
From 10.10.14.1 icmp_seq=2 Destination Host Unreachable
From 10.10.14.1 icmp_seq=3 Destination Host Unreachable
— 10.10.10.27 ping statistics —
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4072ms
After I try to ping another active machines or retire machines works well.
root@kali:~# ping 10.10.10.181
PING 10.10.10.181 (10.10.10.181) 56(84) bytes of data.
64 bytes from 10.10.10.181: icmp_seq=1 ttl=63 time=74.6 ms
64 bytes from 10.10.10.181: icmp_seq=2 ttl=63 time=75.3 ms
64 bytes from 10.10.10.181: icmp_seq=3 ttl=63 time=71.7 ms
— 10.10.10.181 ping statistics —
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
EDIT: Downloaded the Starting Point .ovpn file again and now worked.