Jump to content

debian networking services. device priority. eth0>wlan


i8igmac

Recommended Posts

my understanding.

If eth0 is up and working, then you launch wpa_supplicant -iwlan0

Eth0 gateway ->192.168.0.1

Wlan0 gateway->10.0.0.1

You will notice eth0 is still the active connection. route -n will show the gatway is still 192.168.0.... I can change this with ip route gw add via 10.0.0.1.

so, what service or config is responsible for device priority? eth0>wlan0

Link to comment
Share on other sites

my understanding.

If eth0 is up and working, then you launch wpa_supplicant -iwlan0

Eth0 gateway ->192.168.0.1

Wlan0 gateway->10.0.0.1

You will notice eth0 is still the active connection. route -n will show the gatway is still 192.168.0.... I can change this with ip route gw add via 10.0.0.1.

so, what service or config is responsible for device priority? eth0>wlan0

Most likely network-manager? Not 100% sure on your system.

Run :

sudo systemctl status networking.service  

and then run:

sudo systemctl status systemd-networkd.service

One of those should be active and the other should be dead. Whichever is actice is most likely handling your interfaces

Edited by Lost In Cyberia
Link to comment
Share on other sites

I have 2 systems that share the same situation... (I'm sure all linux will do this)

Debian arm version 2016

network-manager was not present but I see networking service. It fails to stop when I run service stop (witch was frustrating)

I had hopes to find exactly what controls this priority scenario...

If eth0 is associated then Hold this gateway. what if eth0 does not provide internet? Its still the priority over any other device!

In my situation, eth0 is simply providing me remote access via ssh server...

(I wont be able to. Test your commands until I get home)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...