FreeNAS-9.10.1-U2 - OpenVPN Server Einrichtung

Status
Not open for further replies.

willie89

Cadet
Joined
Oct 13, 2016
Messages
2
Hallo liebe Forumsgemeinde,

vorab arbeite ich erst seit kurzem mit FreeNas. Bin jetzt schon ein paar wochen am probieren und machen und hab mich schon ein wenig in das system eingearbeitet.

Zur Zeit bin ich dran OpenVPN einzurichten. Als Hilfe dient mir dieses HOW-TO:

https://forums.freenas.org/index.ph...-6-with-access-to-remote-hosts-via-nat.22873/

Ich hab alles schön der reihe nach abgearbeit und an meine Verhältnisse angepasst.
Jedoch bekomme ich folgenden Fehler wenn ich OpenVPN starten möchte:

Code:
[root@freenas ~]# service openvpn onestart									 
/usr/local/etc/rc.d/openvpn: WARNING: /usr/local/etc/openvpn/openvpn.conf is not
readable.																	 
/usr/local/etc/rc.d/openvpn: WARNING: failed precmd routine for openvpn		 
[root@freenas ~]#


Kann mir jemand Helfen um dieses Problem zulösen?

Mfg Willie
 

snaptec

Guru
Joined
Nov 30, 2015
Messages
502
liegt denn unter dem angegebenen Pfad eine openvpn.conf ?
Poste mal den output von ls -lah /usr/local/etc/openvpn/ hier.
 

willie89

Cadet
Joined
Oct 13, 2016
Messages
2
Hallo,
ja angegebe Datei liegt in dem Verzeichnis.
Ich hab es jetzt durch etwas hin und her probieren geschafft. VPN Tunnel steht.
Hab jedoch noch das Problem das ich nicht auf mein Heim-Netzwerk zugreifen.
Ich schätze ich hab noch einen fehler in den routen.

Kann mir dabei jemand helfen?

client.conf
Code:
client
dev tun
proto udp
remote mydns.com 1194
ifconfig 172.16.0.1 172.16.0.2
redirect-gateway
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert laptop.crt
key laptop.key
remote-cert-tls server
cipher AES-256-CBC
tls-auth ta.key 1
#dhcp-option DNS 0.0.0.0
comp-lzo
verb 4


server.conf
Code:
port 1194
proto udp
dev tun
server 172.16.0.0 255.255.255.0 #Purple network
ifconfig 172.16.0.1 172.16.0.2
push "route 192.168.178.0 255.255.255.255" #Yellow network
ca ca.crt
cert openvpn-server.crt
key openvpn-server.key
dh dh.pem
keepalive 10 120
comp-lzo
user nobody
group nobody
persist-key
persist-tun
cipher AES-256-CBC
tls-auth ta.key 0
ifconfig-pool-persist /var/tmp/openvpn.pool
status /var/tmp/openvpn.status
log-append /var/log/openvpn.log
verb 6
mute 20



