I have this line in /etc/conf.d/net:

config_wlp3s0="dhcp"

given:

$ifconfig wlp3s0
wlp3s0    Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
          inet addr:192.168.178.42 Bcast:192.168.178.255 
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500 Metric:1
          RX packets:2008 errors:0 dropped:0 overruns:0 frame:0
          TX packets:335 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:619501  TX bytes:40551

but I still have to manually start dhcpcd (now, after installing kernel
4.19.72).

Another problem - wpa_supplicant then defines a default gateway, even
though one already existed for the wired connection:

config_enp2s0="192.168.179.20 netmask 255.255.255.0 brd 192.168.179.255"
routes_enp2s0="default via 192.168.179.24"

I have to then manually delete that when I'm on wireless.  That all
happened automatically before.  I wonder how I broke that all.


Reply via email to