Reads:55037Replies:3
Can I capture the information about the IP traffic going to and from network interfaces in my VPC?
As title, can I capture the information about the IP traffic going to and from network interfaces in my VPC?
|
|
1st Reply#
Posted time:Jul 10, 2018 1:38 AM
|
|
|
2nd Reply#
Posted time:Jul 30, 2018 4:15 AM
@koninr. You can Capture IP Traffice Going to and From Network Interfaces using Wireshark.
Wireshark would do that for you on Windows and linux (Not sure about Mac). It uses WinPCap library and wraps in a nice UI for you to monitor the packets that you are interested. It allows you to listen to specific or all interfaces , so you can make sure your packets are going via the right interface |
|
3rd Reply#
Posted time:Jul 30, 2018 12:04 PM
Note: I have not verified this within Alibaba Cloud.
Most cloud vendors prohibit traffic monitoring. For example, with AWS, this is a written policy plus AWS disables putting the network adapters into promiscuous mode. AWS has VPC Flow Logs. I cannot find information yet about an equivalent product for Alibaba Cloud. Does anyone know anything? |
|
|