Team,
Part of the output of "ip a" looks like this:
This implies there is a vlan with tag 999 attached to enp3s0f1.
However, when looking into the ifup-config /etc/network/interfaces, there is no shuch thing:
While I can delete all these things, they keep coming back after a reboot.
Is there any other place where this config is stored? Where?
Thank you - Will
Part of the output of "ip a" looks like this:
19: vmbr1v999: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d2:75:49:62:ca:8c brd ff:ff:ff:ff:ff:ff
20: enp3s0f1.999@enp3s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr1v999 state UP group default qlen 1000
link/ether 90:e2:ba:29:40:01 brd ff:ff:ff:ff:ff:ff
This implies there is a vlan with tag 999 attached to enp3s0f1.
However, when looking into the ifup-config /etc/network/interfaces, there is no shuch thing:
# Capture port
iface enp3s0f1 inet manual
# 10-Gbps mirror port
auto vmbr1
iface vmbr1 inet manual
bridge_ports enp3s0f1
bridge_stp off
bridge_fd 0
bridge_ageing 0
While I can delete all these things, they keep coming back after a reboot.
Is there any other place where this config is stored? Where?
Thank you - Will