Buenas, estoy instalando una kubuntu en un portátil y al configurar la red me da señal al hacer pings a la red local, pero no fuera :S. El caso es que en la instalación había configurado una red wifi y funcionaba la red en perfectas condiciones.
A ver si me podeis echar una manilla.
Os dejo la configuracion de /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
getaway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 195.235.113.3 195.235.96.90
# The primary network interface
iface eth1 inet dhcp
# wireless-* options are implemented by the wireless-tools package
wireless-mode managed
wireless-essid any
auto eth0
En /etc/resolv.conf tengo los dns igual.
Un saludo y gracias.