Add tcpdump examples

This commit is contained in:
Denys Fedoryshchenko
2023-05-14 15:24:40 +03:00
parent 2a1c97b38d
commit 5c97587d64

View File

@@ -311,3 +311,7 @@ Detected PPPoE server at interface bond0.2529
``` ```
As you can see there are 3 other PPPoE servers in the network, and they are all detected by pppoe-discovery. They might cause conflicts during PPPoE session establishment, so it is recommended to find and remove them. As you can see there are 3 other PPPoE servers in the network, and they are all detected by pppoe-discovery. They might cause conflicts during PPPoE session establishment, so it is recommended to find and remove them.
### References
* [TCPDUMP examples ] (https://hackertarget.com/tcpdump-examples/)
* [More tcpdump docs] (https://danielmiessler.com/study/tcpdump/)