Hi:
Muy bien, ahora en tu ubuntu edita el archivo interfaces:
sudo gedit /etc/network/interfaces
Déjalo así:
Código:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.2.111
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 213.194.159.3
Una vez modificado el archivo, hay que reiniciar el servicio de red:
$ sudo /etc/init.d/networking restart
Seguido ejecuta el comando ifconfig y mira si muestra tu ip 192.168.2.111
$ ifconfig
Código:
eth0 Link encap:Ethernet HWaddr xx:yy:cc:vv:gg
inet addr:192.168.2.111 Bcast:192.168.2.255 Mask:255.255.255.0
Si todo va bien "se supone" que podrías navegar, para probar haz esto y tendrás que optener el siguiente resultado
$ ping 72.14.221.104
Código:
PING 72.14.221.104 (72.14.221.104) 56(84) bytes of data.
64 bytes from 72.14.221.104: icmp_seq=1 ttl=241 time=136 ms
64 bytes from 72.14.221.104: icmp_seq=2 ttl=241 time=135 ms
64 bytes from 72.14.221.104: icmp_seq=3 ttl=241 time=201 ms
64 bytes from 72.14.221.104: icmp_seq=4 ttl=241 time=134 ms
64 bytes from 72.14.221.104: icmp_seq=5 ttl=241 time=135 ms