I set a vlan tag as 100 for one of the network interfaces of my VM. Then I started it and ran into a bug.
I found the alphanumeric characters of the network interface "enp86s0f0np0.100" just exceeded 15 which may be prohibited by the system.
Could you please tell me how to handle it so that I can work around it or I can shorten the name at the same time the PVE acknowledge it.
Code:
Error: argument "enp86s0f0np0.100" is wrong: "name" not a valid ifname
can't add vlan tag 100 to interface enp86s0f0np0 - command '/sbin/ip link add link enp86s0f0np0 name enp86s0f0np0.100 type vlan id 100' failed: exit code 255
Could you please tell me how to handle it so that I can work around it or I can shorten the name at the same time the PVE acknowledge it.
Last edited: