Ubuntu Pastebin

Paste from kangaroo at Mon, 6 Mar 2017 23:50:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source /etc/network/interfaces.d*

auto lo
iface lo inet loopback

auto enp6s0
iface enp6s0 inet static
address 192.168.178.10
netmask 255.255.255.0
broadcast 192.168.178.255
gateway 192.168.178.1
dns-nameservers 192.168.178.1

auto br0
iface br0 inet static
address 192.168.178.10
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.1
bridge_ports enp6s0
bridge_stp off
bridge_maxwait 5
dns-namesservers 192.168.178.1
Download as text