Ajouté par BoboTiG le 31/08/2010 à 21:40
### boucle locale ###
auto lo
iface lo inet loopback
### DHCP ###
iface inet dhcp
### IP fixe ###
iface inet static
address 192.168.1.81
netmask 255.255.255.0
gateway 192.168.1.1
auto
### Wifi - WEP ###
iface inet static
wireless-essid (ex : freebox)
wireless-key (ex : AEFE75EF888052C82A8C7EB892F)
address 192.168.1.81
netmask 255.255.255.0
gateway 192.168.1.1
auto
### Wifi - WPA ###
iface inet dhcp
wpa-ssid (ex : freebox)
wpa-psk (ex : a7088c4f1862bba9cc141a3bc6ffc10adb2f616...)
auto