Ubuntu Pastebin

Paste from Nomikos at Thu, 9 Apr 2015 14:57:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
root@hermes:/etc# cat resolv.conf 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.178.1
nameserver 8.8.8.8
root@hermes:/etc# cat resolvconf/resolv.conf.d/base 
nameserver 8.8.8.8
root@hermes:/etc# cat resolvconf/resolv.conf.d/head 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
root@hermes:/etc# 
Download as text