Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. 2014-03-04 Debian image for BeagleBoneBlack
  2.  
  3. /etc/network/interfaces
  4.  
  5.  
  6. # This file describes the network interfaces available on your system
  7. # and how to activate them. For more information, see interfaces(5).
  8.  
  9. # The loopback network interface
  10. auto lo
  11. iface lo inet loopback
  12.  
  13. # The primary network interface
  14. #auto eth0
  15. #iface eth0 inet dhcp
  16. # Example to keep MAC address between reboots
  17. #hwaddress ether DE:AD:BE:EF:CA:FE
  18.  
  19. # WiFi Example
  20. #auto wlan0
  21. #iface wlan0 inet dhcp
  22. # wpa-ssid "essid"
  23. # wpa-psk "password"
  24.  
  25. # Ethernet/RNDIS gadget (g_ether)
  26. # ... or on host side, usbnet and random hwaddr
  27. # Note on some boards, usb0 is automaticly setup with an init script
  28. # in that case, to completely disable remove file [run_boot-scripts] from the boot partition
  29. iface usb0 inet static
  30. address 192.168.7.2
  31. netmask 255.255.255.0
  32. network 192.168.7.0
  33. gateway 192.168.7.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement