Answer the question
In order to leave comments, you need to log in
How to setup internet via openVPn?
Installed openvpn server on ubuntu. But it won't let me access the internet via VPN.
Sat Jan 27 15:40:10 2018 us=968099 client1/89.18.156.169:57605 MULTI: Learn: 10.8.0.6 -> client1/89.18.156.169:57605
Sat Jan 27 15:40:10 2018 us=968117 client1/89.18.156.169:57605 MULTI: primary virtual IP for client1/89.18.156.169:57605: 10.8.0.6
Sat Jan 27 15:40:10 2018 us=968170 client1/89.18.156.169:57605 PUSH: Received control message: 'PUSH_REQUEST'
Sat Jan 27 15:40:10 2018 us=968197 client1/89.18.156.169:57605 send_push_reply(): safe_cap=940
Sat Jan 27 15:40:10 2018 us=968224 client1/89.18.156.169:57605 SENT CONTROL [client1]: 'PUSH_REPLY,redirect-gateway,route 10.8.0.1,topology net30,ping 10,ping-restart $
Sat Jan 27 15:40:11 2018 us=460287 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:15 2018 us=156062 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:15 2018 us=157378 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:15 2018 us=432321 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:16 2018 us=291168 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:18 2018 us=178421 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:20 2018 us=126242 client1/89.18.156.169:57605 PID_ERR replay-window backtrack occurred [1] [SSL-0] [0_111111111122444445555678889] 0:29 0:28 t=1517067$
Sat Jan 27 15:40:21 2018 us=202506 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:24 2018 us=13564 client1/89.18.156.169:57605 PID_ERR replay-window backtrack occurred [2] [SSL-0] [00__111122222233344444444555555555566888889999>>>>>$
Sat Jan 27 15:40:25 2018 us=207432 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:26 2018 us=66970 client1/89.18.156.169:57605 PID_ERR replay-window backtrack occurred [3] [SSL-0] [0_0_00000001111111111111111111111111111111111112222$
Sat Jan 27 15:40:27 2018 us=840379 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
Sat Jan 27 15:40:40 2018 us=901876 client1/89.18.156.169:57605 MULTI: bad source address from client [192.168.0.103], packet dropped
port 1194
;proto tcp
proto udp
;dev tap
dev tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh2048.pem
tls-auth ta.key 0 # This file is secret
key-direction 0
;cipher BF-CBC # Blowfish (default)
cipher AES-128-CBC # AES
auth SHA256
;max-clients 100
user nobody
group nogroup
.
persist-key
persist-tun
status openvpn-status.log
log /var/log/openvpn.log
log-append var/log/openvpn.log
verb 4
;mute 20
push "redirect-gateway"
keepalive 10 120
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question