Guest User

Untitled

a guest
May 10th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3. # This file describes the network interfaces available on your system
  4. # and how to activate them. For more information, see interfaces(5).
  5.  
  6. source /etc/network/interfaces.d/*
  7.  
  8. # The loopback network interface
  9. auto lo
  10. iface lo inet loopback
  11.  
  12.  
  13. auto eth0
  14. iface eth0 inet static
  15. address 192.168.1.1
  16. hardware-irq-coalesce-rx-usecs 0
Advertisement
Add Comment
Please, Sign In to add comment