Advertisement
Powderking

X61s Access Point /etc/network/interfaces

Jan 4th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.38 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # Access Point configuration
  5.  
  6. auto lo br0
  7. iface lo inet loopback
  8.  
  9. allow-hotplug eth0
  10. iface eth0 inet manual
  11.  
  12. allow-hotplug wlan0
  13. iface wlan0 inet manual
  14.  
  15. # Bridge setup
  16.  
  17. # for dhcp address
  18. iface br0 inet dhcp
  19. bridge_ports eth0 wlan0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement