Advertisement
Guest User

Untitled

a guest
Oct 17th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. GNU nano 3.2 /etc/network/interfaces Modified
  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. # The usb-wireless network interface
  13. auto enp0s20u6
  14. iface enp0s20u6 inet dhcp
  15.  
  16. # The mesa network cable
  17. auto enp2s0
  18. iface enp2s0 inet static
  19. address 10.10.10.1
  20. netmask 255.255.255.0
  21. hardware-irq-coalesce-rx-usecs 0
  22.  
  23. ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify ^C Cur Pos
  24. ^X Exit ^R Read File ^\ Replace ^U Uncut Text^T To Spell ^_ Go To Line
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement