Problem of IP address.

This forum is for admins who are looking to build or expand their OpenVPN setup.

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

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
comeback
OpenVPN User
Posts: 28
Joined: Wed Jul 27, 2011 8:42 am

Problem of IP address.

Post by comeback » Mon Aug 15, 2011 11:21 am

Hello,

I installed OpenVPN, as I mentioned here:

topic8538-45.html
comeback wrote:Hello,

I tried, but it does not work.

I decided to buy a new VPS to 15 € for one year.

The configuration is:
•128MB guaranteed/256MB burstable memory
•15GB storage
•1TB/month data transfer
•OpenVZ/SolusVM
I used the automated script which is the Internet address:

http://www.putdispenserhere.com/openvpn ... or-openvz/

It works perfectly.

Really thank you for your help.

It did not work, but you never give up.

MERCI
I have three computers:

1) PC with Windows 7
2) Mac OS 10.7
3) PC with Windows Vista

The three PCs are never connected at the same time.

For the first two computers, there is no problem.

For PC with Windows Vista, I have a problem.

When I go on:

http://www.ip-adress.com/

This is not the IP address of my VPS, but the IP address of my provider.

I uninstalled OpenVPN GUI, then reinstall.

I run OpenVPN GUI as administrator mode.

I still have the same problem.

Do you have an idea of ​​the problem I have on my machine?

Thank you for your help.

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Problem of IP address.

Post by janjust » Mon Aug 15, 2011 11:41 am

which version of openvpn is installed on the Vista box (should be 2.1.4 or 2.2+) ; did you add

Code: Select all

route-method exe
route-delay 3 10
verb 5
to the client config? is the right route added to the Vista routing tables? are there any errors in the client log when the client connects (esp with 'verb 5' set) ?

comeback
OpenVPN User
Posts: 28
Joined: Wed Jul 27, 2011 8:42 am

Re: Problem of IP address.

Post by comeback » Mon Aug 15, 2011 12:28 pm

I downloaded here:

http://openvpn.se/download.html

openvpn-2.0.9-gui-1.0.3-install.exe

My client file was:

Code: Select all

client
dev tun
proto udp
remote XXX.XXX.XXX.XXX 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert mac.crt
key mac.key
comp-lzo
verb 3
My client file was:

Code: Select all

client
dev tun
proto udp
remote XXX.XXX.XXX.XXX 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert mac.crt
key mac.key
comp-lzo
route-method exe
route-delay 3 10
verb 5
Here is my log file:

Code: Select all

