daily pastebin goal
25%
SHARE
TWEET

Untitled

a guest Jul 7th, 2016 70 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
  8. iface lo inet loopback
  9.  
  10.  
  11. auto virbr0
  12. iface virbr0 inet static
  13.         address 192.168.1.100
  14.         netmask 255.255.255.0
  15.         network 192.168.1.0
  16.         broadcast 192.168.1.255
  17.         gateway 192.168.1.1
  18.         bridge_ports enp3s0
  19.         bridge_stp off
  20.         bridge_maxwait 5
  21.         dns-nameservers 8.8.8.8 192.168.1.1
RAW Paste Data
Top