Sorry for my bad English.
Openvpn server is in docker in ubuntu (jpetazzo/openvpn)
Client runs as an administrator.
I use google dns in windows and in my router.
DHCP in windows is ON
but external ip didn't updates.
this my route print:
Code: Select all
===========================================================================
Interface List
3...00 25 22 ad bb ce ......Realtek PCIe GBE Family Controller
19...00 ff ae 41 2f 97 ......TAP-Windows Adapter V9
1...........................Software Loopback Interface 1
4...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
5...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
6...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.200 10
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 On-link 192.168.1.200 266
192.168.1.200 255.255.255.255 On-link 192.168.1.200 266
192.168.1.255 255.255.255.255 On-link 192.168.1.200 266
192.168.255.4 255.255.255.252 On-link 192.168.255.6 276
192.168.255.6 255.255.255.255 On-link 192.168.255.6 276
192.168.255.7 255.255.255.255 On-link 192.168.255.6 276
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.1.200 266
224.0.0.0 240.0.0.0 On-link 192.168.255.6 276
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.1.200 266
255.255.255.255 255.255.255.255 On-link 192.168.255.6 276
===========================================================================
Persistent Routes:
None
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
5 306 ::/0 On-link
1 306 ::1/128 On-link
5 306 2001::/32 On-link
5 306 2001:0:5ef5:79fb:303e:2f23:aea7:28bc/128
On-link
3 266 fe80::/64 On-link
19 276 fe80::/64 On-link
5 306 fe80::/64 On-link
3 266 fe80::2442:58c4:ffef:d910/128
On-link
5 306 fe80::303e:2f23:aea7:28bc/128
On-link
19 276 fe80::4144:86d1:c7e9:5475/128
On-link
1 306 ff00::/8 On-link
3 266 ff00::/8 On-link
5 306 ff00::/8 On-link
19 276 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
Code: Select all
begin
client
nobind
dev tun
proto tcp
remote 178.***.***.228 443
ca ca.crt
cert 178.***.***.228.crt
key 178.***.***.228.key
cipher BF-CBC
verb 3