[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] NewB Looking for some help


  • Subject: [Openvpn-users] NewB Looking for some help
  • From: Jesse <em2me@xxxxxxxxxxxxxxxxxx>
  • Date: Wed, 01 Nov 2006 07:47:59 -0600

Hello Folks,

Well!  I am new to VPN and like everything else I'm trying to figure 
things out for myself and have bumped along until I'm pretty well 
stumped and have some questions and looking for a fix.  I am not a 
rocket scientist nor mathematician, which it seems with networking, you 
need to be.  I try to keep things simple for my simple mind.  So with 
that being said, if you take some of your time to help me, please try to 
keep things simple for my simple mind ;-).

As with this list, I am trying to set up OpenVPN v2 on one of my home 
computers as server and my laptop as a client.  After I get that setup 
and working, then I hope to expand my knowledge and my network.

Server: sandy, hardwire to router, no firewall
Client: Laptop, wireless connection, no firewall
Router: Linksys WRT54GS, forwarded port 1194 to 192.168.23.5 (sandy's 
ip)  All VPN pass through enabled.

OpenVPN configeration setup with the download examples for server and 
client.  The only things changed are the setting that needed to be 
changed for my location.

The server loads up fine.  The client loads up fine and connects fine 
while on my home network.

The problems comes when out and about trying to connect from other WiFi 
locations.  Client can not find server sandy.  I can jump on to one of 
my neighbors wireless connections, and client still can not find server, 
sandy.

Help if you will, and Thanks if you do!

Jess
-------------------------
ipconfig /all:

Windows IP Configuration
        Host Name . . . . . . . . . . . . : Sandy
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Linksys LNE100TX Fast 
Ethernet Adapter(LNE100TX v4)
        Physical Address. . . . . . . . . : 00-04-5A-73-E6-DA
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.23.5
        Subnet Mask . . . . . . . . . . . : 255.255.255.192
        Default Gateway . . . . . . . . . : 192.168.23.24
        DHCP Server . . . . . . . . . . . : 192.168.23.24
        DNS Servers . . . . . . . . . . . : 205.152.132.23
                                            205.152.37.23
        Lease Obtained. . . . . . . . . . : Monday, October 30, 2006 
6:39:23 AM
        Lease Expires . . . . . . . . . . : Tuesday, October 31, 2006 
6:39:23 AM
Ethernet adapter VPN:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : TAP-Win32 Adapter V8
        Physical Address. . . . . . . . . : 00-FF-E4-80-DD-65
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 10.8.0.1
        Subnet Mask . . . . . . . . . . . : 255.255.255.252
        Default Gateway . . . . . . . . . :
        DHCP Server . . . . . . . . . . . : 10.8.0.2
        Lease Obtained. . . . . . . . . . : Monday, October 30, 2006 
6:39:50 AM
        Lease Expires . . . . . . . . . . : Tuesday, October 30, 2007 
6:39:50 AM
-------------------
Server config:

port 1194
proto udp
dev tun
dev-node VPN
ca ca.crt
cert sandy.crt
key sandy.key    # This file should be kept secret
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist  ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
log  openvpn.log
verb 4

;local a.b.c.d
;proto tcp
;dev tap
;server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100
;push "route 192.168.10.0 255.255.255.0"
;push "route 192.168.20.0 255.255.255.0"
;client-config-dir ccd
;route 192.168.40.128 255.255.255.248
;client-config-dir ccd
;route 10.9.0.0 255.255.255.252
;learn-address ./script
;push "redirect-gateway"
;push "dhcp-option DNS 10.8.0.1"
;push "dhcp-option WINS 10.8.0.1"
;client-to-client
;duplicate-cn
;tls-auth ta.key 0 # This file is secret
;cipher BF-CBC        # Blowfish (default)
;cipher AES-128-CBC   # AES
;cipher DES-EDE3-CBC  # Triple-DES
;max-clients 100
;user nobody
;group nobody
;log-append  openvpn.log
;mute 20

--------------------------

Client config:

client
dev tun
dev-node VPN5
proto udp
remote Sandy 1194
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
ca ca.crt
cert laptop.crt
key laptop.key
ns-cert-type server
comp-lzo
verb 5

;dev tap
;proto tcp
;remote my-server-2 1194
;remote-random
;user nobody
;group nobody
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;tls-auth ta.key 1
;cipher x
;mute 20
----------------------
Client's log file:

