Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. brian@sawfly:/media/disk/etc/network$ cat interfaces
  2. # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
  3.  
  4. # The loopback interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # Ethernet/RNDIS gadget (g_ether)
  9. # usbnet and static hwaddr for mac users
  10. auto usb0
  11. iface usb0 inet static
  12. hwaddress ether A2:80:F4:8A:3C:91
  13. address 10.10.10.10
  14. netmask 255.255.255.0
  15. pointopoint 10.10.10.1
  16.  
  17. # Wired interface
  18. # BUGbase Ethernet which is built into kernel
  19. noauto eth0
  20. iface eth0 inet dhcp
  21.  
  22. #
  23. # Wired or wireless interfaces
  24. # BUGbase or BUGWifi module or USB Ethernet
  25. auto eth1
  26. iface eth1 inet dhcp
  27. wpa-driver wext
  28. wpa-conf /etc/wpa_supplicant.conf
Add Comment
Please, Sign In to add comment