Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /etc/network/interfaces/br0:
  2. auto br0
  3. iface br0 inet static
  4. bridge_ports wlan0
  5. address 192.168.0.30
  6. netmask 255.255.255.0
  7. gateway 192.168.0.1
  8. wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
  9.  
  10. /etc/network/interfaces/wlan0:
  11. iface wlan0 inet manual
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement