Blogotux

Trucs, astuces pour linux mais c'est d'abord mon bloc-notes, donc sans grandes prétentions

config reseau raspberry pi

10/09/2013 à 17:48:51

la config ethernet + wifi du mien

configuration du wifi
remarque: bon point pour la clé wifi Trend TEW-648UBM
fichier /etc/network/interfaces

auto lo

iface lo inet loopback
#iface eth0 inet dhcp
#auto eth0
iface eth0 inet static
address 192.168.12.30
netmask 255.255.255.0
gateway 192.168.12.254

auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.12.31
netmask 255.255.255.0
gateway 192.168.12.254
wpa-ssid "un petit lapin"
wpa-psk "qui a faim"

Dans les catégories : raspberry, wifi

Aucun commentaire

Flux RSS des commentaires de cet article





Remarque : Votre commentaire sera visible après validation par le webmaster.