je cherche une solution moins violente .
elle est déclarée dans interfaces :
[code]auto lo
iface lo inet loopback
The primary network interface
allow-hotplug eth0
iface wlan0 inet static
wireless-essid reseau_wifi_sur_freebox_1
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.254
wireless-key *************************
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
gateway 192.168.0.254
auto wlan0[/code]
mon ifconfig donne ça :
[code]toshx:/etc/network# ifconfig
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:39 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:2729 (2.6 KiB) TX bytes:2729 (2.6 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:E0:98:FC:17:7D
inet adr:192.168.0.2 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::2e0:98ff:fefc:177d/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:210003 errors:0 dropped:0 overruns:0 frame:0
TX packets:177479 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:284742624 (271.5 MiB) TX bytes:12908978 (12.3 MiB)
Interruption:11 Mémoire:cfffc000-cfffe000
[/code]
et enfin mon route -n donne ça :
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.0.254 0.0.0.0 UG 0 0 0 wlan0
ceci quand eth0 est désactivée.