on Aug 15 14:23:55 2011 us=49950 Current Parameter Settings:
Mon Aug 15 14:23:55 2011 us=51315   config = 'mac.ovpn'
Mon Aug 15 14:23:55 2011 us=51331   mode = 0
Mon Aug 15 14:23:55 2011 us=51343   show_ciphers = DISABLED
Mon Aug 15 14:23:55 2011 us=51355   show_digests = DISABLED
Mon Aug 15 14:23:55 2011 us=51366   show_engines = DISABLED
Mon Aug 15 14:23:55 2011 us=51378   genkey = DISABLED
Mon Aug 15 14:23:55 2011 us=51389   key_pass_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51401   show_tls_ciphers = DISABLED
Mon Aug 15 14:23:55 2011 us=51412   proto = 0
Mon Aug 15 14:23:55 2011 us=51424   local = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51438   remote_list[0] = {'XXX.XXX.XXX.XXX', 1194}
Mon Aug 15 14:23:55 2011 us=51451   remote_random = DISABLED
Mon Aug 15 14:23:55 2011 us=51463   local_port = 1194
Mon Aug 15 14:23:55 2011 us=51475   remote_port = 1194
Mon Aug 15 14:23:55 2011 us=51486   remote_float = DISABLED
Mon Aug 15 14:23:55 2011 us=51497   ipchange = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51509   bind_local = DISABLED
Mon Aug 15 14:23:55 2011 us=51520   dev = 'tun'
Mon Aug 15 14:23:55 2011 us=51530   dev_type = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51542   dev_node = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51562   tun_ipv6 = DISABLED
Mon Aug 15 14:23:55 2011 us=51575   ifconfig_local = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51588   ifconfig_remote_netmask = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51599   ifconfig_noexec = DISABLED
Mon Aug 15 14:23:55 2011 us=51611   ifconfig_nowarn = DISABLED
Mon Aug 15 14:23:55 2011 us=51622   shaper = 0
Mon Aug 15 14:23:55 2011 us=51633   tun_mtu = 1500
Mon Aug 15 14:23:55 2011 us=51644   tun_mtu_defined = ENABLED
Mon Aug 15 14:23:55 2011 us=51655   link_mtu = 1500
Mon Aug 15 14:23:55 2011 us=51666   link_mtu_defined = DISABLED
Mon Aug 15 14:23:55 2011 us=51677   tun_mtu_extra = 0
Mon Aug 15 14:23:55 2011 us=51689   tun_mtu_extra_defined = DISABLED
Mon Aug 15 14:23:55 2011 us=51700   fragment = 0
Mon Aug 15 14:23:55 2011 us=51712   mtu_discover_type = -1
Mon Aug 15 14:23:55 2011 us=51723   mtu_test = 0
Mon Aug 15 14:23:55 2011 us=51734   mlock = DISABLED
Mon Aug 15 14:23:55 2011 us=51745   keepalive_ping = 0
Mon Aug 15 14:23:55 2011 us=51756   keepalive_timeout = 0
Mon Aug 15 14:23:55 2011 us=51767   inactivity_timeout = 0
Mon Aug 15 14:23:55 2011 us=51779   ping_send_timeout = 0
Mon Aug 15 14:23:55 2011 us=51792   ping_rec_timeout = 120
Mon Aug 15 14:23:55 2011 us=51804   ping_rec_timeout_action = 2
Mon Aug 15 14:23:55 2011 us=51815   ping_timer_remote = DISABLED
Mon Aug 15 14:23:55 2011 us=51827   remap_sigusr1 = 0
Mon Aug 15 14:23:55 2011 us=51839   explicit_exit_notification = 0
Mon Aug 15 14:23:55 2011 us=51850   persist_tun = ENABLED
Mon Aug 15 14:23:55 2011 us=51861   persist_local_ip = DISABLED
Mon Aug 15 14:23:55 2011 us=51872   persist_remote_ip = DISABLED
Mon Aug 15 14:23:55 2011 us=51883   persist_key = ENABLED
Mon Aug 15 14:23:55 2011 us=51894   mssfix = 1450
Mon Aug 15 14:23:55 2011 us=51906   resolve_retry_seconds = 1000000000
Mon Aug 15 14:23:55 2011 us=51917   connect_retry_seconds = 5
Mon Aug 15 14:23:55 2011 us=51928   username = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51939   groupname = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51950   chroot_dir = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51961   cd_dir = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51972   writepid = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51982   up_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=51994   down_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=52005   down_pre = DISABLED
Mon Aug 15 14:23:55 2011 us=52016   up_restart = DISABLED
Mon Aug 15 14:23:55 2011 us=52027   up_delay = DISABLED
Mon Aug 15 14:23:55 2011 us=52037   daemon = DISABLED
Mon Aug 15 14:23:55 2011 us=52048   inetd = 0
Mon Aug 15 14:23:55 2011 us=52058   log = DISABLED
Mon Aug 15 14:23:55 2011 us=52070   suppress_timestamps = DISABLED
Mon Aug 15 14:23:55 2011 us=52081   nice = 0
Mon Aug 15 14:23:55 2011 us=52092   verbosity = 5
Mon Aug 15 14:23:55 2011 us=52102   mute = 0
Mon Aug 15 14:23:55 2011 us=52113   gremlin = 0
Mon Aug 15 14:23:55 2011 us=52124   status_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=53724   status_file_version = 1
Mon Aug 15 14:23:55 2011 us=53746   status_file_update_freq = 60
Mon Aug 15 14:23:55 2011 us=53758   occ = ENABLED
Mon Aug 15 14:23:55 2011 us=53768   rcvbuf = 0
Mon Aug 15 14:23:55 2011 us=53778   sndbuf = 0
Mon Aug 15 14:23:55 2011 us=53790   socks_proxy_server = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=53807   socks_proxy_port = 0
Mon Aug 15 14:23:55 2011 us=53818   socks_proxy_retry = DISABLED
Mon Aug 15 14:23:55 2011 us=53829   fast_io = DISABLED
Mon Aug 15 14:23:55 2011 us=53839   comp_lzo = ENABLED
Mon Aug 15 14:23:55 2011 us=53849   comp_lzo_adaptive = ENABLED
Mon Aug 15 14:23:55 2011 us=53860   route_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=53871   route_default_gateway = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=53882   route_noexec = DISABLED
Mon Aug 15 14:23:55 2011 us=53891   route_delay = 3
Mon Aug 15 14:23:55 2011 us=53902   route_delay_window = 10
Mon Aug 15 14:23:55 2011 us=53912   route_delay_defined = ENABLED
Mon Aug 15 14:23:55 2011 us=85922   management_addr = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=85942   management_port = 0
Mon Aug 15 14:23:55 2011 us=85958   management_user_pass = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=85970   management_log_history_cache = 250
Mon Aug 15 14:23:55 2011 us=85982   management_echo_buffer_size = 100
Mon Aug 15 14:23:55 2011 us=85994   management_query_passwords = DISABLED
Mon Aug 15 14:23:55 2011 us=86005   management_hold = DISABLED
Mon Aug 15 14:23:55 2011 us=86016   shared_secret_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=86027   key_direction = 0
Mon Aug 15 14:23:55 2011 us=86039   ciphername_defined = ENABLED
Mon Aug 15 14:23:55 2011 us=86049   ciphername = 'BF-CBC'
Mon Aug 15 14:23:55 2011 us=86061   authname_defined = ENABLED
Mon Aug 15 14:23:55 2011 us=86072   authname = 'SHA1'
Mon Aug 15 14:23:55 2011 us=86082   keysize = 0
Mon Aug 15 14:23:55 2011 us=86093   engine = DISABLED
Mon Aug 15 14:23:55 2011 us=86104   replay = ENABLED
Mon Aug 15 14:23:55 2011 us=123551   mute_replay_warnings = DISABLED
Mon Aug 15 14:23:55 2011 us=123572   replay_window = 64
Mon Aug 15 14:23:55 2011 us=123584   replay_time = 15
Mon Aug 15 14:23:55 2011 us=123596   packet_id_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=123606   use_iv = ENABLED
Mon Aug 15 14:23:55 2011 us=123617   test_crypto = DISABLED
Mon Aug 15 14:23:55 2011 us=123648   tls_server = DISABLED
Mon Aug 15 14:23:55 2011 us=124861   tls_client = ENABLED
Mon Aug 15 14:23:55 2011 us=124879   key_method = 2
Mon Aug 15 14:23:55 2011 us=124892   ca_file = 'ca.crt'
Mon Aug 15 14:23:55 2011 us=124905   dh_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=124917   cert_file = 'mac.crt'
Mon Aug 15 14:23:55 2011 us=124929   priv_key_file = 'mac.key'
Mon Aug 15 14:23:55 2011 us=124942   pkcs12_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=124954   cryptoapi_cert = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=124967   cipher_list = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=154647   tls_verify = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=154667   tls_remote = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=154680   crl_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=154692   ns_cert_type = 0
Mon Aug 15 14:23:55 2011 us=154703   tls_timeout = 2
Mon Aug 15 14:23:55 2011 us=154714   renegotiate_bytes = 0
Mon Aug 15 14:23:55 2011 us=154725   renegotiate_packets = 0
Mon Aug 15 14:23:55 2011 us=154737   renegotiate_seconds = 3600
Mon Aug 15 14:23:55 2011 us=154749   handshake_window = 60
Mon Aug 15 14:23:55 2011 us=154917   transition_window = 3600
Mon Aug 15 14:23:55 2011 us=154944   single_session = DISABLED
Mon Aug 15 14:23:55 2011 us=154996   tls_exit = DISABLED
Mon Aug 15 14:23:55 2011 us=155009   tls_auth_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=155036   server_network = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=155049   server_netmask = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=155062   server_bridge_ip = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=215898   server_bridge_netmask = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=215935   server_bridge_pool_start = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=215955   server_bridge_pool_end = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=215969   ifconfig_pool_defined = DISABLED
Mon Aug 15 14:23:55 2011 us=215982   ifconfig_pool_start = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=215995   ifconfig_pool_end = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=216008   ifconfig_pool_netmask = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=216021   ifconfig_pool_persist_filename = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=216034   ifconfig_pool_persist_refresh_freq = 600
Mon Aug 15 14:23:55 2011 us=216046   ifconfig_pool_linear = DISABLED
Mon Aug 15 14:23:55 2011 us=216057   n_bcast_buf = 256
Mon Aug 15 14:23:55 2011 us=216067   tcp_queue_limit = 64
Mon Aug 15 14:23:55 2011 us=216078   real_hash_size = 256
Mon Aug 15 14:23:55 2011 us=216089   virtual_hash_size = 256
Mon Aug 15 14:23:55 2011 us=216101   client_connect_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=249388   learn_address_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=249433   client_disconnect_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=249448   client_config_dir = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=249461   ccd_exclusive = DISABLED
Mon Aug 15 14:23:55 2011 us=249473   tmp_dir = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=249485   push_ifconfig_defined = DISABLED
Mon Aug 15 14:23:55 2011 us=249500   push_ifconfig_local = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=249515   push_ifconfig_remote_netmask = 0.0.0.0
Mon Aug 15 14:23:55 2011 us=249528   enable_c2c = DISABLED
Mon Aug 15 14:23:55 2011 us=249539   duplicate_cn = DISABLED
Mon Aug 15 14:23:55 2011 us=249550   cf_max = 0
Mon Aug 15 14:23:55 2011 us=249562   cf_per = 0
Mon Aug 15 14:23:55 2011 us=249573   max_clients = 1024
Mon Aug 15 14:23:55 2011 us=249585   max_routes_per_client = 256
Mon Aug 15 14:23:55 2011 us=249597   client_cert_not_required = DISABLED
Mon Aug 15 14:23:55 2011 us=294806   username_as_common_name = DISABLED
Mon Aug 15 14:23:55 2011 us=294829   auth_user_pass_verify_script = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=294842   auth_user_pass_verify_script_via_file = DISABLED
Mon Aug 15 14:23:55 2011 us=294854   client = ENABLED
Mon Aug 15 14:23:55 2011 us=294865   pull = ENABLED
Mon Aug 15 14:23:55 2011 us=294876   auth_user_pass_file = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=294893   show_net_up = DISABLED
Mon Aug 15 14:23:55 2011 us=294904   route_method = 1
Mon Aug 15 14:23:55 2011 us=294915   ip_win32_defined = DISABLED
Mon Aug 15 14:23:55 2011 us=294926   ip_win32_type = 3
Mon Aug 15 14:23:55 2011 us=294937   dhcp_masq_offset = 0
Mon Aug 15 14:23:55 2011 us=294965   dhcp_lease_time = 31536000
Mon Aug 15 14:23:55 2011 us=294978   tap_sleep = 0
Mon Aug 15 14:23:55 2011 us=294988   dhcp_options = DISABLED
Mon Aug 15 14:23:55 2011 us=294999   dhcp_renew = DISABLED
Mon Aug 15 14:23:55 2011 us=328443   dhcp_pre_release = DISABLED
Mon Aug 15 14:23:55 2011 us=328463   dhcp_release = DISABLED
Mon Aug 15 14:23:55 2011 us=328475   domain = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=328485   netbios_scope = '[UNDEF]'
Mon Aug 15 14:23:55 2011 us=328497   netbios_node_type = 0
Mon Aug 15 14:23:55 2011 us=328507   disable_nbt = DISABLED
Mon Aug 15 14:23:55 2011 us=328530 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct  1 2006
Mon Aug 15 14:23:55 2011 us=328701 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA.  OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
Mon Aug 15 14:23:55 2011 us=328721 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Mon Aug 15 14:23:55 2011 us=330833 LZO compression initialized
Mon Aug 15 14:23:55 2011 us=330956 Control Channel MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Mon Aug 15 14:23:55 2011 us=362398 Data Channel MTU parms [ L:1542 D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Mon Aug 15 14:23:55 2011 us=362459 Local Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-client'
Mon Aug 15 14:23:55 2011 us=362475 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1542,tun-mtu 1500,proto UDPv4,comp-lzo,cipher BF-CBC,auth SHA1,keysize 128,key-method 2,tls-server'
Mon Aug 15 14:23:55 2011 us=362510 Local Options hash (VER=V4): '41690919'
Mon Aug 15 14:23:55 2011 us=362533 Expected Remote Options hash (VER=V4): '530fdded'
Mon Aug 15 14:23:55 2011 us=362566 Socket Buffers: R=[8192->8192] S=[8192->8192]
Mon Aug 15 14:23:55 2011 us=362631 UDPv4 link local: [undef]
Mon Aug 15 14:23:55 2011 us=362651 UDPv4 link remote: XXX.XXX.XXX.XXX:1194
Mon Aug 15 14:23:55 2011 us=410199 TLS: Initial packet from XXX.XXX.XXX.XXX:1194, sid=d26b73aa 2f1a7157
Mon Aug 15 14:23:55 2011 us=574742 VERIFY OK: depth=1, /C=US/ST=CA/L=SanFrancisco/O=Fort-Funston/CN=Fort-Funston_CA/emailAddress=me@myhost.mydomain
Mon Aug 15 14:23:55 2011 us=576818 VERIFY OK: depth=0, /C=US/ST=CA/L=SanFrancisco/O=Fort-Funston/CN=server/emailAddress=me@myhost.mydomain
Mon Aug 15 14:23:55 2011 us=873745 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mon Aug 15 14:23:55 2011 us=873781 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Aug 15 14:23:55 2011 us=874583 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Mon Aug 15 14:23:55 2011 us=874613 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Aug 15 14:23:55 2011 us=874787 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Mon Aug 15 14:23:55 2011 us=874822 [server] Peer Connection Initiated with XXX.XXX.XXX.XXX:1194
Mon Aug 15 14:23:57 2011 us=132525 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Mon Aug 15 14:23:57 2011 us=160513 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 8.8.8.8,dhcp-option DNS 8.8.4.4,route 10.8.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.8.0.10 10.8.0.9'
Mon Aug 15 14:23:57 2011 us=160559 Options error: unknown --redirect-gateway flag: bypass-dhcp
Mon Aug 15 14:23:57 2011 us=162381 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:5: topology (2.0.9)
Mon Aug 15 14:23:57 2011 us=162418 OPTIONS IMPORT: timers and/or timeouts modified
Mon Aug 15 14:23:57 2011 us=162432 OPTIONS IMPORT: --ifconfig/up options modified
Mon Aug 15 14:23:57 2011 us=162444 OPTIONS IMPORT: route options modified
Mon Aug 15 14:23:57 2011 us=162460 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Mon Aug 15 14:23:57 2011 us=176394 TAP-WIN32 device [Connexion au réseau local 9] opened: \\.\Global\{0478FD30-2B19-4191-AF64-309229447FC2}.tap
Mon Aug 15 14:23:57 2011 us=176432 TAP-Win32 Driver Version 8.4 
Mon Aug 15 14:23:57 2011 us=176448 TAP-Win32 MTU=1500
Mon Aug 15 14:23:57 2011 us=177731 Notified TAP-Win32 driver to set a DHCP IP/netmask of 10.8.0.10/255.255.255.252 on interface {0478FD30-2B19-4191-AF64-309229447FC2} [DHCP-serv: 10.8.0.9, lease-time: 31536000]
Mon Aug 15 14:23:57 2011 us=177779 DHCP option string: 06080808 08080808 0404
Mon Aug 15 14:23:57 2011 us=178703 Successful ARP Flush on interface [48] {0478FD30-2B19-4191-AF64-309229447FC2}
Mon Aug 15 14:24:00 2011 us=462494 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up
Mon Aug 15 14:24:00 2011 us=462591 route ADD 10.8.0.1 MASK 255.255.255.255 10.8.0.9
 OK!
Mon Aug 15 14:24:00 2011 us=508990 Initialization Sequence Completed
This still does not work.

Thank you for your help

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Problem of IP address.

Post by janjust » Mon Aug 15, 2011 3:04 pm

download the 2.21 installer from the openvpn.net page
http://openvpn.net/index.php/open-source/downloads.html

the version you're using does not work (well) on Vista/7 .

comeback
OpenVPN User
Posts: 28
Joined: Wed Jul 27, 2011 8:42 am

Re: Problem of IP address.

Post by comeback » Wed Aug 31, 2011 8:08 am

Hello,

I was not there, I just tried.

Thank you it works.

Post Reply