0% found this document useful (0 votes)
58 views3 pages

WW

The document is a log from running an OpenVPN client. It shows: 1) The OpenVPN client connecting to a server at an IP address, authenticating with a username and password, and establishing a TLS control and data channel. 2) The client receiving network configuration options from the server, including an IP address and routes to add. 3) The client configuring the virtual network interface and adding routes, but failing to add some routes since the network is unreachable.

Uploaded by

H. Abdolmaleky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views3 pages

WW

The document is a log from running an OpenVPN client. It shows: 1) The OpenVPN client connecting to a server at an IP address, authenticating with a username and password, and establishing a TLS control and data channel. 2) The client receiving network configuration options from the server, including an IP address and routes to add. 3) The client configuring the virtual network interface and adding routes, but failing to add some routes since the network is unreachable.

Uploaded by

H. Abdolmaleky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

root@ubunto:~#

root@ubunto:~# openvpn --config /home/maleky/TDC.ovpn


2023-10-09 16:40:11 us=813860 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but
missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Futur
e OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC'
to --data-ciphers or change --cipher 'AES-256-CBC' to --dat
a-ciphers-fallback 'AES-256-CBC' to silence this warning.
2023-10-09 16:40:11 us=816925 Current Parameter Settings:
2023-10-09 16:40:11 us=817656 config = '/home/maleky/TDC.ovpn'
2023-10-09 16:40:11 us=817694 mode = 0
2023-10-09 16:40:11 us=817709 persist_config = DISABLED
2023-10-09 16:40:11 us=817724 persist_mode = 1
2023-10-09 16:40:11 us=817737 show_ciphers = DISABLED
2023-10-09 16:40:11 us=817751 show_digests = DISABLED
2023-10-09 16:40:11 us=817764 show_engines = DISABLED
2023-10-09 16:40:11 us=817778 genkey = DISABLED
2023-10-09 16:40:11 us=817791 genkey_filename = '[UNDEF]'
2023-10-09 16:40:11 us=818116 NOTE: --mute triggered...
2023-10-09 16:40:11 us=818150 279 variation(s) on previous 10 message(s) suppressed
by --mute
2023-10-09 16:40:11 us=818167 OpenVPN 2.5.5 x86_64-pc-linux-gnu [SSL (OpenSSL)]
[LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jul
14 2022
2023-10-09 16:40:11 us=818264 library versions: OpenSSL 3.0.2 15 Mar 2022, LZO 2.10
Enter Auth Username: maleky2
🔐 Enter Auth Password: *******
2023-10-09 16:40:21 us=273642 Control Channel MTU parms [ L:1623 D:1210 EF:40 EB:0
ET:0 EL:3 ]
2023-10-09 16:40:21 us=273820 Data Channel MTU parms [ L:1623 D:1450 EF:123 EB:406
ET:0 EL:3 ]
2023-10-09 16:40:21 us=273885 Local Options String (VER=V4): 'V4,dev-type tun,link-
mtu 1559,tun-mtu 1500,proto TCPv4_CLIENT,cipher AES-256-CB
C,auth SHA1,keysize 256,key-method 2,tls-client'
2023-10-09 16:40:21 us=273919 Expected Remote Options String (VER=V4): 'V4,dev-type
tun,link-mtu 1559,tun-mtu 1500,proto TCPv4_SERVER,cipher
AES-256-CBC,auth SHA1,keysize 256,key-method 2,tls-server'
2023-10-09 16:40:21 us=273967 TCP/UDP: Preserving recently used remote address:
[AF_INET]46.249.120.229:1195
2023-10-09 16:40:21 us=274008 Socket Buffers: R=[131072->131072] S=[16384->16384]
2023-10-09 16:40:21 us=274053 Attempting to establish TCP connection with
[AF_INET]46.249.120.229:1195 [nonblock]
2023-10-09 16:40:21 us=316317 TCP connection established with
[AF_INET]46.249.120.229:1195
2023-10-09 16:40:21 us=316380 TCP_CLIENT link local: (not bound)
2023-10-09 16:40:21 us=316390 TCP_CLIENT link remote: [AF_INET]46.249.120.229:1195
2023-10-09 16:40:21 us=359473 TLS: Initial packet from
[AF_INET]46.249.120.229:1195, sid=0238e47e 2b642736
2023-10-09 16:40:23 us=168899 VERIFY OK: depth=1, CN=example.com
2023-10-09 16:40:23 us=169674 VERIFY KU OK
2023-10-09 16:40:23 us=169791 Validating certificate extended key usage
2023-10-09 16:40:23 us=169808 ++ Certificate has EKU (str) TLS Web Server
Authentication, expects TLS Web Server Authentication
2023-10-09 16:40:23 us=169819 VERIFY EKU OK
2023-10-09 16:40:23 us=169829 VERIFY OK: depth=0, CN=*.example.com
2023-10-09 16:40:23 us=551951 WARNING: 'link-mtu' is used inconsistently,
local='link-mtu 1559', remote='link-mtu 1495'
2023-10-09 16:40:23 us=552037 WARNING: 'tun-mtu' is used inconsistently,
local='tun-mtu 1500', remote='tun-mtu 1436'
2023-10-09 16:40:23 us=552277 Control Channel: TLSv1.2, cipher TLSv1.2 ECDHE-RSA-
AES256-GCM-SHA384, peer certificate: 4096 bit RSA, signature
: RSA-SHA256
2023-10-09 16:40:23 us=553417 [*.example.com] Peer Connection Initiated with
[AF_INET]46.249.120.229:1195
2023-10-09 16:40:23 us=774622 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:23 us=844392 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:24 us=116967 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:24 us=117117 SENT CONTROL [*.example.com]: 'PUSH_REQUEST'
(status=1)
2023-10-09 16:40:24 us=162557 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:24 us=604313 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:24 us=683915 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:29 us=709449 SENT CONTROL [*.example.com]: 'PUSH_REQUEST'
(status=1)
2023-10-09 16:40:31 us=220117 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:31 us=244187 Key [AF_INET]46.249.120.229:1195 [0] not initialized
(yet), dropping packet.
2023-10-09 16:40:34 us=483980 SENT CONTROL [*.example.com]: 'PUSH_REQUEST'
(status=1)
2023-10-09 16:40:34 us=581692 PUSH: Received control message: 'PUSH_REPLY,dhcp-
option DNS 8.8.8.8,ping 20,ping-restart 60,topology subnet,rou
te-gateway 46.249.120.229,ifconfig 192.168.222.18 255.255.255.0'
2023-10-09 16:40:34 us=581977 OPTIONS IMPORT: timers and/or timeouts modified
2023-10-09 16:40:34 us=582009 OPTIONS IMPORT: --ifconfig/up options modified
2023-10-09 16:40:34 us=582033 OPTIONS IMPORT: route-related options modified
2023-10-09 16:40:34 us=582053 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option
options modified
2023-10-09 16:40:34 us=582081 Using peer cipher 'AES-256-CBC'
2023-10-09 16:40:34 us=582489 Outgoing Data Channel: Cipher 'AES-256-CBC'
initialized with 256 bit key
2023-10-09 16:40:34 us=582565 Outgoing Data Channel: Using 160 bit message hash
'SHA1' for HMAC authentication
2023-10-09 16:40:34 us=582608 Incoming Data Channel: Cipher 'AES-256-CBC'
initialized with 256 bit key
2023-10-09 16:40:34 us=582648 Incoming Data Channel: Using 160 bit message hash
'SHA1' for HMAC authentication
2023-10-09 16:40:34 us=582719 net_route_v4_best_gw query: dst 0.0.0.0
2023-10-09 16:40:34 us=583049 net_route_v4_best_gw result: via 192.168.8.1 dev
ens32
2023-10-09 16:40:34 us=583967 ROUTE_GATEWAY 192.168.8.1/255.255.255.0 IFACE=ens32
HWADDR=00:0c:29:00:8e:10
2023-10-09 16:40:34 us=591240 TUN/TAP device tun1 opened
2023-10-09 16:40:34 us=591348 do_ifconfig, ipv4=1, ipv6=0
2023-10-09 16:40:34 us=591535 net_iface_mtu_set: mtu 1500 for tun1
2023-10-09 16:40:34 us=591678 net_iface_up: set tun1 up
2023-10-09 16:40:34 us=600295 net_addr_v4_add: 192.168.222.18/24 dev tun1
2023-10-09 16:40:34 us=629743 net_route_v4_add: 46.249.120.229/32 via 192.168.8.1
dev [NULL] table 0 metric -1
2023-10-09 16:40:34 us=629840 net_route_v4_add: 0.0.0.0/1 via 46.249.120.229 dev
[NULL] table 0 metric -1
2023-10-09 16:40:34 us=629903 sitnl_send: rtnl: generic error (-101): Network is
unreachable
2023-10-09 16:40:34 us=629922 ERROR: Linux route add command failed
2023-10-09 16:40:34 us=629935 net_route_v4_add: 128.0.0.0/1 via 46.249.120.229 dev
[NULL] table 0 metric -1
2023-10-09 16:40:34 us=629977 sitnl_send: rtnl: generic error (-101): Network is
unreachable
2023-10-09 16:40:34 us=629992 ERROR: Linux route add command failed
2023-10-09 16:40:34 us=630042 Initialization Sequence Completed

You might also like