I cant use mmci and gnome gui on my laptop, because have error:
sudo nmcli connection import type openvpn file OpenVPN.ovpn
Ошибка: не удалось импортировать 'OpenVPN.ovpn':
configuration error: unsupported 3th argument vpn_gateway to “route” (line 13).
But i succesfuly connected with:
sudo openvpn --config OpenVPN.ovpn
and have opened tunnel:
tun2: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.0.10.6 netmask 255.255.255.255 destination 10.0.10.5
inet6 fe80::1d06:5638:3178:e66d prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100
And now, how i can use this tunnel for surfing the Internet through a browser?