I am trying to change the priority of network interfaces on my server using ifmetric
. When I execute the command it looks like it worked (exit code 0), but it simply won't affect the interfaces - in ifconfig
it shows Metric:1
for all interfaces.
Same result when I insert up ifmetric wlan1 2
in /etc/network/interfaces
under the correct section. Rebooting doesn't help either.
I use Raspbian Jessie Lite.