Kod: Zaznacz cały
GNU nano 2.0.7 File: /etc/network/interfaces
# 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
iface eth0 inet static
address 192.168.0.2
netmask 255.255.0.0
network 192.168.0.0
gateway 192.168.0.1
dns-nameservers 10.1.0.1
###### Wifi
auto wlan0
iface wlan0 inet dhcp
wireless-essid ssid
[ Dodano: 2008-10-22, 07:37 ]
Sprawa zamknięta. Problem w tym że po konfiguracji musiałem uruchomić ponownie komputer, nie wystarczyło
Kod: Zaznacz cały
/etc/init.d/networking restart
Kod: Zaznacz cały
iwlist wlan0 scan
Kod: Zaznacz cały
/etc/init.d/networking restart
[ Dodano: 2008-10-22, 07:37 ]
Dzięki za pomoc. Pozdrawiam