I still cannot connect to HTB with my vpn files

As I have stated in a previous post, everything was working fine, I disconnected and when I tried to reconnect I had this error when trying to openvpn:

2022-01-22 05:38:00 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
2022-01-22 05:38:00 DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-128-CBC' to --data-ciphers or change --cipher 'AES-128-CBC' to --data-ciphers-fallback 'AES-128-CBC' to silence this warning.
2022-01-22 05:38:00 OpenVPN 2.5.1 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2021
2022-01-22 05:38:00 library versions: OpenSSL 1.1.1m  14 Dec 2021, LZO 2.10
2022-01-22 05:38:00 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-01-22 05:38:00 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-01-22 05:38:01 TCP/UDP: Preserving recently used remote address: [AF_INET]5.44.235.180:1337
2022-01-22 05:38:01 Socket Buffers: R=[212992->212992] S=[212992->212992]
2022-01-22 05:38:01 UDP link local: (not bound)
2022-01-22 05:38:01 UDP link remote: [AF_INET]5.44.235.180:1337
2022-01-22 05:38:01 TLS: Initial packet from [AF_INET]5.44.235.180:1337, sid=0b9c8ce8 0c0e00dd
2022-01-22 05:38:01 VERIFY OK: depth=1, CN=HackTheBox
2022-01-22 05:38:01 VERIFY KU OK
2022-01-22 05:38:01 Validating certificate extended key usage
2022-01-22 05:38:01 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
2022-01-22 05:38:01 VERIFY EKU OK
2022-01-22 05:38:01 VERIFY OK: depth=0, CN=htb
2022-01-22 05:38:01 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA
2022-01-22 05:38:01 [htb] Peer Connection Initiated with [AF_INET]5.44.235.180:1337
2022-01-22 05:38:01 PUSH: Received control message: 'PUSH_REPLY,route 10.10.10.0 255.255.254.0,route 10.129.0.0 255.255.0.0,route-ipv6 dead:beef::/64,tun-ipv6,route-gateway 10.10.14.1,topology subnet,ping 10,ping-restart 120,ifconfig-ipv6 dead:beef:2::100c/64 dead:beef:2::1,ifconfig 10.10.14.14 255.255.254.0,peer-id 0,cipher AES-128-CBC'
2022-01-22 05:38:01 OPTIONS IMPORT: timers and/or timeouts modified
2022-01-22 05:38:01 OPTIONS IMPORT: --ifconfig/up options modified
2022-01-22 05:38:01 OPTIONS IMPORT: route options modified
2022-01-22 05:38:01 OPTIONS IMPORT: route-related options modified
2022-01-22 05:38:01 OPTIONS IMPORT: peer-id set
2022-01-22 05:38:01 OPTIONS IMPORT: adjusting link_mtu to 1625
2022-01-22 05:38:01 OPTIONS IMPORT: data channel crypto options modified
2022-01-22 05:38:01 Outgoing Data Channel: Cipher 'AES-128-CBC' initialized with 128 bit key
2022-01-22 05:38:01 Outgoing Data Channel: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-01-22 05:38:01 Incoming Data Channel: Cipher 'AES-128-CBC' initialized with 128 bit key
2022-01-22 05:38:01 Incoming Data Channel: Using 256 bit message hash 'SHA256' for HMAC authentication
2022-01-22 05:38:01 net_route_v4_best_gw query: dst 0.0.0.0
2022-01-22 05:38:01 net_route_v4_best_gw result: via 10.0.2.2 dev eth0
2022-01-22 05:38:01 ROUTE_GATEWAY 10.0.2.2/255.255.255.0 IFACE=eth0 HWADDR=08:00:27:43:73:bc
2022-01-22 05:38:01 GDG6: remote_host_ipv6=n/a
2022-01-22 05:38:01 net_route_v6_best_gw query: dst ::
2022-01-22 05:38:01 sitnl_send: rtnl: generic error (-101): Network is unreachable
2022-01-22 05:38:01 ROUTE6: default_gateway=UNDEF
2022-01-22 05:38:01 ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1)
2022-01-22 05:38:01 Exiting due to fatal error

what does this mean ? how do I go about fixing it ?