hola a todos.
en esta ocacion tengo este problemilla con mi maquina
tengo mi archivo de interfaces con la siguiente informacion:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
#iface eth0 inet dhcp
iface 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