I notice weird issues :
1. Whenever I restart my machine, I lose the network and I manually need to make it up using following command.
>>> ip link set dev enp0s25 down && ip link set dev enp0s25 up && dhcpclient -v enp0s25
without this the network is down and I am unable to ping to the...