You are not logged in.

#1 2018-10-04 19:14:14

gps1539
Member
From: Los Gatos, CA
Registered: 2013-11-06
Posts: 134

[SOLVED] What is managing my network?

I have disabled systemd-networkd, networkmanager (deleted) and netctl. I don't appear to have any network manager installed or running, but my interface eth0 is always getting an address over DHCP.
If I reboot or down the interface 'ip link set eth0 down' and up it again 'ip link set eth0 up' it is getting an address from my DHCP server, but where is this configured and what else could be defining the network config?

I want to use systemd-networkd, but it I start systemd-networkd with a .network file that request DHCP I get a 2nd IP address for the same interface.

Last edited by gps1539 (2018-10-05 06:25:56)

Offline

#2 2018-10-04 19:19:46

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] What is managing my network?

gps1539 wrote:

I don't appear to have any network manager installed or running

Rather than assuming why not actually check?

systemctl list-unit-files --state=enabled

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-10-05 02:08:32

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

Re: [SOLVED] What is managing my network?

Don't assume that systemd units are the be-all and end-all of the running processes on a system.
ps ax is your friend.

Last edited by rsmarples (2018-10-05 02:08:43)

Offline

#4 2018-10-05 02:54:22

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED] What is managing my network?

What does your journal tell you?
Are you running a simple system? Or are you using a baby-MS Windows Environment like Gnome that attempts to handle everything?

What is the address?  Is it a 'self assigned' number in some sort of auto-configure mode?

Do you own the DHCP server?  What do its logs say?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2018-10-05 06:24:02

gps1539
Member
From: Los Gatos, CA
Registered: 2013-11-06
Posts: 134

Re: [SOLVED] What is managing my network?

Thanks for the replies.

I was about to get snarky and tell @Slithery, 'of course I F'ing checked', but when I relooked I noticed dhcpcd.service and on investigation it turns on dhcp for all interfaces "To start the daemon for all network interfaces, start/enable dhcpcd.service". I've no idea what installed/enabled it, but disabling it solved my issue.

Offline

Board footer

Powered by FluxBB