SHARE
TWEET

Untitled

oe1skw Mar 24th, 2017 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo eth0:0
  8. iface lo inet loopback
  9.  
  10. # The primary network interface
  11. allow-hotplug eth0
  12. iface eth0 inet dhcp
  13. # This is an autoconfigured IPv6 interface
  14. iface eth0 inet6 auto
  15.  
  16. iface eth0:0 inet static
  17. address 134.255.226.90
  18. gateway 134.255.226.89
  19. netmask 255.255.255.248
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top