Nunca en mi vida había tenido tantas dificultades para configurar una IP estática. Investigué preguntas de aprobación en Askubuntu.com y busqué varias referencias y documentos sobre cómo configurar una IP estática. He hecho ping a varias direcciones IP, como mi puerta de enlace, y estoy recibiendo paquetes, pero hago ping a google.com y no recibo ninguno. Incluso me hice ping a "la IP estática que me di" y devuelve paquetes. Así que ahora estoy completamente perdido.
Esto es lo que hay en mi archivo de interfaces:
auto eth0
iface eth0 inet static
address 10.25.12.201
netmask 255.255.255.0
gateway 10.25.12.10
Emití los siguientes comandos y sus resultados son los siguientes
ifconfig
-->eth0 Link encap:Ethernet HWaddr 00:24:81:19:b2:ee
inet addr:10.25.12.201 Bcast:10.25.12.255 Mask:255.255.255.0
inet6 addr: fe80::224:81ff:fe19:b2ee/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1396 errors:0 dropped:0 overruns:0 frame:0
TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:98518 (98.5 KB) TX bytes:8988 (8.9KB)
Interrupt:19 Memory:f0500000-f0520000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:236 errors:0 dropped:0 overruns:0 frame:0
TX packets:236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17383 (17.3 KB) TX bytes:17383 (17.3 KB)
ping google.com
-->ping: unknown host google.com
ping 10.25.12.10
-->PING 10.25.12.10 (10.25.12.10) 56(84) bytes of data
-->64 bytes from 10.25.12.10: icmp_seq=1 ttl=64 time=1.08 ms
-->64 bytes from 10.25.12.10: icmp_seq=2 ttl=64 time=0.571 ms
-->10.25.12.10 ping statistics
-->2 packets transmitted, 2 received, 0% packet loss, time 1001ms
-->rtt min/avg/max/mdev = 0.571/0.830/1.089/0.259 ms
ping 10.25.12.201
-->PING 10.25.12.201 (10.25.12.201) 56(84) bytes of data
-->64 bytes from 10.25.12.201: icmp_seq=1 ttl=64 time=0.021 ms
-->1 packets transmitted, 1 received, 0% packet loss, time 0ms
-->rtt min/avg/max/mdev = 0.021/0.021/0.021/0.000 ms
Alguna idea sobre cómo puedo solucionar este problema. También reinicié la red y reinicié la computadora varias veces. También incluí "auto lo" e "iface lo inet loopback" en la parte superior de las interfaces de archivos, pero todavía no funciona. Parece que no importa lo que haga, no puedo hacer ping a google.com ni establecer ningún tipo de conexión a Internet.