I upgraded my PVE server today and it did that thing where it upgraded and changed the interface name. it changed from enp14s0f0np0 TO enp13s0f0np0 . When logging in my PiKVM and trying to check and change what my interface changed to I couldnt see the screen because there were so many different interfaces and could not scroll up on the page with Shift+PageUp or anyhting.
When I used ip a to check the interfaces there were a total of 52 interfaces, but I only have 3 physical interfaces..
There were a bunch of veth100i0@if2. (Which I found out was virtual interface for my LXC's)
There were a bunch of tap111i0 (Which I found out was my virtual interface for my VM's)
2: eno1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP group default qlen
3: enp13s0f0np0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default
4: enp13s0f1np1: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq master bond0 state DOWN group
Is there a way to see all of my PHYSICAL INTERFACE names only?
Is there a way I can link these names to conistantly stay the same?
Thanks for any help!
When I used ip a to check the interfaces there were a total of 52 interfaces, but I only have 3 physical interfaces..
There were a bunch of veth100i0@if2. (Which I found out was virtual interface for my LXC's)
There were a bunch of tap111i0 (Which I found out was my virtual interface for my VM's)
2: eno1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master bond0 state UP group default qlen
3: enp13s0f0np0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default
4: enp13s0f1np1: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq master bond0 state DOWN group
Is there a way to see all of my PHYSICAL INTERFACE names only?
Is there a way I can link these names to conistantly stay the same?
Thanks for any help!