Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2015 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1b5c2f519fbba0f99655 to your computer and use it in GitHub Desktop.
Save anonymous/1b5c2f519fbba0f99655 to your computer and use it in GitHub Desktop.
# dhclient -d wlp2s0
Internet Systems Consortium DHCP Client 4.3.2
Copyright 2004-2015 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/wlp2s0/00:24:d7:04:67:c8
Sending on LPF/wlp2s0/00:24:d7:04:67:c8
Sending on Socket/fallback
DHCPDISCOVER on wlp2s0 to 255.255.255.255 port 67 interval 6
DHCPREQUEST on wlp2s0 to 255.255.255.255 port 67
DHCPOFFER from 192.168.1.1
DHCPACK from 192.168.1.1
bound to 192.168.1.3 -- renewal in 5358 seconds.
DUID 00:01:00:01:1d:8b:08:c6:00:26:2d:fb:ee:95
wlp2s0: IAID d7:04:67:c8
wlp2s0: soliciting a DHCP lease
wlp2s0: soliciting an IPv6 router
wlp2s0: offered 192.168.1.3 from 192.168.1.1
wlp2s0: probing static address 192.168.1.3/24
wlp2s0: leased 192.168.1.3 for 10800 seconds
wlp2s0: adding route to 192.168.1.0/24
wlp2s0: adding default route via 192.168.1.1
wlp2s0: no IPv6 Routers available
mouse@darkstar ~ % systemctl --state active --type service
UNIT LOAD ACTIVE SUB DESCRIPTION
acpid.service loaded active running ACPI event daemon
dbus.service loaded active running D-Bus System Message Bus
getty@tty1.service loaded active running Getty on tty1
getty@tty2.service loaded active running Getty on tty2
kmod-static-nodes.service loaded active exited Create list of required static device nod
netctl-auto@wlp2s0.service loaded active running Automatic wireless network connection usi
netctl-ifplugd@enp0s25.service loaded active running Automatic wired network connection using
systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightne
systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Brig
systemd-journal-flush.service loaded active exited Flush Journal to Persistent Storage
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
systemd-rfkill@rfkill0.service loaded active exited Load/Save RF Kill Switch Status of rfkill
systemd-rfkill@rfkill1.service loaded active exited Load/Save RF Kill Switch Status of rfkill
systemd-rfkill@rfkill5.service loaded active exited Load/Save RF Kill Switch Status of rfkill
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
user@1000.service loaded active running User Manager for UID 1000
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment