SHARE
TWEET
Untitled
a guest
Jul 7th, 2016
70
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- source /etc/network/interfaces.d/*
- # The loopback network interface
- auto lo
- iface lo inet loopback
- auto virbr0
- iface virbr0 inet static
- address 192.168.1.100
- netmask 255.255.255.0
- network 192.168.1.0
- broadcast 192.168.1.255
- gateway 192.168.1.1
- bridge_ports enp3s0
- bridge_stp off
- bridge_maxwait 5
- dns-nameservers 8.8.8.8 192.168.1.1
RAW Paste Data
