Ubuntu Pastebin

Paste from danley at Fri, 3 Apr 2015 00:19:00 +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
25
26
root@ServerBB:~# service dnsmasq stop
 * Stopping DNS forwarder and DHCP server dnsmasq                                                                                                                                  [ OK ]
root@ServerBB:~# cat /etc/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.220.1
root@ServerBB:~# service dnsmasq start
 * Starting DNS forwarder and DHCP server dnsmasq                                                                                                                                  [ OK ]
root@ServerBB:~# cat /etc/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 127.0.0.1
root@ServerBB:~# service dnsmasq stop
 * Stopping DNS forwarder and DHCP server dnsmasq                                                                                                                                  [ OK ]
root@ServerBB:~# cat /etc/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.220.1
root@ServerBB:~# cat /etc/dnsmasq.conf
dhcp-range=192.168.220.254,proxy
dhcp-boot=pxelinux.0,192.168.220.254,192.168.220.0
pxe-service=x86PC,"Automatic Network boot",pxelinux
enable-tftp
tftp-root=/usr/tftproot
port=0
root@ServerBB:~#
Download as text