[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: consulta netbook acer aspire one d250



> 
> (...)
> 
> No lo creo, pero tengo que ver los resultados exactos de las pruebas que 
> te puse en el correo anterior antes de seguir avanzando, así que cuando 
> puedas las mandas y seguimos :-)
> 
> Saludos,
> 
> -- 
> Camaleón
> 

ok, ahi va:

Una cuestión donde cometí error es en las direcciones iniciales que te pasé (network 192.168.0.0 en lugar de network 192.168.1.0, sorry), creo que estas son las que están bien, pero si ves alguna incoherencia...:

root@debian:/etc/network# cat interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface


auto lo
iface lo inet loopback


# configura para dhcp

#auto eth0
#iface eth0 inet dhcp

auto eht0
allow-hotplug eht0
iface eth0 inet static
	address 192.168.1.42
	netmask 255.255.255.0
	broadcast 192.168.1.255
	network 192.168.1.0
	gateway 192.168.1.1

como cada vez se sobreescribe resolv.conf con las dns asignadas
80.58.61.250
80.58.61.254

tras reiniciar el servicio y ifup eth0 coloco manualmente las que me indicas

root@debian:/etc# cat resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

#search linux.site
nameserver 192.168.0.1
nameserver 80.58.0.33
nameserver 8.8.8.8




root@debian:/etc# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:26:22:67:cc:29  
          inet addr:192.168.1.42  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::226:22ff:fe67:cc29/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:540 errors:40 dropped:3 overruns:0 frame:40
          TX packets:353 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000 
          RX bytes:101111 (98.7 KiB)  TX bytes:30492 (29.7 KiB)



root@debian:/etc# ping -c 3 google.es
PING google.es (216.58.210.131) 56(84) bytes of data.
64 bytes from mad06s09-in-f3.1e100.net (216.58.210.131): icmp_seq=1 ttl=57 time=45.2 ms
64 bytes from mad06s09-in-f3.1e100.net (216.58.210.131): icmp_seq=2 ttl=57 time=45.5 ms
64 bytes from mad06s09-in-f3.1e100.net (216.58.210.131): icmp_seq=3 ttl=57 time=45.7 ms

--- google.es ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 6099ms
rtt min/avg/max/mdev = 45.284/45.533/45.778/0.266 ms


root@debian:/etc# ping -c 3 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.

--- 192.168.0.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms

este ultimo no me extraña con la configuracion mal puesta por error mio en resolv...


Compruebo navegador con la wifi del netbook desactivada y ya navega pero va superlenta... no he podido ni enviarte el email por la ethernet.

¿que te parece? creo que fue error de direccinamiento...

-- 
Alberto C <ac90869@gmail.com>


Reply to: