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 proxmox server. How to resolve this issue ?
Read more
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 proxmox server. How to resolve this issue ?
root@# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000...
Read more