You are not logged in.

#1 2016-09-05 01:54:52

STREBLO
Member
Registered: 2015-02-15
Posts: 135

[SOLVED] How do I check what I'm using for my networking?

I can't remember what I did when I installed Arch and set up my networking. Is there an easy way to find out what I am using? All I'm using is wired internet, with DHCP.

I checked the status on a few services:

systemctl status dhcpcd.service 
● dhcpcd.service - dhcpcd on all interfaces
   Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; disabled; vendor preset: disabled)
   Active: inactive (dead) 
systemctl status systemd-networkd
● systemd-networkd.service - Network Service
   Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; disabled; vendor preset: enabl
   Active: inactive (dead)
     Docs: man:systemd-networkd.service(8) 
systemctl status netctl 
● netctl.service - (Re)store the netctl profile state
   Loaded: loaded (/usr/lib/systemd/system/netctl.service; disabled; vendor preset: disabled)
   Active: inactive (dead) 

I also have no netctl profile setup, 'netctl list' listed nothing.

Last edited by STREBLO (2016-09-05 02:10:44)

Offline

#2 2016-09-05 02:06:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] How do I check what I'm using for my networking?

systemctl list-units --type service --state active

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-09-05 02:10:13

STREBLO
Member
Registered: 2015-02-15
Posts: 135

Re: [SOLVED] How do I check what I'm using for my networking?

jasonwryan wrote:
systemctl list-units --type service --state active

This was listed,

dhcpcd@eno1.service                    loaded active running dhcpcd on eno1

so I must be using dhcpd.

Thanks!

Offline

#4 2016-09-05 10:45:13

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] How do I check what I'm using for my networking?

STREBLO wrote:
dhcpcd@eno1.service                    loaded active running dhcpcd on eno1

so I must be using dhcpd.

No, dhcpd is a DHCP server, dhcpcd is a DHCP client smile

Offline

#5 2016-09-05 21:01:19

STREBLO
Member
Registered: 2015-02-15
Posts: 135

Re: [SOLVED] How do I check what I'm using for my networking?

rsmarples wrote:
STREBLO wrote:
dhcpcd@eno1.service                    loaded active running dhcpcd on eno1

so I must be using dhcpd.

No, dhcpd is a DHCP server, dhcpcd is a DHCP client smile

That's what I meant.

Offline

Board footer

Powered by FluxBB