I'm trying to connect a Debian 10.3 to an OpenVPN VPN through OpenVPN's linux client, installed with apt. The connection is succesfull, the network interface is created correctly and the routing table is also updated. This is the output of route -n
miguel@diaguita:~$ sudo route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 enp0s3
10.90.47.0 10.229.126.21 255.255.255.0 UG 0 0 0 tun0
10.229.126.1 10.229.126.21 255.255.255.255 UGH 0 0 0 tun0
10.229.126.21 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
157.92.0.0 10.229.126.21 255.255.0.0 UG 0 0 0 tun0
172.16.0.0 10.229.126.21 255.240.0.0 UG 0 0 0 tun0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 enp0s3
However, I tried to communicate to some adresses in the range 157.92.0.0/16 (correctly routed) but I'm getting a timeout error. I know the problem is not with the VPN server or the adresses I'm trying to connect to, because I can access them with another VPN client.