Advertisement
Guest User

Untitled

a guest
Oct 16th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. modules_ath0="!iwconfig !wpa_supplicant"
  2.  
  3.  
  4. config_eth1=("XXX.XXX.XXX.201 netmask 255.255.255.240")
  5. routes_eth1=("default gw XXX.XXX.XXX.193")
  6.  
  7. config_ath0=("null")
  8. config_eth0=("null")
  9.  
  10. bridge_br0=( "eth0" "ath0" )
  11. config_br0=( "192.168.5.1 netmask 255.255.255.0 broadcast 192.168.5.255" )
  12.  
  13. depend_br0() {
  14. need net.ath0
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement