Originariamente inviato da sacarde
http://www.sandeisacher.net/configur...ubuntu-server/


che hai dentro: /etc/network/interfaces
?
ho:

#This file describes the network interfaces avaliable on your system
#and how to activate them. For more information, see interfaces (5). (Prima mancava il #)

#the loopback network interface
auto lo
iface lo inet loopback

#the primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.112
netmask 255.255.255.0
network 192.168.1.0
brodcast 192.168.1.1
gateway 192.168.1.1

Ora l'errore è cambiato da quando ho inserito il #

mi da questo:

Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
Reconfiguring network interfaces... [ok]

Il router lo pinga ma i siti esterni no come mai?