daily pastebin goal
26%
SHARE
TWEET

Untitled

a guest Sep 20th, 2016 72 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto eth0
  5. iface eth0 inet static
  6.  
  7. auto br0
  8. iface br0 inet static
  9.     address         192.168.10.254
  10.     network         192.168.10.0
  11.     broadcast       192.168.10.255
  12.     netmask         255.255.255.0
  13.     gateway         192.168.10.1
  14.     bridge_ports    eth0
  15.     bridge_fd       9
  16.     bridge_hello    2
  17.     bridge_maxage   12
  18.     bridge_stp      off
  19.     # dns-* options are implemented by the resolvconf package, if installed
  20.     dns-nameservers 8.8.8.8 8.8.4.4
  21.     dns-search      karlsbakk.net hioa.no
RAW Paste Data
Top