Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. #auto lo
  3. #iface lo inet loopback
  4.  
  5. auto eth0
  6. allow-hotplug eth0
  7. iface eth0 inet dhcp
  8. # address 192.168.1.254
  9. # netmask 255.255.255.0
  10. # gateway 192.168.1.1
  11.  
  12. #auto usb0
  13. allow-hotplug usb0
  14. iface usb0 inet dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement