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 ?
2. None of my VM working now. Whenever I tried to start then I am getting following error.
please help to resolve the issue.
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
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 98:90:96:ca:ce:be brd ff:ff:ff:ff:ff:ff
2. None of my VM working now. Whenever I tried to start then I am getting following error.
bridge 'vmbr0' does not exist
kvm: -netdev type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown: network script /var/lib/qemu-server/pve-bridge failed with status 512
TASK ERROR: start failed: QEMU exited with code 1
please help to resolve the issue.