how to enable the network monitor link

This commit is contained in:
2023-05-25 14:52:12 +02:00
parent ddd0f2ee32
commit 8aafd4adc7
+8
View File
@@ -5,3 +5,11 @@ To be able to debug early network issues in the boot process the 2 test VMs lxde
I.e. lxdev04 has a second interface that mirrors the primary interface of lxdev05 and lxdev05 has a second interface that mirrors the primary interface of lxdev04.
Bring the device up without IP address:
```
ip link set dev ens192 up
ip addr flush dev ens192
```
and then use `tcpdump -i ens192 ...`