Robustel R2000-4L <-> pfSense OpenVPN = No Go
Posted: Sun Aug 02, 2020 3:15 pm
Hi All
I'm having some trouble getting this working. It won't even connect it seems. I'm using server type Peer to Peer with Shared key. I have imported the key into the Robustel device already.
The connection simply shows "Bad compression stub decompression header" on the pfSense end, and just repeats like that indefinitely. Configs and logs are below (verb=6). Any help appreciated.
Logs:
OpenVPN Log exported from Robustel
And the OpenVPN log exported from the pfSense:
I'm having some trouble getting this working. It won't even connect it seems. I'm using server type Peer to Peer with Shared key. I have imported the key into the Robustel device already.
The connection simply shows "Bad compression stub decompression header" on the pfSense end, and just repeats like that indefinitely. Configs and logs are below (verb=6). Any help appreciated.
OpenVPN Config on pfSense
dev ovpns3
verb 6
dev-type tun
dev-node /dev/tun3
writepid /var/run/openvpn_server3.pid
#user nobody
#group nobody
script-security 3
daemon
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
proto udp4
cipher AES-128-CBC
auth SHA256
up /usr/local/sbin/ovpn-linkup
down /usr/local/sbin/ovpn-linkdown
local 1.2.3.4
ifconfig 10.8.0.1 10.8.0.2
lport 1194
management /var/etc/openvpn/server3.sock unix
route 192.168.0.1 255.255.255.0
secret /var/etc/openvpn/server3.secret
comp-lzo no
verb 6
dev-type tun
dev-node /dev/tun3
writepid /var/run/openvpn_server3.pid
#user nobody
#group nobody
script-security 3
daemon
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
proto udp4
cipher AES-128-CBC
auth SHA256
up /usr/local/sbin/ovpn-linkup
down /usr/local/sbin/ovpn-linkdown
local 1.2.3.4
ifconfig 10.8.0.1 10.8.0.2
lport 1194
management /var/etc/openvpn/server3.sock unix
route 192.168.0.1 255.255.255.0
secret /var/etc/openvpn/server3.secret
comp-lzo no
OpenVPN Config on Robustel R2000-4L
tunnel {
id = 1
enable = true
desc = ""
mode = p2p
tls_mode = none
route = ""
push_route = ""
protocol = udp
peer_addr = 1.2.3.4
peer_port = 1194
listen_ip = ""
listen_port = 1194
interface_type = tun
auth_type = preshared
username = ""
password = ""
local_ip = 10.8.0.2
remote_ip = 10.8.0.1
netmask = 255.255.255.0
ip_pool_enable = false
ip_pool_start = 10.8.0.5
ip_pool_end = 10.8.0.254
client_subnet = 10.8.0.0
client_netmask = 255.255.255.0
encryption = aes_128
authentication = sha256
reneg_interval = 86400
max_client_num = 10
keepalive_interval = 20
keepalive_timeout = 120
mtu = 1500
fragment = ""
private_key_password = ""
compress_enable = false
default_gateway_enable = false
bridge_with_lan0_enable = true
nat_enable = false
dns_override_enable = false
verbose_level = 6
hmac_firwall = false
crl_enable = false
c2c_enable = false
dup_client_enable = false
ip_persist_enable = true
pkcs12_enable = false
ns_cert_type_enable = false
expert = ""
id = 1
enable = true
desc = ""
mode = p2p
tls_mode = none
route = ""
push_route = ""
protocol = udp
peer_addr = 1.2.3.4
peer_port = 1194
listen_ip = ""
listen_port = 1194
interface_type = tun
auth_type = preshared
username = ""
password = ""
local_ip = 10.8.0.2
remote_ip = 10.8.0.1
netmask = 255.255.255.0
ip_pool_enable = false
ip_pool_start = 10.8.0.5
ip_pool_end = 10.8.0.254
client_subnet = 10.8.0.0
client_netmask = 255.255.255.0
encryption = aes_128
authentication = sha256
reneg_interval = 86400
max_client_num = 10
keepalive_interval = 20
keepalive_timeout = 120
mtu = 1500
fragment = ""
private_key_password = ""
compress_enable = false
default_gateway_enable = false
bridge_with_lan0_enable = true
nat_enable = false
dns_override_enable = false
verbose_level = 6
hmac_firwall = false
crl_enable = false
c2c_enable = false
dup_client_enable = false
ip_persist_enable = true
pkcs12_enable = false
ns_cert_type_enable = false
expert = ""
Logs:
OpenVPN Log exported from Robustel
Code: Select all
Aug 3 03:01:13 router user.debug init[1]: services to restart: openvpn
Aug 3 03:01:13 router user.notice init[1]: OpenVPN configure file create successfully.
Aug 3 03:01:13 router daemon.notice openvpn[2964]: Current Parameter Settings:
Aug 3 03:01:13 router daemon.notice openvpn[2964]: config = '/etc/openvpn/Tunnel_1/config'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mode = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_config = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_mode = 1
Aug 3 03:01:13 router daemon.notice openvpn[2964]: show_ciphers = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: show_digests = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: show_engines = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: genkey = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: key_pass_file = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: show_tls_ciphers = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: Connection profiles [default]:
Aug 3 03:01:13 router daemon.notice openvpn[2964]: proto = udp
Aug 3 03:01:13 router daemon.notice openvpn[2964]: local = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: local_port = 1194
Aug 3 03:01:13 router daemon.notice openvpn[2964]: remote = '82.163.122.35'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: remote_port = 1194
Aug 3 03:01:13 router daemon.notice openvpn[2964]: remote_float = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: bind_defined = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: bind_local = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: connect_retry_seconds = 5
Aug 3 03:01:13 router daemon.notice openvpn[2964]: connect_timeout = 10
Aug 3 03:01:13 router daemon.notice openvpn[2964]: connect_retry_max = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: socks_proxy_server = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: socks_proxy_port = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: socks_proxy_retry = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: tun_mtu = 1500
Aug 3 03:01:13 router daemon.notice openvpn[2964]: tun_mtu_defined = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: link_mtu = 1500
Aug 3 03:01:13 router daemon.notice openvpn[2964]: link_mtu_defined = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: tun_mtu_extra = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: tun_mtu_extra_defined = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mtu_discover_type = -1
Aug 3 03:01:13 router daemon.notice openvpn[2964]: fragment = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mssfix = 1450
Aug 3 03:01:13 router daemon.notice openvpn[2964]: explicit_exit_notification = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: Connection profiles END
Aug 3 03:01:13 router daemon.notice openvpn[2964]: remote_random = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ipchange = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: dev = 'tun1'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: dev_type = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: dev_node = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: lladdr = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: topology = 1
Aug 3 03:01:13 router daemon.notice openvpn[2964]: tun_ipv6 = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_local = '10.8.0.2'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_remote_netmask = '10.8.0.1'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_noexec = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_nowarn = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_ipv6_local = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_ipv6_netbits = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ifconfig_ipv6_remote = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: shaper = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mtu_test = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mlock = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: keepalive_ping = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: keepalive_timeout = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: inactivity_timeout = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ping_send_timeout = 20
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ping_rec_timeout = 120
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ping_rec_timeout_action = 2
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ping_timer_remote = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: remap_sigusr1 = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_tun = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_local_ip = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_remote_ip = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: persist_key = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: passtos = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: resolve_retry_seconds = 1000000000
Aug 3 03:01:13 router daemon.notice openvpn[2964]: username = 'root'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: groupname = 'root'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: chroot_dir = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: cd_dir = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: writepid = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: up_script = '/usr/bin/ovpn_up 1'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: down_script = '/usr/bin/ovpn_down 1'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: down_pre = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: up_restart = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: up_delay = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: daemon = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: inetd = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: log = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: suppress_timestamps = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: nice = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: verbosity = 6
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mute = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: status_file = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: status_file_version = 1
Aug 3 03:01:13 router daemon.notice openvpn[2964]: status_file_update_freq = 60
Aug 3 03:01:13 router daemon.notice openvpn[2964]: occ = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: rcvbuf = 65536
Aug 3 03:01:13 router daemon.notice openvpn[2964]: sndbuf = 65536
Aug 3 03:01:13 router daemon.notice openvpn[2964]: mark = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: sockflags = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: fast_io = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: lzo = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_script = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_default_gateway = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_default_metric = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_noexec = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_delay = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_delay_window = 30
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_delay_defined = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_nopull = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: route_gateway_via_dhcp = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: max_routes = 100
Aug 3 03:01:13 router daemon.notice openvpn[2964]: allow_pull_fqdn = DISABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_addr = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_port = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_user_pass = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_log_history_cache = 250
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_echo_buffer_size = 100
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_write_peer_info_file = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_client_user = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_client_group = '[UNDEF]'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: management_flags = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: shared_secret_file = '/tmp/openvpn/Tunnel_1/pre-share.key'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: key_direction = 0
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ciphername_defined = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: ciphername = 'AES-128-CBC'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: authname_defined = ENABLED
Aug 3 03:01:13 router daemon.notice openvpn[2964]: authname = 'SHA256'
Aug 3 03:01:13 router daemon.notice openvpn[2964]: prng_hash = 'SHA1'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: prng_nonce_secret_len = 16
Aug 3 03:01:14 router daemon.notice openvpn[2964]: keysize = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: engine = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: replay = ENABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: mute_replay_warnings = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: replay_window = 64
Aug 3 03:01:14 router daemon.notice openvpn[2964]: replay_time = 15
Aug 3 03:01:14 router daemon.notice openvpn[2964]: packet_id_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: use_iv = ENABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: test_crypto = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_server = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_client = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: key_method = 2
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ca_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ca_path = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: dh_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: cert_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: priv_key_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: pkcs12_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: cipher_list = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_verify = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_export_cert = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: verify_x509_type = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: verify_x509_name = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: crl_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ns_cert_type = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_ku[i] = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: remote_cert_eku = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ssl_flags = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_timeout = 2
Aug 3 03:01:14 router daemon.notice openvpn[2964]: renegotiate_bytes = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: renegotiate_packets = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: renegotiate_seconds = 3600
Aug 3 03:01:14 router daemon.notice openvpn[2964]: handshake_window = 60
Aug 3 03:01:14 router daemon.notice openvpn[2964]: transition_window = 3600
Aug 3 03:01:14 router daemon.notice openvpn[2964]: single_session = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_peer_info = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_exit = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tls_auth_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_network = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_netmask = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_network_ipv6 = ::
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_netbits_ipv6 = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_bridge_ip = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_bridge_netmask = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_bridge_pool_start = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: server_bridge_pool_end = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_defined = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_start = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_end = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_netmask = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_persist_filename = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_pool_persist_refresh_freq = 600
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_ipv6_pool_defined = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_ipv6_pool_base = ::
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ifconfig_ipv6_pool_netbits = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: n_bcast_buf = 256
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tcp_queue_limit = 64
Aug 3 03:01:14 router daemon.notice openvpn[2964]: real_hash_size = 256
Aug 3 03:01:14 router daemon.notice openvpn[2964]: virtual_hash_size = 256
Aug 3 03:01:14 router daemon.notice openvpn[2964]: client_connect_script = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: learn_address_script = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: client_disconnect_script = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: client_config_dir = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: ccd_exclusive = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: tmp_dir = '/tmp'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_defined = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_local = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_remote_netmask = 0.0.0.0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_ipv6_defined = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_ipv6_local = ::/0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: push_ifconfig_ipv6_remote = ::
Aug 3 03:01:14 router daemon.notice openvpn[2964]: enable_c2c = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: duplicate_cn = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: cf_max = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: cf_per = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: max_clients = 1024
Aug 3 03:01:14 router daemon.notice openvpn[2964]: max_routes_per_client = 256
Aug 3 03:01:14 router daemon.notice openvpn[2964]: auth_user_pass_verify_script = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: auth_user_pass_verify_script_via_file = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: port_share_host = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: port_share_port = 0
Aug 3 03:01:14 router daemon.notice openvpn[2964]: client = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: pull = DISABLED
Aug 3 03:01:14 router daemon.notice openvpn[2964]: auth_user_pass_file = '[UNDEF]'
Aug 3 03:01:14 router daemon.notice openvpn[2964]: OpenVPN 2.3.8 mips-ar9341-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [IPv6] built on Nov 22 2019
Aug 3 03:01:14 router daemon.notice openvpn[2964]: library versions: OpenSSL 1.0.1j 15 Oct 2014, LZO 2.09
Aug 3 03:01:14 router user.notice init[1]: OpenVPN Tunnel_1 started
Aug 3 03:01:14 router daemon.warn openvpn[2968]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Static Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Static Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Static Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Static Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Socket Buffers: R=[163840->131072] S=[163840->131072]
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Data Channel MTU parms [ L:1572 D:1450 EF:72 EB:12 ET:0 EL:3 ]
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Local Options String: 'V4,dev-type tun,link-mtu 1572,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.1 10.8.0.2,cipher AES-128-CBC,auth SHA256,keysize 128,secret'
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Expected Remote Options String: 'V4,dev-type tun,link-mtu 1572,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.2 10.8.0.1,cipher AES-128-CBC,auth SHA256,keysize 128,secret'
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Local Options hash (VER=V4): 'f439db36'
Aug 3 03:01:14 router daemon.notice openvpn[2968]: Expected Remote Options hash (VER=V4): 'c15a52c6'
Aug 3 03:01:14 router daemon.notice openvpn[2968]: NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay
Aug 3 03:01:14 router daemon.notice openvpn[2968]: UDPv4 link local (bound): [undef]
Aug 3 03:01:14 router daemon.notice openvpn[2968]: UDPv4 link remote: [AF_INET]82.163.122.35:1194
Aug 3 03:01:14 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:01:24 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:01:34 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:01:44 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:01:54 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:05 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:15 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:25 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:35 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:46 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Aug 3 03:02:56 router daemon.notice openvpn[2968]: UDPv4 WRITE [80] to [AF_INET]82.163.122.35:1194: DATA len=80
Code: Select all
Aug 3 03:00:24 openvpn 41248 event_wait : Interrupted system call (code=4)
Aug 3 03:00:24 openvpn 41248 TCP/UDP: Closing socket
Aug 3 03:00:24 openvpn 41248 /sbin/route delete -net 192.168.0.1 10.8.0.2 255.255.255.0
Aug 3 03:00:24 openvpn 41248 Closing TUN/TAP interface
Aug 3 03:00:24 openvpn 41248 /usr/local/sbin/ovpn-linkdown ovpns3 1500 1573 10.8.0.1 10.8.0.2 init
Aug 3 03:00:24 openvpn 41248 SIGTERM[hard,] received, process exiting
Aug 3 03:00:25 openvpn 38189 disabling NCP mode (--ncp-disable) because not in P2MP client or server mode
Aug 3 03:00:25 openvpn 38189 Current Parameter Settings:
Aug 3 03:00:25 openvpn 38189 config = '/var/etc/openvpn/server3.conf'
Aug 3 03:00:25 openvpn 38189 mode = 0
Aug 3 03:00:25 openvpn 38189 show_ciphers = DISABLED
Aug 3 03:00:25 openvpn 38189 show_digests = DISABLED
Aug 3 03:00:25 openvpn 38189 show_engines = DISABLED
Aug 3 03:00:25 openvpn 38189 genkey = DISABLED
Aug 3 03:00:25 openvpn 38189 key_pass_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 show_tls_ciphers = DISABLED
Aug 3 03:00:25 openvpn 38189 connect_retry_max = 0
Aug 3 03:00:25 openvpn 38189 Connection profiles [0]:
Aug 3 03:00:25 openvpn 38189 proto = udp4
Aug 3 03:00:25 openvpn 38189 local = '82.163.122.35'
Aug 3 03:00:25 openvpn 38189 local_port = '1194'
Aug 3 03:00:25 openvpn 38189 remote = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 remote_port = '1194'
Aug 3 03:00:25 openvpn 38189 remote_float = DISABLED
Aug 3 03:00:25 openvpn 38189 bind_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 bind_local = ENABLED
Aug 3 03:00:25 openvpn 38189 bind_ipv6_only = DISABLED
Aug 3 03:00:25 openvpn 38189 connect_retry_seconds = 5
Aug 3 03:00:25 openvpn 38189 connect_timeout = 120
Aug 3 03:00:25 openvpn 38189 socks_proxy_server = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 socks_proxy_port = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 tun_mtu = 1500
Aug 3 03:00:25 openvpn 38189 tun_mtu_defined = ENABLED
Aug 3 03:00:25 openvpn 38189 link_mtu = 1500
Aug 3 03:00:25 openvpn 38189 link_mtu_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 tun_mtu_extra = 0
Aug 3 03:00:25 openvpn 38189 tun_mtu_extra_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 mtu_discover_type = -1
Aug 3 03:00:25 openvpn 38189 fragment = 0
Aug 3 03:00:25 openvpn 38189 mssfix = 1450
Aug 3 03:00:25 openvpn 38189 explicit_exit_notification = 0
Aug 3 03:00:25 openvpn 38189 Connection profiles END
Aug 3 03:00:25 openvpn 38189 remote_random = DISABLED
Aug 3 03:00:25 openvpn 38189 ipchange = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 dev = 'ovpns3'
Aug 3 03:00:25 openvpn 38189 dev_type = 'tun'
Aug 3 03:00:25 openvpn 38189 dev_node = '/dev/tun3'
Aug 3 03:00:25 openvpn 38189 lladdr = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 topology = 1
Aug 3 03:00:25 openvpn 38189 ifconfig_local = '10.8.0.1'
Aug 3 03:00:25 openvpn 38189 ifconfig_remote_netmask = '10.8.0.2'
Aug 3 03:00:25 openvpn 38189 ifconfig_noexec = DISABLED
Aug 3 03:00:25 openvpn 38189 ifconfig_nowarn = DISABLED
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_local = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_netbits = 0
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_remote = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 shaper = 0
Aug 3 03:00:25 openvpn 38189 mtu_test = 0
Aug 3 03:00:25 openvpn 38189 mlock = DISABLED
Aug 3 03:00:25 openvpn 38189 keepalive_ping = 10
Aug 3 03:00:25 openvpn 38189 keepalive_timeout = 60
Aug 3 03:00:25 openvpn 38189 inactivity_timeout = 0
Aug 3 03:00:25 openvpn 38189 ping_send_timeout = 10
Aug 3 03:00:25 openvpn 38189 ping_rec_timeout = 60
Aug 3 03:00:25 openvpn 38189 ping_rec_timeout_action = 2
Aug 3 03:00:25 openvpn 38189 ping_timer_remote = ENABLED
Aug 3 03:00:25 openvpn 38189 remap_sigusr1 = 0
Aug 3 03:00:25 openvpn 38189 persist_tun = ENABLED
Aug 3 03:00:25 openvpn 38189 persist_local_ip = DISABLED
Aug 3 03:00:25 openvpn 38189 persist_remote_ip = DISABLED
Aug 3 03:00:25 openvpn 38189 persist_key = ENABLED
Aug 3 03:00:25 openvpn 38189 passtos = DISABLED
Aug 3 03:00:25 openvpn 38189 resolve_retry_seconds = 1000000000
Aug 3 03:00:25 openvpn 38189 resolve_in_advance = DISABLED
Aug 3 03:00:25 openvpn 38189 username = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 groupname = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 chroot_dir = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 cd_dir = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 writepid = '/var/run/openvpn_server3.pid'
Aug 3 03:00:25 openvpn 38189 up_script = '/usr/local/sbin/ovpn-linkup'
Aug 3 03:00:25 openvpn 38189 down_script = '/usr/local/sbin/ovpn-linkdown'
Aug 3 03:00:25 openvpn 38189 down_pre = DISABLED
Aug 3 03:00:25 openvpn 38189 up_restart = DISABLED
Aug 3 03:00:25 openvpn 38189 up_delay = DISABLED
Aug 3 03:00:25 openvpn 38189 daemon = ENABLED
Aug 3 03:00:25 openvpn 38189 inetd = 0
Aug 3 03:00:25 openvpn 38189 log = DISABLED
Aug 3 03:00:25 openvpn 38189 suppress_timestamps = DISABLED
Aug 3 03:00:25 openvpn 38189 machine_readable_output = DISABLED
Aug 3 03:00:25 openvpn 38189 nice = 0
Aug 3 03:00:25 openvpn 38189 verbosity = 6
Aug 3 03:00:25 openvpn 38189 mute = 0
Aug 3 03:00:25 openvpn 38189 gremlin = 0
Aug 3 03:00:25 openvpn 38189 status_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 status_file_version = 1
Aug 3 03:00:25 openvpn 38189 status_file_update_freq = 60
Aug 3 03:00:25 openvpn 38189 occ = ENABLED
Aug 3 03:00:25 openvpn 38189 rcvbuf = 0
Aug 3 03:00:25 openvpn 38189 sndbuf = 0
Aug 3 03:00:25 openvpn 38189 sockflags = 0
Aug 3 03:00:25 openvpn 38189 fast_io = DISABLED
Aug 3 03:00:25 openvpn 38189 comp.alg = 1
Aug 3 03:00:25 openvpn 38189 comp.flags = 0
Aug 3 03:00:25 openvpn 38189 route_script = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 route_default_gateway = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 route_default_metric = 0
Aug 3 03:00:25 openvpn 38189 route_noexec = DISABLED
Aug 3 03:00:25 openvpn 38189 route_delay = 0
Aug 3 03:00:25 openvpn 38189 route_delay_window = 30
Aug 3 03:00:25 openvpn 38189 route_delay_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 route_nopull = DISABLED
Aug 3 03:00:25 openvpn 38189 route_gateway_via_dhcp = DISABLED
Aug 3 03:00:25 openvpn 38189 allow_pull_fqdn = DISABLED
Aug 3 03:00:25 openvpn 38189 route 192.168.0.1/255.255.255.0/default (not set)/default (not set)
Aug 3 03:00:25 openvpn 38189 management_addr = '/var/etc/openvpn/server3.sock'
Aug 3 03:00:25 openvpn 38189 management_port = 'unix'
Aug 3 03:00:25 openvpn 38189 management_user_pass = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 management_log_history_cache = 250
Aug 3 03:00:25 openvpn 38189 management_echo_buffer_size = 100
Aug 3 03:00:25 openvpn 38189 management_write_peer_info_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 management_client_user = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 management_client_group = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 management_flags = 256
Aug 3 03:00:25 openvpn 38189 shared_secret_file = '/var/etc/openvpn/server3.secret'
Aug 3 03:00:25 openvpn 38189 key_direction = not set
Aug 3 03:00:25 openvpn 38189 ciphername = 'AES-128-CBC'
Aug 3 03:00:25 openvpn 38189 ncp_enabled = DISABLED
Aug 3 03:00:25 openvpn 38189 ncp_ciphers = 'AES-256-GCM:AES-128-GCM'
Aug 3 03:00:25 openvpn 38189 authname = 'SHA256'
Aug 3 03:00:25 openvpn 38189 prng_hash = 'SHA1'
Aug 3 03:00:25 openvpn 38189 prng_nonce_secret_len = 16
Aug 3 03:00:25 openvpn 38189 keysize = 0
Aug 3 03:00:25 openvpn 38189 engine = DISABLED
Aug 3 03:00:25 openvpn 38189 replay = ENABLED
Aug 3 03:00:25 openvpn 38189 mute_replay_warnings = DISABLED
Aug 3 03:00:25 openvpn 38189 replay_window = 64
Aug 3 03:00:25 openvpn 38189 replay_time = 15
Aug 3 03:00:25 openvpn 38189 packet_id_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 use_iv = ENABLED
Aug 3 03:00:25 openvpn 38189 test_crypto = DISABLED
Aug 3 03:00:25 openvpn 38189 tls_server = DISABLED
Aug 3 03:00:25 openvpn 38189 tls_client = DISABLED
Aug 3 03:00:25 openvpn 38189 key_method = 2
Aug 3 03:00:25 openvpn 38189 ca_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ca_path = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 dh_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 cert_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 extra_certs_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 priv_key_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 pkcs12_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 cipher_list = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 cipher_list_tls13 = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 tls_cert_profile = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 tls_verify = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 tls_export_cert = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 verify_x509_type = 0
Aug 3 03:00:25 openvpn 38189 verify_x509_name = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 crl_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ns_cert_type = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_ku[i] = 0
Aug 3 03:00:25 openvpn 38189 remote_cert_eku = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ssl_flags = 0
Aug 3 03:00:25 openvpn 38189 tls_timeout = 2
Aug 3 03:00:25 openvpn 38189 renegotiate_bytes = -1
Aug 3 03:00:25 openvpn 38189 renegotiate_packets = 0
Aug 3 03:00:25 openvpn 38189 renegotiate_seconds = 3600
Aug 3 03:00:25 openvpn 38189 handshake_window = 60
Aug 3 03:00:25 openvpn 38189 transition_window = 3600
Aug 3 03:00:25 openvpn 38189 single_session = DISABLED
Aug 3 03:00:25 openvpn 38189 push_peer_info = DISABLED
Aug 3 03:00:25 openvpn 38189 tls_exit = DISABLED
Aug 3 03:00:25 openvpn 38189 tls_auth_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 tls_crypt_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 server_network = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 server_netmask = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 server_network_ipv6 = ::
Aug 3 03:00:25 openvpn 38189 server_netbits_ipv6 = 0
Aug 3 03:00:25 openvpn 38189 server_bridge_ip = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 server_bridge_netmask = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 server_bridge_pool_start = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 server_bridge_pool_end = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_start = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_end = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_netmask = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_persist_filename = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ifconfig_pool_persist_refresh_freq = 600
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_pool_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_pool_base = ::
Aug 3 03:00:25 openvpn 38189 ifconfig_ipv6_pool_netbits = 0
Aug 3 03:00:25 openvpn 38189 n_bcast_buf = 256
Aug 3 03:00:25 openvpn 38189 tcp_queue_limit = 64
Aug 3 03:00:25 openvpn 38189 real_hash_size = 256
Aug 3 03:00:25 openvpn 38189 virtual_hash_size = 256
Aug 3 03:00:25 openvpn 38189 client_connect_script = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 learn_address_script = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 client_disconnect_script = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 client_config_dir = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 ccd_exclusive = DISABLED
Aug 3 03:00:25 openvpn 38189 tmp_dir = '/tmp'
Aug 3 03:00:25 openvpn 38189 push_ifconfig_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 push_ifconfig_local = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 push_ifconfig_remote_netmask = 0.0.0.0
Aug 3 03:00:25 openvpn 38189 push_ifconfig_ipv6_defined = DISABLED
Aug 3 03:00:25 openvpn 38189 push_ifconfig_ipv6_local = ::/0
Aug 3 03:00:25 openvpn 38189 push_ifconfig_ipv6_remote = ::
Aug 3 03:00:25 openvpn 38189 enable_c2c = DISABLED
Aug 3 03:00:25 openvpn 38189 duplicate_cn = DISABLED
Aug 3 03:00:25 openvpn 38189 cf_max = 0
Aug 3 03:00:25 openvpn 38189 cf_per = 0
Aug 3 03:00:25 openvpn 38189 max_clients = 1024
Aug 3 03:00:25 openvpn 38189 max_routes_per_client = 256
Aug 3 03:00:25 openvpn 38189 auth_user_pass_verify_script = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 auth_user_pass_verify_script_via_file = DISABLED
Aug 3 03:00:25 openvpn 38189 auth_token_generate = DISABLED
Aug 3 03:00:25 openvpn 38189 auth_token_lifetime = 0
Aug 3 03:00:25 openvpn 38189 port_share_host = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 port_share_port = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 client = DISABLED
Aug 3 03:00:25 openvpn 38189 pull = DISABLED
Aug 3 03:00:25 openvpn 38189 auth_user_pass_file = '[UNDEF]'
Aug 3 03:00:25 openvpn 38189 OpenVPN 2.4.9 amd64-portbld-freebsd11.3 [SSL (OpenSSL)] [LZO] [LZ4] [MH/RECVDA] [AEAD] built on May 4 2020
Aug 3 03:00:25 openvpn 38189 library versions: OpenSSL 1.0.2u-freebsd 20 Dec 2019, LZO 2.10
Aug 3 03:00:25 openvpn 38307 MANAGEMENT: unix domain socket listening on /var/etc/openvpn/server3.sock
Aug 3 03:00:25 openvpn 38307 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Aug 3 03:00:25 openvpn 38307 Outgoing Static Key Encryption: Cipher 'AES-128-CBC' initialized with 128 bit key
Aug 3 03:00:25 openvpn 38307 Outgoing Static Key Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Aug 3 03:00:25 openvpn 38307 Incoming Static Key Encryption: Cipher 'AES-128-CBC' initialized with 128 bit key
Aug 3 03:00:25 openvpn 38307 Incoming Static Key Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Aug 3 03:00:25 openvpn 38307 ROUTE_GATEWAY 60.22.192.33/255.255.255.252 IFACE=vmx1 HWADDR=00:0c:29:4c:27:9f
Aug 3 03:00:25 openvpn 38307 TUN/TAP device ovpns3 exists previously, keep at program end
Aug 3 03:00:25 openvpn 38307 TUN/TAP device /dev/tun3 opened
Aug 3 03:00:25 openvpn 38307 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
Aug 3 03:00:25 openvpn 38307 /sbin/ifconfig ovpns3 10.8.0.1 10.8.0.2 mtu 1500 netmask 255.255.255.255 up
Aug 3 03:00:25 openvpn 38307 /usr/local/sbin/ovpn-linkup ovpns3 1500 1573 10.8.0.1 10.8.0.2 init
Aug 3 03:00:25 openvpn 38307 /sbin/route add -net 192.168.0.1 10.8.0.2 255.255.255.0
Aug 3 03:00:25 openvpn 38307 Data Channel MTU parms [ L:1573 D:1450 EF:73 EB:398 ET:0 EL:3 ]
Aug 3 03:00:25 openvpn 38307 Local Options String (VER=V4): 'V4,dev-type tun,link-mtu 1573,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.2 10.8.0.1,comp-lzo,cipher AES-128-CBC,auth SHA256,keysize 128,secret'
Aug 3 03:00:25 openvpn 38307 Expected Remote Options String (VER=V4): 'V4,dev-type tun,link-mtu 1573,tun-mtu 1500,proto UDPv4,ifconfig 10.8.0.1 10.8.0.2,comp-lzo,cipher AES-128-CBC,auth SHA256,keysize 128,secret'
Aug 3 03:00:25 openvpn 38307 Socket Buffers: R=[42080->42080] S=[57344->57344]
Aug 3 03:00:25 openvpn 38307 UDPv4 link local (bound): [AF_INET]82.163.122.35:1194
Aug 3 03:00:25 openvpn 38307 UDPv4 link remote: [AF_UNSPEC]
Aug 3 03:00:25 openvpn 38307 TUN READ [76]
Aug 3 03:00:25 openvpn 38307 TUN READ [96]
Aug 3 03:00:25 openvpn 38307 TUN READ [72]
Aug 3 03:00:27 openvpn 38307 TUN READ [96]
Aug 3 03:00:28 openvpn 38307 TUN READ [76]
Aug 3 03:01:14 openvpn 38307 UDPv4 READ [80] from [AF_INET]123.123.123.154:1194: DATA len=80
Aug 3 03:01:14 openvpn 38307 Bad compression stub decompression header byte: 42
Aug 3 03:01:24 openvpn 38307 UDPv4 READ [80] from [AF_INET]123.123.123.154:1194: DATA len=80
Aug 3 03:01:24 openvpn 38307 Bad compression stub decompression header byte: 40
Aug 3 03:01:34 openvpn 38307 UDPv4 READ [80] from [AF_INET]123.123.123.154:1194: DATA len=80
Aug 3 03:01:34 openvpn 38307 Bad compression stub decompression header byte: 40
Aug 3 03:01:44 openvpn 38307 UDPv4 READ [80] from [AF_INET]123.123.123.154:1194: DATA len=80
Aug 3 03:01:44 openvpn 38307 Bad compression stub decompression header byte: 40
Aug 3 03:01:54 openvpn 38307 UDPv4 READ [80] from [AF_INET]123.123.123.154:1194: DATA len=80
Aug 3 03:01:54 openvpn 38307 Bad compression stub decompression header byte: 40