Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
0:2092:root@pilgrim (SB=off)/home/jd [0]# cat /var/lib/dhcp/dhclient.leases
lease {
interface "wlp3s0";
fixed-address 192.168.4.238;
filename "pxelinux.0";
option subnet-mask 255.255.255.0;
option routers 192.168.4.1;
option dhcp-lease-time 600;
option dhcp-message-type 5;
option domain-name-servers 192.168.4.53;
option dhcp-server-identifier 192.168.4.67;
option ntp-servers 192.168.4.123;
option broadcast-address 192.168.4.255;
option netbios-name-servers 192.168.4.53;
option domain-name "andrick.lan";
renew 4 2017/08/10 10:50:41;
rebind 4 2017/08/10 10:54:47;
expire 4 2017/08/10 10:56:02;
}
0:2093:root@pilgrim (SB=off)/home/jd [0]# 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
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53
search andrick.lan
0:2094:root@pilgrim (SB=off)/home/jd [0]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment