Sistemas Operativos > GNU/Linux
problemas con ip
(1/1)
lair:
hola a todos.
en esta ocacion tengo este problemilla con mi maquina
tengo mi archivo de interfaces con la siguiente informacion:
--- Código: Text ---# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).# The loopback network interfaceauto loiface lo inet loopback # The primary network interfaceauto eth0#iface eth0 inet dhcpiface eth0 inet static address ###.###.#.##1 netmask 255.255.255.0 network ###.###.#.# broadcast ###.###.#.### gateway ###.###.#.# # dns-* options are implemented by the resolvconf package, if installed nameservers ###.##.##.###iface wlan0 inet static address ###.###.#.##2 netmask 255.255.255.0 network ###.###.#.# broadcast ###.###.#.### gateway ###.###.#.## # dns-* options are implemented by the resolvconf package, if installed nameservers ###.##.##.###
la cuestion es que la interface eth0 si toma los valores que le especifico a la interfas, mientras que la interfas wlan0 no lo hace.
ya intente hacer
sudo /etc/init.d/networking restart
y tambien
ifconfig wlan0 down
ifconfig wlan0 up
que mas tengo que hacer para que wlan0 me tome los valores
m0skit0:
Prueba iwconfig wlan0 mode managed y luego ifconfig wlan0 up
su -:
Asegurate de que el route este bien hecho, mira que la infromacion de iwconfig y ifconfig concuerde con la que pones ahi.
Haz un ping a el gateway para ver si realemente tienes net, el probleme puede ser al resolver el dominio.
m0skit0:
--- Cita de: "su -" ---Asegurate de que el route este bien hecho
--- Fin de la cita ---
Bueno, en realidad él dice que no le pilla siquiera la IP...
Navegación
Ir a la versión completa