[Voyage-linux] bridging interfaces
Andrew Niemantsverdriet
(spam-protected)
Fri Dec 22 05:16:35 HKT 2006
Jeff,
This will do what you need. You can just copy and paste it into your
interfaces file and it should work.
auto lo
iface lo inet loopback
auto ath0
iface ath0 inet manual
# setup ath0
pre-up wlanconfig ath0 create wlandev wifi0 wlanmode ap
post-down wlanconfig ath0 destroy
# Setup channel, mode, SSID
wireless-mode master
wireless-channel 6
wireless-essid WirelessAP
# Setup WEP
wireless-key 1234567890123
auto br0
iface br0 inet static
address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.100.255
gateway 192.168.100.1
# Bridge eth0 and ath0
bridge_ports eth0 ath0
>
> Hello,
>
> I recieved an e-mail telling me how to set my br0. My new question
> since it does not work is, what settings do I need for eth0 and ath0. I
> tried it with them on seperate subnets, same subnets, commented out,
> I'm stuck and I really need this thing up and running pretty quick. Any
> help would be appreciated. I just need this thing in ap mode and able
> to talk to my network through it preferably with ip 192.168.1.2.
>
>
> Thanks,
> Jeff******************************************************************
> Jeffery Rager - Martco, Inc.
> Phone 502-635-1600 x 153, Fax 502-635-8058
> Email jeffery at martcoinc.com
> Quality CCTV Products and Services!
> ******************************************************************
> _______________________________________________
> Voyage-linux mailing list
> Voyage-linux at list.voyage.hk
> http://list.voyage.hk/mailman/listinfo/voyage-linux
>
More information about the Voyage-linux
mailing list