Estoy ejecutando kubuntu 9.10 w / gnome, tengo una IP estática definida en / etc / network / interfaces
Cuando desconecté mi cable de red y reinicié, luego volví a conectar el cable de red que no pude conectar. Intenté usar sudo ifup eth0, y luego ifconfig y parecía que la dirección IP había sido asignada y estaba conectado, pero no lo estaba. Luego hice ifdown eth0, y nuevamente ifup eth0. Por alguna razón no puedo acceder a la red. Además, también intenté conectarme a través de wlan y pude conectarme a la red inalámbrica, pero no puedo "ver" la red. No puedo transferir datos ni acceder a Internet ni a nada en la red, incluido el enrutador.
¿Cómo resuelvo esto?
topsy@monolyth:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1c:25:1c:df:70
inet addr:192.168.1.145 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21c:25ff:fe1c:df70/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5720 errors:0 dropped:0 overruns:0 frame:0
TX packets:565 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:378035 (378.0 KB) TX bytes:46832 (46.8 KB)
Memory:fe000000-fe020000
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:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)
Por acceso a la red me refiero a la red local, así como a Internet.
topsy@monolyth:~$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=9.14 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.24 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.01 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=1.00 ms
[snip... all OK, icmp_seq from 5-30, time between 0.981-1.25ms]
^C
--- 192.168.1.1 ping statistics ---
30 packets transmitted, 30 received, 0% packet loss, time 29035ms
rtt min/avg/max/mdev = 0.971/1.300/9.140/1.458 ms
topsy@monolyth:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 100 0 0 eth0
root@monolyth:~# cat /etc/resolv.conf
# Generated by NetworkManager
ping
salida muestra que está accediendo a la red local; ¿Qué no funciona exactamente?