Advertisement
Guest User

Think eth0 linked to reapeater bridge

a guest
Jul 13th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Auto lo
  2. iface lo inet loopback
  3.  
  4. Iface eth0 inet static
  5. address 192.168.1.52
  6. Network 192.168.1.1
  7. gateway 192.168.1.1
  8. netmask 255.255.255.0
  9. broadcast 192.168.1.255
  10.  
  11. Allow hotplug wlan0
  12. iface wlan0 inet manual
  13. wpa-roam/etc/wpa_supplicant/wpa_supplicant.conf
  14. iface default inet dhcp
  15.  
  16. Auto eth0
  17. auto wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement