Я выполнил следующее:
- для начала установил
sudo apt update
sudo apt install openvpn-systemd-resolved
- подправил файл *.ovpn (расположен /etc/openvpn/config/), в конец добавил строки:
script-security 2
up /etc/openvpn/update-systemd-resolved
down /etc/openvpn/update-systemd-resolved
down-pre
- поправил файл hosts
ip_to_gateway_vpn_server *****************.azmk8s.io
Проверил
nslookup *****************.azmk8s.io ip_to_gateway_vpn_server
Увидел, что имя разрешается нормально.
Проверил ping по имени сервера (ping показал что пакеты прекрасно проходят).
systemd-resolve --status
Link 8 (tun0)
Current Scopes: DNS
DefaultRoute setting: yes
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Current DNS Server: ip_to_gateway_vpn_server
DNS Servers: ip_to_gateway_vpn_server
Но при попытке получить доступ к pods :
kubectl get pods
Unable to connect to the server: EOF
Запуск графической утилиты Lens указывает на :
name_vpn_server
Authentication proxy started
http: proxy error: EOF
502 - undefined
Пользователь добавил сообщение 29 Июня 2022, 16:27:37:
пробовал переключитья на другую сеть, утилита Lens пишет
http: proxy error: dial tcp ip_vpn_server:443: i/o timeout
Есть ли у кого идеи как это починить ?