Hi all, I do have the same problem as Frank P. but with the difference, that I'm using the wlan0 device as a client (managed mode) to my AP. I would like to supply other PC's through the eth0 and eth1 port. I tried the bridge-utils with a config as mentioned in this thread before but without any success.
Here is my /etc/network/interfaces auto lo iface lo inet loopback auto wlan0 iface wlan0 inet static address 192.168.0.30 netmask 255.255.255.0 wireless-essid test-net gateway 192.168.0.1 network 192.168.0.0 dns-nameservers 192.168.0.1 pre-up wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf up iwconfig wlan0 txpower 16dBm post-down killall -q wpa_supplicant auto eth0 iface eth0 inet manual post-up /sbin/iptables-restore < /etc/network/firewall post-down /sbin/iptables -t nat -F Does anyone may help me please? Please explain step-by-step. I'm a Linux Newbie, thank you! Regards, Howard -- View this message in context: http://voyage-linux.34677.n3.nabble.com/Bridging-Wired-and-Wireless-tp416318p2081762.html Sent from the Voyage Linux mailing list archive at Nabble.com. _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
