je suis habituellement connecté en eth0 vers la freebox pour une ip interne 192.168.x.x
j'ai installé bridge utils, j'ai crée br0 ainsi que les if
inspiration de :
http://www.lougabian.fr/viewtopic.php?id=6root@bitmachine:~# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.0015afbad09e no eth0
wlan0
mon /etc/network/interfaces est :
auto eth0
iface eth0 inet static
address 0.0.0.0
netmask 255.255.255.0
auto wlan0
iface wlan0 inet static
#wireless_mode Master
wireless_channel 7
wireless_essid test
#wireless_key dtc
address 0.0.0.0
netmask 255.255.255.0
auto br0
iface br0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.10
premier probleme : visiblement les br0 crée a la mano ne se recreent pas au reboot, donc perte du reseau, pas tres cool
deuxieme probleme, je sais pas lancer un ap par interfaces en wifi, wpa needed, la carte est une RT2860
help me svp