Can't update server

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
aloron
OpenVpn Newbie
Posts: 2
Joined: Sun Jul 26, 2020 7:54 am

Can't update server

Post by aloron » Sun Jul 26, 2020 8:03 am

Hi,

Openvpn is fully operating but i can't update it ...
When i execute "apt update", the server can't resolved any website.

Code: Select all

aloron@vm-openvpn:~$ sudo apt update
[sudo] password for aloron: 
Err :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
Err :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
Err :3 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease
  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
Err :4 http://fr.archive.ubuntu.com/ubuntu bionic-security InRelease
  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
14 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic/InRelease  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
W: Impossible de récupérer http://fr.archive.ubuntu.com/ubuntu/dists/bionic-security/InRelease  Erreur temporaire de résolution de « fr.archive.ubuntu.com »
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
aloron@vm-openvpn:~$ 
I can't ping any website.

Code: Select all

aloron@vm-openvpn:~$ ping www.google.com
ping: www.google.com: Temporary failure in name resolution
aloron@vm-openvpn:~$ 

Code: Select all

aloron@vm-openvpn:~$ systemd-resolve --status
Global
         DNS Servers: 192.168.1.1
          DNSSEC NTA: 10.in-addr.arpa
                      16.172.in-addr.arpa
                      168.192.in-addr.arpa
                      17.172.in-addr.arpa
                      18.172.in-addr.arpa
                      19.172.in-addr.arpa
                      20.172.in-addr.arpa
                      21.172.in-addr.arpa
                      22.172.in-addr.arpa
                      23.172.in-addr.arpa
                      24.172.in-addr.arpa
                      25.172.in-addr.arpa
                      26.172.in-addr.arpa
                      27.172.in-addr.arpa
                      28.172.in-addr.arpa
                      29.172.in-addr.arpa
                      30.172.in-addr.arpa
                      31.172.in-addr.arpa
                      corp
                      d.f.ip6.arpa
                      home
                      internal
                      intranet
                      lan
                      local
                      private
                      test

Link 10 (as0t3)
      Current Scopes: none
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: no
    DNSSEC supported: no

Link 9 (as0t2)
      Current Scopes: none
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: no
    DNSSEC supported: no

Link 8 (as0t1)
      Current Scopes: none
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: no
    DNSSEC supported: no

Link 7 (as0t0)
      Current Scopes: none
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: no
    DNSSEC supported: no

Link 2 (ens18)
      Current Scopes: DNS
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: no
    DNSSEC supported: no
         DNS Servers: 192.168.1.1
          DNS Domain: home
aloron@vm-openvpn:~$ 

aloron
OpenVpn Newbie
Posts: 2
Joined: Sun Jul 26, 2020 7:54 am

Re: Can't update server

Post by aloron » Sun Jul 26, 2020 12:29 pm

I've reinstall from scratch a new OpenVPN server and with this new one, there is no problems.

Post Reply