Displaying 1 result from an estimated 1 matches for "wireless_r".
Did you mean:
  wireless
  
2007 Apr 18
1
[Bridge] Wireless Bridge problems
...255.255.255.0
         network 192.168.0.0
         broadcast 192.168.0.255
# Atheos Wireless Card and virtual interface
auto ath0 eth1 eth2 br0
iface ath0 inet static
         address 0.0.0.0
         netmask 255.255.255.0
         wireless_essid CannonCops
         wireless_mode Master
         wireless_rate 54Mb
         wireless_enc off
         wireless_channel 1
# Second Internal Net
iface eth1 inet static
         address 0.0.0.0
         netmask 255.255.255.0
# Third Internal Net
iface eth2 inet static
         address 0.0.0.0
         netmask 255.255.255.0
iface br0 inet static
         pr...