logfile
Code:
Sat Oct 15 22:08:38 2016 us=125084 Current Parameter Settings:
Sat Oct 15 22:08:38 2016 us=125084  config = 'laptop.ovpn'
Sat Oct 15 22:08:38 2016 us=125084  mode = 0
Sat Oct 15 22:08:38 2016 us=125084  show_ciphers = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  show_digests = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  show_engines = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  genkey = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  key_pass_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  show_tls_ciphers = DISABLED
Sat Oct 15 22:08:38 2016 us=125084 Connection profiles [default]:
Sat Oct 15 22:08:38 2016 us=125084  proto = udp
Sat Oct 15 22:08:38 2016 us=125084  local = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  local_port = 0
Sat Oct 15 22:08:38 2016 us=125084  remote = 'MYDNS.ORG'
Sat Oct 15 22:08:38 2016 us=125084  remote_port = 1194
Sat Oct 15 22:08:38 2016 us=125084  remote_float = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  bind_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  bind_local = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  connect_retry_seconds = 5
Sat Oct 15 22:08:38 2016 us=125084  connect_timeout = 10
Sat Oct 15 22:08:38 2016 us=125084  connect_retry_max = 0
Sat Oct 15 22:08:38 2016 us=125084  socks_proxy_server = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  socks_proxy_port = 0
Sat Oct 15 22:08:38 2016 us=125084  socks_proxy_retry = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tun_mtu = 1500
Sat Oct 15 22:08:38 2016 us=125084  tun_mtu_defined = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  link_mtu = 1500
Sat Oct 15 22:08:38 2016 us=125084  link_mtu_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tun_mtu_extra = 0
Sat Oct 15 22:08:38 2016 us=125084  tun_mtu_extra_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  mtu_discover_type = -1
Sat Oct 15 22:08:38 2016 us=125084  fragment = 0
Sat Oct 15 22:08:38 2016 us=125084  mssfix = 1450
Sat Oct 15 22:08:38 2016 us=125084  explicit_exit_notification = 0
Sat Oct 15 22:08:38 2016 us=125084 Connection profiles END
Sat Oct 15 22:08:38 2016 us=125084  remote_random = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ipchange = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  dev = 'tun'
Sat Oct 15 22:08:38 2016 us=125084  dev_type = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  dev_node = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  lladdr = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  topology = 1
Sat Oct 15 22:08:38 2016 us=125084  tun_ipv6 = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_local = '172.16.0.1'
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_remote_netmask = '172.16.0.2'
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_noexec = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_nowarn = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_local = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_netbits = 0
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_remote = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  shaper = 0
Sat Oct 15 22:08:38 2016 us=125084  mtu_test = 0
Sat Oct 15 22:08:38 2016 us=125084  mlock = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  keepalive_ping = 0
Sat Oct 15 22:08:38 2016 us=125084  keepalive_timeout = 0
Sat Oct 15 22:08:38 2016 us=125084  inactivity_timeout = 0
Sat Oct 15 22:08:38 2016 us=125084  ping_send_timeout = 0
Sat Oct 15 22:08:38 2016 us=125084  ping_rec_timeout = 0
Sat Oct 15 22:08:38 2016 us=125084  ping_rec_timeout_action = 0
Sat Oct 15 22:08:38 2016 us=125084  ping_timer_remote = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  remap_sigusr1 = 0
Sat Oct 15 22:08:38 2016 us=125084  persist_tun = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  persist_local_ip = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  persist_remote_ip = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  persist_key = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  passtos = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  resolve_retry_seconds = 1000000000
Sat Oct 15 22:08:38 2016 us=125084  username = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  groupname = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  chroot_dir = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  cd_dir = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  writepid = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  up_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  down_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  down_pre = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  up_restart = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  up_delay = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  daemon = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  inetd = 0
Sat Oct 15 22:08:38 2016 us=125084  log = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  suppress_timestamps = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  nice = 0
Sat Oct 15 22:08:38 2016 us=125084  verbosity = 4
Sat Oct 15 22:08:38 2016 us=125084  mute = 0
Sat Oct 15 22:08:38 2016 us=125084  gremlin = 0
Sat Oct 15 22:08:38 2016 us=125084  status_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  status_file_version = 1
Sat Oct 15 22:08:38 2016 us=125084  status_file_update_freq = 60
Sat Oct 15 22:08:38 2016 us=125084  occ = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  rcvbuf = 0
Sat Oct 15 22:08:38 2016 us=125084  sndbuf = 0
Sat Oct 15 22:08:38 2016 us=125084  sockflags = 0
Sat Oct 15 22:08:38 2016 us=125084  fast_io = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  lzo = 7
Sat Oct 15 22:08:38 2016 us=125084  route_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  route_default_gateway = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  route_default_metric = 0
Sat Oct 15 22:08:38 2016 us=125084  route_noexec = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  route_delay = 5
Sat Oct 15 22:08:38 2016 us=125084  route_delay_window = 30
Sat Oct 15 22:08:38 2016 us=125084  route_delay_defined = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  route_nopull = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  route_gateway_via_dhcp = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  max_routes = 100
Sat Oct 15 22:08:38 2016 us=125084  allow_pull_fqdn = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  [redirect_default_gateway local=0]
Sat Oct 15 22:08:38 2016 us=125084  management_addr = '127.0.0.1'
Sat Oct 15 22:08:38 2016 us=125084  management_port = 25342
Sat Oct 15 22:08:38 2016 us=125084  management_user_pass = 'stdin'
Sat Oct 15 22:08:38 2016 us=125084  management_log_history_cache = 250
Sat Oct 15 22:08:38 2016 us=125084  management_echo_buffer_size = 100
Sat Oct 15 22:08:38 2016 us=125084  management_write_peer_info_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  management_client_user = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  management_client_group = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  management_flags = 6
Sat Oct 15 22:08:38 2016 us=125084  shared_secret_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  key_direction = 2
Sat Oct 15 22:08:38 2016 us=125084  ciphername_defined = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  ciphername = 'AES-256-CBC'
Sat Oct 15 22:08:38 2016 us=125084  authname_defined = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  authname = 'SHA1'
Sat Oct 15 22:08:38 2016 us=125084  prng_hash = 'SHA1'
Sat Oct 15 22:08:38 2016 us=125084  prng_nonce_secret_len = 16
Sat Oct 15 22:08:38 2016 us=125084  keysize = 0
Sat Oct 15 22:08:38 2016 us=125084  engine = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  replay = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  mute_replay_warnings = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  replay_window = 64
Sat Oct 15 22:08:38 2016 us=125084  replay_time = 15
Sat Oct 15 22:08:38 2016 us=125084  packet_id_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  use_iv = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  test_crypto = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tls_server = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tls_client = ENABLED
Sat Oct 15 22:08:38 2016 us=125084  key_method = 2
Sat Oct 15 22:08:38 2016 us=125084  ca_file = 'ca.crt'
Sat Oct 15 22:08:38 2016 us=125084  ca_path = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  dh_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  cert_file = 'laptop.crt'
Sat Oct 15 22:08:38 2016 us=125084  extra_certs_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  priv_key_file = 'laptop.key'
Sat Oct 15 22:08:38 2016 us=125084  pkcs12_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  cryptoapi_cert = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  cipher_list = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  tls_verify = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  tls_export_cert = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  verify_x509_type = 0
Sat Oct 15 22:08:38 2016 us=125084  verify_x509_name = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  crl_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  ns_cert_type = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 160
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 136
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_ku = 0
Sat Oct 15 22:08:38 2016 us=125084  remote_cert_eku = 'TLS Web Server Authentication'
Sat Oct 15 22:08:38 2016 us=125084  ssl_flags = 0
Sat Oct 15 22:08:38 2016 us=125084  tls_timeout = 2
Sat Oct 15 22:08:38 2016 us=125084  renegotiate_bytes = 0
Sat Oct 15 22:08:38 2016 us=125084  renegotiate_packets = 0
Sat Oct 15 22:08:38 2016 us=125084  renegotiate_seconds = 3600
Sat Oct 15 22:08:38 2016 us=125084  handshake_window = 60
Sat Oct 15 22:08:38 2016 us=125084  transition_window = 3600
Sat Oct 15 22:08:38 2016 us=125084  single_session = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  push_peer_info = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tls_exit = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tls_auth_file = 'ta.key'
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_protected_authentication = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_private_mode = 00000000
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_cert_private = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_pin_cache_period = -1
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_id = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  pkcs11_id_management = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  server_network = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  server_netmask = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  server_network_ipv6 = ::
Sat Oct 15 22:08:38 2016 us=125084  server_netbits_ipv6 = 0
Sat Oct 15 22:08:38 2016 us=125084  server_bridge_ip = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  server_bridge_netmask = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  server_bridge_pool_start = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  server_bridge_pool_end = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_start = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_end = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_netmask = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_persist_filename = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_pool_persist_refresh_freq = 600
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_pool_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_pool_base = ::
Sat Oct 15 22:08:38 2016 us=125084  ifconfig_ipv6_pool_netbits = 0
Sat Oct 15 22:08:38 2016 us=125084  n_bcast_buf = 256
Sat Oct 15 22:08:38 2016 us=125084  tcp_queue_limit = 64
Sat Oct 15 22:08:38 2016 us=125084  real_hash_size = 256
Sat Oct 15 22:08:38 2016 us=125084  virtual_hash_size = 256
Sat Oct 15 22:08:38 2016 us=125084  client_connect_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  learn_address_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  client_disconnect_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  client_config_dir = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=125084  ccd_exclusive = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  tmp_dir = 'C:\Users\XE111\AppData\Local\Temp\'
Sat Oct 15 22:08:38 2016 us=125084  push_ifconfig_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  push_ifconfig_local = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  push_ifconfig_remote_netmask = 0.0.0.0
Sat Oct 15 22:08:38 2016 us=125084  push_ifconfig_ipv6_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=125084  push_ifconfig_ipv6_local = ::/0
Sat Oct 15 22:08:38 2016 us=140684  push_ifconfig_ipv6_remote = ::
Sat Oct 15 22:08:38 2016 us=140684  enable_c2c = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  duplicate_cn = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  cf_max = 0
Sat Oct 15 22:08:38 2016 us=140684  cf_per = 0
Sat Oct 15 22:08:38 2016 us=140684  max_clients = 1024
Sat Oct 15 22:08:38 2016 us=140684  max_routes_per_client = 256
Sat Oct 15 22:08:38 2016 us=140684  auth_user_pass_verify_script = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=140684  auth_user_pass_verify_script_via_file = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  client = ENABLED
Sat Oct 15 22:08:38 2016 us=140684  pull = ENABLED
Sat Oct 15 22:08:38 2016 us=140684  auth_user_pass_file = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=140684  show_net_up = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  route_method = 0
Sat Oct 15 22:08:38 2016 us=140684  block_outside_dns = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  ip_win32_defined = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  ip_win32_type = 3
Sat Oct 15 22:08:38 2016 us=140684  dhcp_masq_offset = 0
Sat Oct 15 22:08:38 2016 us=140684  dhcp_lease_time = 31536000
Sat Oct 15 22:08:38 2016 us=140684  tap_sleep = 0
Sat Oct 15 22:08:38 2016 us=140684  dhcp_options = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  dhcp_renew = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  dhcp_pre_release = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  dhcp_release = DISABLED
Sat Oct 15 22:08:38 2016 us=140684  domain = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=140684  netbios_scope = '[UNDEF]'
Sat Oct 15 22:08:38 2016 us=140684  netbios_node_type = 0
Sat Oct 15 22:08:38 2016 us=140684  disable_nbt = DISABLED
Sat Oct 15 22:08:38 2016 us=140684 OpenVPN 2.3.12 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Aug 23 2016
Sat Oct 15 22:08:38 2016 us=140684 Windows version 6.1 (Windows 7) 64bit
Sat Oct 15 22:08:38 2016 us=140684 library versions: OpenSSL 1.0.1t  3 May 2016, LZO 2.09
Enter Management Password:
Sat Oct 15 22:08:38 2016 us=140684 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:25342
Sat Oct 15 22:08:38 2016 us=140684 Need hold release from management interface, waiting...
Sat Oct 15 22:08:38 2016 us=593085 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:25342
Sat Oct 15 22:08:38 2016 us=702285 MANAGEMENT: CMD 'state on'
Sat Oct 15 22:08:38 2016 us=702285 MANAGEMENT: CMD 'log all on'
Sat Oct 15 22:08:38 2016 us=795885 MANAGEMENT: CMD 'hold off'
Sat Oct 15 22:08:38 2016 us=795885 MANAGEMENT: CMD 'hold release'
Sat Oct 15 22:08:38 2016 us=795885 WARNING: using --pull/--client and --ifconfig together is probably not what you want
Sat Oct 15 22:08:38 2016 us=967486 Control Channel Authentication: using 'ta.key' as a OpenVPN static key file
Sat Oct 15 22:08:38 2016 us=967486 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Oct 15 22:08:38 2016 us=967486 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Oct 15 22:08:38 2016 us=967486 LZO compression initialized
Sat Oct 15 22:08:38 2016 us=967486 Control Channel MTU parms [ L:1558 D:1184 EF:66 EB:0 ET:0 EL:3 ]
Sat Oct 15 22:08:38 2016 us=967486 Socket Buffers: R=[8192->8192] S=[8192->8192]
Sat Oct 15 22:08:38 2016 us=967486 MANAGEMENT: >STATE:1476562118,RESOLVE,,,
Sat Oct 15 22:08:39 2016 us=76686 Data Channel MTU parms [ L:1558 D:1450 EF:58 EB:143 ET:0 EL:3 AF:3/1 ]
Sat Oct 15 22:08:39 2016 us=76686 Local Options String: 'V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 1,cipher AES-256-CBC,auth SHA1,keysize 256,tls-auth,key-method 2,tls-client'
Sat Oct 15 22:08:39 2016 us=76686 Expected Remote Options String: 'V4,dev-type tun,link-mtu 1558,tun-mtu 1500,proto UDPv4,comp-lzo,keydir 0,cipher AES-256-CBC,auth SHA1,keysize 256,tls-auth,key-method 2,tls-server'
Sat Oct 15 22:08:39 2016 us=76686 Local Options hash (VER=V4): '9e7066d2'
Sat Oct 15 22:08:39 2016 us=76686 Expected Remote Options hash (VER=V4): '162b04de'
Sat Oct 15 22:08:39 2016 us=76686 UDPv4 link local: [undef]
Sat Oct 15 22:08:39 2016 us=76686 UDPv4 link remote: [AF_INET]xxx.xxx.xxx.xxx:1194
Sat Oct 15 22:08:39 2016 us=76686 MANAGEMENT: >STATE:1476562119,WAIT,,,
Sat Oct 15 22:08:39 2016 us=154686 MANAGEMENT: >STATE:1476562119,AUTH,,,
Sat Oct 15 22:08:39 2016 us=154686 TLS: Initial packet from [AF_INET]xxx.xxx.xxx.xxx:1194, sid=eabcd2c9 5e644703
Sat Oct 15 22:08:39 2016 us=279486 VERIFY OK: depth=1, CN=WN NAS CA
Sat Oct 15 22:08:39 2016 us=279486 Validating certificate key usage
Sat Oct 15 22:08:39 2016 us=279486 ++ Certificate has key usage  00a0, expects 00a0
Sat Oct 15 22:08:39 2016 us=279486 VERIFY KU OK
Sat Oct 15 22:08:39 2016 us=279486 Validating certificate extended key usage
Sat Oct 15 22:08:39 2016 us=279486 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Sat Oct 15 22:08:39 2016 us=279486 VERIFY EKU OK
Sat Oct 15 22:08:39 2016 us=279486 VERIFY OK: depth=0, CN=openvpn-server
Sat Oct 15 22:08:39 2016 us=497886 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sat Oct 15 22:08:39 2016 us=497886 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Oct 15 22:08:39 2016 us=497886 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sat Oct 15 22:08:39 2016 us=497886 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Oct 15 22:08:39 2016 us=497886 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
Sat Oct 15 22:08:39 2016 us=497886 [openvpn-server] Peer Connection Initiated with [AF_INET]xxx.xxx.xxx.xxx:1194
Sat Oct 15 22:08:40 2016 us=714689 MANAGEMENT: >STATE:1476562120,GET_CONFIG,,,
Sat Oct 15 22:08:41 2016 us=931491 SENT CONTROL [openvpn-server]: 'PUSH_REQUEST' (status=1)
Sat Oct 15 22:08:42 2016 us=25091 PUSH: Received control message: 'PUSH_REPLY,route 192.168.178.0 255.255.255.255,route 172.16.0.1,topology net30,ping 10,ping-restart 120,ifconfig 172.16.0.6 172.16.0.5'
Sat Oct 15 22:08:42 2016 us=25091 OPTIONS IMPORT: timers and/or timeouts modified
Sat Oct 15 22:08:42 2016 us=25091 OPTIONS IMPORT: --ifconfig/up options modified
Sat Oct 15 22:08:42 2016 us=25091 OPTIONS IMPORT: route options modified
Sat Oct 15 22:08:42 2016 us=40691 ROUTE_GATEWAY 192.168.43.1/255.255.255.0 I=11 HWADDR=00:26:82:a6:a7:50
Sat Oct 15 22:08:42 2016 us=71891 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Oct 15 22:08:42 2016 us=71891 MANAGEMENT: >STATE:1476562122,ASSIGN_IP,,172.16.0.6,
Sat Oct 15 22:08:42 2016 us=71891 open_tun, tt->ipv6=0
Sat Oct 15 22:08:42 2016 us=71891 TAP-WIN32 device [LAN-Verbindung 4] opened: \\.\Global\{80283C2F-FF70-4775-8DF5-1D10879C8574}.tap
Sat Oct 15 22:08:42 2016 us=71891 TAP-Windows Driver Version 9.9
Sat Oct 15 22:08:42 2016 us=71891 TAP-Windows MTU=1500
Sat Oct 15 22:08:42 2016 us=71891 Notified TAP-Windows driver to set a DHCP IP/netmask of 172.16.0.6/255.255.255.252 on interface {80283C2F-FF70-4775-8DF5-1D10879C8574} [DHCP-serv: 172.16.0.5, lease-time: 31536000]
Sat Oct 15 22:08:42 2016 us=71891 Successful ARP Flush on interface [23] {80283C2F-FF70-4775-8DF5-1D10879C8574}
Sat Oct 15 22:08:47 2016 us=1500 TEST ROUTES: 3/3 succeeded len=2 ret=1 a=0 u/d=up
Sat Oct 15 22:08:47 2016 us=1500 C:\Windows\system32\route.exe ADD xxx.xxx.xxx.xxx MASK 255.255.255.255 192.168.43.1
Sat Oct 15 22:08:47 2016 us=1500 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=25 and dwForwardType=4
Sat Oct 15 22:08:47 2016 us=1500 Route addition via IPAPI succeeded [adaptive]
Sat Oct 15 22:08:47 2016 us=1500 C:\Windows\system32\route.exe DELETE 0.0.0.0 MASK 0.0.0.0 192.168.43.1
Sat Oct 15 22:08:47 2016 us=17100 Route deletion via IPAPI succeeded [adaptive]
Sat Oct 15 22:08:47 2016 us=17100 C:\Windows\system32\route.exe ADD 0.0.0.0 MASK 0.0.0.0 172.16.0.5
Sat Oct 15 22:08:47 2016 us=17100 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Oct 15 22:08:47 2016 us=17100 Route addition via IPAPI succeeded [adaptive]
Sat Oct 15 22:08:47 2016 us=17100 MANAGEMENT: >STATE:1476562127,ADD_ROUTES,,,
Sat Oct 15 22:08:47 2016 us=17100 C:\Windows\system32\route.exe ADD 192.168.178.0 MASK 255.255.255.255 172.16.0.5
Sat Oct 15 22:08:47 2016 us=17100 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Oct 15 22:08:47 2016 us=17100 Route addition via IPAPI succeeded [adaptive]
Sat Oct 15 22:08:47 2016 us=32700 C:\Windows\system32\route.exe ADD 172.16.0.1 MASK 255.255.255.255 172.16.0.5
Sat Oct 15 22:08:47 2016 us=32700 ROUTE: CreateIpForwardEntry succeeded with dwForwardMetric1=30 and dwForwardType=4
Sat Oct 15 22:08:47 2016 us=32700 Route addition via IPAPI succeeded [adaptive]
Sat Oct 15 22:08:47 2016 us=32700 Initialization Sequence Completed
Sat Oct 15 22:08:47 2016 us=32700 MANAGEMENT: >STATE:1476562127,CONNECTED,SUCCESS,172.16.0.6,xxx.xxx.xxx.xxx

 
Last edited:
Status
Not open for further replies.
Top