I recently installed Debian 9 and since some days ago I can't update apt. I tried to ping other PC in LAN network and it can't reach they but it can ping the router. From other PC of the LAN network I can reach the Debian PC.
resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp3s0
iface enp3s0 inet static
address 192.168.1.15
netmask 255.255.255.0
gateway 192.168.1.1
/etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216$
#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official amd64 NETINST 20190216-$
deb http://ftp.it.debian.org/debian/ stretch main
deb-src http://ftp.it.debian.org/debian/ stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http://ftp.it.debian.org/debian/ stretch-updates main
deb-src http://ftp.it.debian.org/debian/ stretch-updates main
When I launch apt-get update command the result is:
0% [Connessione a ftp.it.debian.org (85.94.199.210)] [Connessione a prod.debian
and it doesn't anything else. What can I do?