I'm trying to install sudo to allow users (like Ansible) to access the machine with sudo privileges though SSH. So far, I'm blocked with errors like this :
"Impossible d'initialiser la connexion à ftp.fr.debian.org: 80 (2a01:e0c:1:1598::2). - connect (101: Le réseau n'est pas accessible) Connexion à ftp.fr.debian.org: 80 (212.27.32.66) impossible, délai de connexion dépassé"
Translated from French : timeout.
So far :
- Network is OK. Proxy & direct access ping correctly
- repo is online : ftp.fr.debian.org
- repo is also used with success on a server using also Debian 10
- same sources.list is used on the successful server which updates correctly
sources.list +>
deb http://ftp.fr.debian.org/debian/ buster main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main
contrib non-free deb-src http://security.debian.org/debian-security
buster/updates main contrib non-free
deb http://ftp.fr.debian.org/debian/ buster-updates main contrib
non-free deb-src http://ftp.fr.debian.org/debian/ buster-updates main
contrib non-free
deb http://ftp.fr.debian.org/debian buster-backports main contrib
non-free
Any leads on this ?
As machine is freshly installed, no nftables or iptables. Apparmor was deactivated.