Problem with change route in Windows 10

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
marolan
OpenVpn Newbie
Posts: 2
Joined: Sun Feb 15, 2015 5:40 pm

Problem with change route in Windows 10

Post by marolan » Sun Feb 15, 2015 5:54 pm

Hello,
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
and this my openvpn client config:

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
Could you tell what I'm doing wrong?

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: Problem with change route in Windows 10

Post by Traffic » Mon Feb 16, 2015 3:29 pm

marolan wrote:Could you tell what I'm doing wrong?
where is your server config ?

marolan
OpenVpn Newbie
Posts: 2
Joined: Sun Feb 15, 2015 5:40 pm

Re: Problem with change route in Windows 10

Post by marolan » Wed Feb 18, 2015 5:26 am

Code: Select all

server 192.168.255.0 255.255.255.128
verb 3
duplicate-cn
key key.pem
ca cert.pem
cert cert.pem
dh dh.pem
keepalive 10 60
persist-key
persist-tun

proto tcp-server
port 443
dev tun443
status openvpn-status-443.log

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: Problem with change route in Windows 10

Post by Traffic » Sun Dec 27, 2015 6:39 pm


Post Reply