### Trying to connect using neighbors wireless network #####

Tue Oct 31 05:45:25 2006 us=398321 Current Parameter Settings:
Tue Oct 31 05:45:25 2006 us=398405   config = 'client.ovpn'
Tue Oct 31 05:45:25 2006 us=398419   mode = 0
Tue Oct 31 05:45:25 2006 us=398429   show_ciphers = DISABLED
Tue Oct 31 05:45:25 2006 us=398439   show_digests = DISABLED
Tue Oct 31 05:45:25 2006 us=398449   show_engines = DISABLED
Tue Oct 31 05:45:25 2006 us=398459   genkey = DISABLED
Tue Oct 31 05:45:25 2006 us=398469   key_pass_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398479   show_tls_ciphers = DISABLED
Tue Oct 31 05:45:25 2006 us=398489   proto = 0
Tue Oct 31 05:45:25 2006 us=398498   local = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398510   remote_list[0] = {'Sandy', 1194}
Tue Oct 31 05:45:25 2006 us=398521   remote_random = DISABLED
Tue Oct 31 05:45:25 2006 us=398531   local_port = 1194
Tue Oct 31 05:45:25 2006 us=398541   remote_port = 1194
Tue Oct 31 05:45:25 2006 us=398551   remote_float = DISABLED
Tue Oct 31 05:45:25 2006 us=398561   ipchange = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398571   bind_local = DISABLED
Tue Oct 31 05:45:25 2006 us=398580   dev = 'tun'
Tue Oct 31 05:45:25 2006 us=398590   dev_type = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398600   dev_node = 'VPN5'
Tue Oct 31 05:45:25 2006 us=398610   tun_ipv6 = DISABLED
Tue Oct 31 05:45:25 2006 us=398620   ifconfig_local = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398630   ifconfig_remote_netmask = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398641   ifconfig_noexec = DISABLED
Tue Oct 31 05:45:25 2006 us=398651   ifconfig_nowarn = DISABLED
Tue Oct 31 05:45:25 2006 us=398661   shaper = 0
Tue Oct 31 05:45:25 2006 us=398671   tun_mtu = 1500
Tue Oct 31 05:45:25 2006 us=398681   tun_mtu_defined = ENABLED
Tue Oct 31 05:45:25 2006 us=398691   link_mtu = 1500
Tue Oct 31 05:45:25 2006 us=398701   link_mtu_defined = DISABLED
Tue Oct 31 05:45:25 2006 us=398711   tun_mtu_extra = 0
Tue Oct 31 05:45:25 2006 us=398721   tun_mtu_extra_defined = DISABLED
Tue Oct 31 05:45:25 2006 us=398730   fragment = 0
Tue Oct 31 05:45:25 2006 us=398740   mtu_discover_type = -1
Tue Oct 31 05:45:25 2006 us=398750   mtu_test = 0
Tue Oct 31 05:45:25 2006 us=398759   mlock = DISABLED
Tue Oct 31 05:45:25 2006 us=398769   keepalive_ping = 0
Tue Oct 31 05:45:25 2006 us=398779   keepalive_timeout = 0
Tue Oct 31 05:45:25 2006 us=398788   inactivity_timeout = 0
Tue Oct 31 05:45:25 2006 us=398798   ping_send_timeout = 0
Tue Oct 31 05:45:25 2006 us=398808   ping_rec_timeout = 120
Tue Oct 31 05:45:25 2006 us=398819   ping_rec_timeout_action = 2
Tue Oct 31 05:45:25 2006 us=398829   ping_timer_remote = DISABLED
Tue Oct 31 05:45:25 2006 us=398839   remap_sigusr1 = 0
Tue Oct 31 05:45:25 2006 us=398849   explicit_exit_notification = 0
Tue Oct 31 05:45:25 2006 us=398859   persist_tun = ENABLED
Tue Oct 31 05:45:25 2006 us=398868   persist_local_ip = DISABLED
Tue Oct 31 05:45:25 2006 us=398878   persist_remote_ip = DISABLED
Tue Oct 31 05:45:25 2006 us=398888   persist_key = ENABLED
Tue Oct 31 05:45:25 2006 us=398898   mssfix = 1450
Tue Oct 31 05:45:25 2006 us=398909   resolve_retry_seconds = 1000000000
Tue Oct 31 05:45:25 2006 us=398919   connect_retry_seconds = 5
Tue Oct 31 05:45:25 2006 us=398928   username = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398938   groupname = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398948   chroot_dir = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398957   cd_dir = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398967   writepid = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398977   up_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398987   down_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=398996   down_pre = DISABLED
Tue Oct 31 05:45:25 2006 us=399006   up_restart = DISABLED
Tue Oct 31 05:45:25 2006 us=399016   up_delay = DISABLED
Tue Oct 31 05:45:25 2006 us=399025   daemon = DISABLED
Tue Oct 31 05:45:25 2006 us=399034   inetd = 0
Tue Oct 31 05:45:25 2006 us=399044   log = DISABLED
Tue Oct 31 05:45:25 2006 us=399053   suppress_timestamps = DISABLED
Tue Oct 31 05:45:25 2006 us=399066   nice = 0
Tue Oct 31 05:45:25 2006 us=399076   verbosity = 5
Tue Oct 31 05:45:25 2006 us=399089   mute = 0
Tue Oct 31 05:45:25 2006 us=399098   gremlin = 0
Tue Oct 31 05:45:25 2006 us=399108   status_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399118   status_file_version = 1
Tue Oct 31 05:45:25 2006 us=399128   status_file_update_freq = 60
Tue Oct 31 05:45:25 2006 us=399137   occ = ENABLED
Tue Oct 31 05:45:25 2006 us=399147   rcvbuf = 0
Tue Oct 31 05:45:25 2006 us=399156   sndbuf = 0
Tue Oct 31 05:45:25 2006 us=399166   socks_proxy_server = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399178   socks_proxy_port = 0
Tue Oct 31 05:45:25 2006 us=399188   socks_proxy_retry = DISABLED
Tue Oct 31 05:45:25 2006 us=399198   fast_io = DISABLED
Tue Oct 31 05:45:25 2006 us=399207   comp_lzo = ENABLED
Tue Oct 31 05:45:25 2006 us=399218   comp_lzo_adaptive = ENABLED
Tue Oct 31 05:45:25 2006 us=399228   route_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399238   route_default_gateway = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399248   route_noexec = DISABLED
Tue Oct 31 05:45:25 2006 us=399258   route_delay = 0
Tue Oct 31 05:45:25 2006 us=399268   route_delay_window = 30
Tue Oct 31 05:45:25 2006 us=399278   route_delay_defined = ENABLED
Tue Oct 31 05:45:25 2006 us=399288   management_addr = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399298   management_port = 0
Tue Oct 31 05:45:25 2006 us=399308   management_user_pass = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399319   management_log_history_cache = 250
Tue Oct 31 05:45:25 2006 us=399330   management_echo_buffer_size = 100
Tue Oct 31 05:45:25 2006 us=399340   management_query_passwords = DISABLED
Tue Oct 31 05:45:25 2006 us=399351   management_hold = DISABLED
Tue Oct 31 05:45:25 2006 us=399361   shared_secret_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399370   key_direction = 0
Tue Oct 31 05:45:25 2006 us=399380   ciphername_defined = ENABLED
Tue Oct 31 05:45:25 2006 us=399390   ciphername = 'BF-CBC'
Tue Oct 31 05:45:25 2006 us=399401   authname_defined = ENABLED
Tue Oct 31 05:45:25 2006 us=399411   authname = 'SHA1'
Tue Oct 31 05:45:25 2006 us=399420   keysize = 0
Tue Oct 31 05:45:25 2006 us=399430   engine = DISABLED
Tue Oct 31 05:45:25 2006 us=399439   replay = ENABLED
Tue Oct 31 05:45:25 2006 us=399450   mute_replay_warnings = ENABLED
Tue Oct 31 05:45:25 2006 us=399460   replay_window = 64
Tue Oct 31 05:45:25 2006 us=399470   replay_time = 15
Tue Oct 31 05:45:25 2006 us=399480   packet_id_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399490   use_iv = ENABLED
Tue Oct 31 05:45:25 2006 us=399500   test_crypto = DISABLED
Tue Oct 31 05:45:25 2006 us=399509   tls_server = DISABLED
Tue Oct 31 05:45:25 2006 us=399519   tls_client = ENABLED
Tue Oct 31 05:45:25 2006 us=399529   key_method = 2
Tue Oct 31 05:45:25 2006 us=399538   ca_file = 'ca.crt'
Tue Oct 31 05:45:25 2006 us=399548   dh_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399558   cert_file = 'laptop.crt'
Tue Oct 31 05:45:25 2006 us=399568   priv_key_file = 'laptop.key'
Tue Oct 31 05:45:25 2006 us=399578   pkcs12_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399588   cryptoapi_cert = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399598   cipher_list = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399608   tls_verify = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399618   tls_remote = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399627   crl_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399637   ns_cert_type = 64
Tue Oct 31 05:45:25 2006 us=399646   tls_timeout = 2
Tue Oct 31 05:45:25 2006 us=399656   renegotiate_bytes = 0
Tue Oct 31 05:45:25 2006 us=399666   renegotiate_packets = 0
Tue Oct 31 05:45:25 2006 us=399676   renegotiate_seconds = 3600
Tue Oct 31 05:45:25 2006 us=399686   handshake_window = 60
Tue Oct 31 05:45:25 2006 us=399696   transition_window = 3600
Tue Oct 31 05:45:25 2006 us=399706   single_session = DISABLED
Tue Oct 31 05:45:25 2006 us=399716   tls_exit = DISABLED
Tue Oct 31 05:45:25 2006 us=399726   tls_auth_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399743   server_network = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399754   server_netmask = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399767   server_bridge_ip = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399779   server_bridge_netmask = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399790   server_bridge_pool_start = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399801   server_bridge_pool_end = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399812   ifconfig_pool_defined = DISABLED
Tue Oct 31 05:45:25 2006 us=399823   ifconfig_pool_start = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399834   ifconfig_pool_end = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399845   ifconfig_pool_netmask = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=399856   ifconfig_pool_persist_filename = 
'[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399867   ifconfig_pool_persist_refresh_freq 
= 600
Tue Oct 31 05:45:25 2006 us=399878   ifconfig_pool_linear = DISABLED
Tue Oct 31 05:45:25 2006 us=399888   n_bcast_buf = 256
Tue Oct 31 05:45:25 2006 us=399898   tcp_queue_limit = 64
Tue Oct 31 05:45:25 2006 us=399908   real_hash_size = 256
Tue Oct 31 05:45:25 2006 us=399918   virtual_hash_size = 256
Tue Oct 31 05:45:25 2006 us=399928   client_connect_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399938   learn_address_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399949   client_disconnect_script = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399959   client_config_dir = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399969   ccd_exclusive = DISABLED
Tue Oct 31 05:45:25 2006 us=399979   tmp_dir = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=399989   push_ifconfig_defined = DISABLED
Tue Oct 31 05:45:25 2006 us=400000   push_ifconfig_local = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=400011   push_ifconfig_remote_netmask = 0.0.0.0
Tue Oct 31 05:45:25 2006 us=400021   enable_c2c = DISABLED
Tue Oct 31 05:45:25 2006 us=400031   duplicate_cn = DISABLED
Tue Oct 31 05:45:25 2006 us=400040   cf_max = 0
Tue Oct 31 05:45:25 2006 us=400050   cf_per = 0
Tue Oct 31 05:45:25 2006 us=400059   max_clients = 1024
Tue Oct 31 05:45:25 2006 us=400069   max_routes_per_client = 256
Tue Oct 31 05:45:25 2006 us=400080   client_cert_not_required = DISABLED
Tue Oct 31 05:45:25 2006 us=400091   username_as_common_name = DISABLED
Tue Oct 31 05:45:25 2006 us=400101   auth_user_pass_verify_script = 
'[UNDEF]'
Tue Oct 31 05:45:25 2006 us=400112   
auth_user_pass_verify_script_via_file = DISABLED
Tue Oct 31 05:45:25 2006 us=400122   client = ENABLED
Tue Oct 31 05:45:25 2006 us=400132   pull = ENABLED
Tue Oct 31 05:45:25 2006 us=400142   auth_user_pass_file = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=400154   show_net_up = DISABLED
Tue Oct 31 05:45:25 2006 us=400164   route_method = 0
Tue Oct 31 05:45:25 2006 us=400174   ip_win32_defined = DISABLED
Tue Oct 31 05:45:25 2006 us=400184   ip_win32_type = 3
Tue Oct 31 05:45:25 2006 us=400194   dhcp_masq_offset = 0
Tue Oct 31 05:45:25 2006 us=400204   dhcp_lease_time = 31536000
Tue Oct 31 05:45:25 2006 us=400214   tap_sleep = 0
Tue Oct 31 05:45:25 2006 us=400224   dhcp_options = DISABLED
Tue Oct 31 05:45:25 2006 us=400233   dhcp_renew = DISABLED
Tue Oct 31 05:45:25 2006 us=400243   dhcp_pre_release = DISABLED
Tue Oct 31 05:45:25 2006 us=400253   dhcp_release = DISABLED
Tue Oct 31 05:45:25 2006 us=400263   domain = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=400272   netbios_scope = '[UNDEF]'
Tue Oct 31 05:45:25 2006 us=400282   netbios_node_type = 0
Tue Oct 31 05:45:25 2006 us=400292   disable_nbt = DISABLED
Tue Oct 31 05:45:25 2006 us=400596 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] 
built on Oct  1 2006
Tue Oct 31 05:45:25 2006 us=400856 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.
Tue Oct 31 05:45:25 2006 us=542770 LZO compression initialized
Tue Oct 31 05:45:25 2006 us=542953 Control Channel MTU parms [ L:1542 
D:138 EF:38 EB:0 ET:0 EL:0 ]
Tue Oct 31 05:45:25 2006 us=553281 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:45:25 2006 us=553315 Data Channel MTU parms [ L:1542 
D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 31 05:45:25 2006 us=553364 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'
Tue Oct 31 05:45:25 2006 us=553378 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'
Tue Oct 31 05:45:25 2006 us=567764 Local Options hash (VER=V4): '41690919'
Tue Oct 31 05:45:25 2006 us=567786 Expected Remote Options hash 
(VER=V4): '530fdded'
Tue Oct 31 05:45:25 2006 us=573032 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:45:32 2006 us=833521 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:45:40 2006 us=93950 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:45:47 2006 us=354391 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:45:54 2006 us=614843 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:01 2006 us=875285 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:09 2006 us=137058 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:16 2006 us=396348 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:23 2006 us=656613 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:30 2006 us=917108 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:38 2006 us=177574 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:45 2006 us=437937 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:52 2006 us=698376 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:46:59 2006 us=958819 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:07 2006 us=219256 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:14 2006 us=479725 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:21 2006 us=740141 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:29 2006 us=600 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:36 2006 us=261031 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:43 2006 us=521585 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:50 2006 us=782252 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:47:58 2006 us=42356 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:05 2006 us=302996 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:12 2006 us=563199 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:19 2006 us=823676 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:27 2006 us=84325 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:34 2006 us=344560 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.
Tue Oct 31 05:48:39 2006 us=361758 RESOLVE: Cannot resolve host address: 
Sandy: [HOST_NOT_FOUND] The specified host is unknown.

###### switched to my home wireless network ##############

Tue Oct 31 05:48:44 2006 us=473763 RESOLVE: NOTE: Sandy resolves to 2 
addresses, choosing one by random
Tue Oct 31 05:48:44 2006 us=473827 Socket Buffers: R=[8192->8192] 
S=[8192->8192]
Tue Oct 31 05:48:44 2006 us=473849 UDPv4 link local: [undef]
Tue Oct 31 05:48:44 2006 us=473861 UDPv4 link remote: 10.8.0.1:1194
Tue Oct 31 05:49:44 2006 us=615436 TLS Error: TLS key negotiation failed 
to occur within 60 seconds (check your network connectivity)
Tue Oct 31 05:49:44 2006 us=615474 TLS Error: TLS handshake failed
Tue Oct 31 05:49:44 2006 us=615655 TCP/UDP: Closing socket
Tue Oct 31 05:49:44 2006 us=615753 SIGUSR1[soft,tls-error] received, 
process restarting
Tue Oct 31 05:49:44 2006 us=615767 Restart pause, 2 second(s)
Tue Oct 31 05:49:46 2006 us=618292 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.
Tue Oct 31 05:49:46 2006 us=618345 Re-using SSL/TLS context
Tue Oct 31 05:49:46 2006 us=618376 LZO compression initialized
Tue Oct 31 05:49:46 2006 us=618459 Control Channel MTU parms [ L:1542 
D:138 EF:38 EB:0 ET:0 EL:0 ]
Tue Oct 31 05:49:46 2006 us=628449 RESOLVE: NOTE: Sandy resolves to 2 
addresses, choosing one by random
Tue Oct 31 05:49:46 2006 us=628479 Data Channel MTU parms [ L:1542 
D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 31 05:49:46 2006 us=628515 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'
Tue Oct 31 05:49:46 2006 us=628529 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'
Tue Oct 31 05:49:46 2006 us=628557 Local Options hash (VER=V4): '41690919'
Tue Oct 31 05:49:46 2006 us=628578 Expected Remote Options hash 
(VER=V4): '530fdded'
Tue Oct 31 05:49:46 2006 us=628627 Socket Buffers: R=[8192->8192] 
S=[8192->8192]
Tue Oct 31 05:49:46 2006 us=628644 UDPv4 link local: [undef]
Tue Oct 31 05:49:46 2006 us=628656 UDPv4 link remote: 10.8.0.1:1194
Tue Oct 31 05:50:47 2006 us=305570 TLS Error: TLS key negotiation failed 
to occur within 60 seconds (check your network connectivity)
Tue Oct 31 05:50:47 2006 us=305609 TLS Error: TLS handshake failed
Tue Oct 31 05:50:47 2006 us=305790 TCP/UDP: Closing socket
Tue Oct 31 05:50:47 2006 us=305879 SIGUSR1[soft,tls-error] received, 
process restarting
Tue Oct 31 05:50:47 2006 us=305893 Restart pause, 2 second(s)
Tue Oct 31 05:50:49 2006 us=308441 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.
Tue Oct 31 05:50:49 2006 us=308493 Re-using SSL/TLS context
Tue Oct 31 05:50:49 2006 us=308523 LZO compression initialized
Tue Oct 31 05:50:49 2006 us=308607 Control Channel MTU parms [ L:1542 
D:138 EF:38 EB:0 ET:0 EL:0 ]
Tue Oct 31 05:50:49 2006 us=309103 RESOLVE: NOTE: Sandy resolves to 2 
addresses, choosing one by random
Tue Oct 31 05:50:49 2006 us=309127 Data Channel MTU parms [ L:1542 
D:1450 EF:42 EB:135 ET:0 EL:0 AF:3/1 ]
Tue Oct 31 05:50:49 2006 us=309163 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'
Tue Oct 31 05:50:49 2006 us=309177 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'
Tue Oct 31 05:50:49 2006 us=309205 Local Options hash (VER=V4): '41690919'
Tue Oct 31 05:50:49 2006 us=309226 Expected Remote Options hash 
(VER=V4): '530fdded'
Tue Oct 31 05:50:49 2006 us=309262 Socket Buffers: R=[8192->8192] 
S=[8192->8192]
Tue Oct 31 05:50:49 2006 us=309278 UDPv4 link local: [undef]
Tue Oct 31 05:50:49 2006 us=309290 UDPv4 link remote: 192.168.23.5:1194
Tue Oct 31 05:50:49 2006 us=333290 TLS: Initial packet from 
192.168.23.5:1194, sid=8d3f8f3b 8523d481
Tue Oct 31 05:50:49 2006 us=934565 VERIFY OK: depth=1, 
/C=US/ST=FL/L=Milton/O=Self/CN=jesse/emailAddress=em2me@xxxxxxxxxxxxxxxxxx
Tue Oct 31 05:50:49 2006 us=936824 VERIFY OK: nsCertType=SERVER
Tue Oct 31 05:50:49 2006 us=936836 VERIFY OK: depth=0, 
/C=US/ST=FL/O=Self/CN=server/emailAddress=em2me@xxxxxxxxxxxxxxxxxx
Tue Oct 31 05:50:50 2006 us=965838 Data Channel Encrypt: Cipher 'BF-CBC' 
initialized with 128 bit key
Tue Oct 31 05:50:50 2006 us=965874 Data Channel Encrypt: Using 160 bit 
message hash 'SHA1' for HMAC authentication
Tue Oct 31 05:50:50 2006 us=965962 Data Channel Decrypt: Cipher 'BF-CBC' 
initialized with 128 bit key
Tue Oct 31 05:50:50 2006 us=965977 Data Channel Decrypt: Using 160 bit 
message hash 'SHA1' for HMAC authentication
Tue Oct 31 05:50:50 2006 us=966045 Control Channel: TLSv1, cipher 
TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Tue Oct 31 05:50:50 2006 us=966077 [server] Peer Connection Initiated 
with 192.168.23.5:1194
Tue Oct 31 05:50:52 2006 us=152609 SENT CONTROL [server]: 'PUSH_REQUEST' 
(status=1)
Tue Oct 31 05:50:52 2006 us=154769 PUSH: Received control message: 
'PUSH_REPLY,route 10.8.0.1,ping 10,ping-restart 120,ifconfig 10.8.0.6 
10.8.0.5'
Tue Oct 31 05:50:52 2006 us=154817 OPTIONS IMPORT: timers and/or 
timeouts modified
Tue Oct 31 05:50:52 2006 us=154828 OPTIONS IMPORT: --ifconfig/up options 
modified
Tue Oct 31 05:50:52 2006 us=154838 OPTIONS IMPORT: route options modified
Tue Oct 31 05:50:52 2006 us=188354 TAP-WIN32 device [VPN5] opened: 
\\.\Global\{90E6080A-EF66-4AC3-B8D7-7E4B5209C29B}.tap
Tue Oct 31 05:50:52 2006 us=188386 TAP-Win32 Driver Version 8.4
Tue Oct 31 05:50:52 2006 us=188399 TAP-Win32 MTU=1500
Tue Oct 31 05:50:52 2006 us=188421 Notified TAP-Win32 driver to set a 
DHCP IP/netmask of 10.8.0.6/255.255.255.252 on interface 
{90E6080A-EF66-4AC3-B8D7-7E4B5209C29B} [DHCP-serv: 10.8.0.5, lease-time: 
31536000]
Tue Oct 31 05:50:52 2006 us=189820 Successful ARP Flush on interface [3] 
{90E6080A-EF66-4AC3-B8D7-7E4B5209C29B}
Tue Oct 31 05:50:52 2006 us=213976 TEST ROUTES: 0/0 succeeded len=1 
ret=0 a=0 u/d=down
Tue Oct 31 05:50:52 2006 us=214007 Route: Waiting for TUN/TAP interface 
to come up...
Tue Oct 31 05:50:53 2006 us=405140 TEST ROUTES: 0/0 succeeded len=1 
ret=0 a=0 u/d=down
Tue Oct 31 05:50:53 2006 us=405175 Route: Waiting for TUN/TAP interface 
to come up...
Tue Oct 31 05:50:54 2006 us=597571 TEST ROUTES: 0/0 succeeded len=1 
ret=0 a=0 u/d=down
Tue Oct 31 05:50:54 2006 us=597605 Route: Waiting for TUN/TAP interface 
to come up...
Tue Oct 31 05:50:55 2006 us=837065 TEST ROUTES: 0/0 succeeded len=1 
ret=0 a=0 u/d=down
Tue Oct 31 05:50:55 2006 us=837098 Route: Waiting for TUN/TAP interface 
to come up...
Tue Oct 31 05:50:57 2006 us=20340 TEST ROUTES: 1/1 succeeded len=1 ret=1 
a=0 u/d=up
Tue Oct 31 05:50:57 2006 us=20381 route ADD 10.8.0.1 MASK 
255.255.255.255 10.8.0.5
Tue Oct 31 05:50:57 2006 us=21696 Route addition via IPAPI succeeded
Tue Oct 31 05:50:57 2006 us=21716 Initialization Sequence Completed

-----------------------------------------------

openvpn-status.log

OpenVPN CLIENT LIST
Updated,Tue Oct 31 05:55:03 2006
Common Name,Real Address,Bytes Received,Bytes Sent,Connected Since
toshiba,192.168.23.2:1064,5949,6288,Tue Oct 31 05:50:48 2006
ROUTING TABLE
Virtual Address,Common Name,Real Address,Last Ref
10.8.0.6,toshiba,192.168.23.2:1064,Tue Oct 31 05:50:50 2006
GLOBAL STATS
Max bcast/mcast queue length,0
END
------------------------------------------------------

______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users


Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00003.html on line 748

Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-11/msg00003.html on line 748