Skip to content

Trace traffic through Site-to-Site VPN

1

Hello!

Is there a way I can get details about the traffic through Site-to-Site VPN? I need to get the IP that originated the traffic and the response back. VPN tunnel logs are not enough.

Thank you!

asked 2 years ago466 views
1 Answer
1
Accepted Answer

Look at VPC Flow Logs https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html

srcaddr The source address for incoming traffic, or the IPv4 or IPv6 address of the network interface for outgoing traffic on the network interface. The IPv4 address of the network interface is always its private IPv4 address.

dstaddr The destination address for outgoing traffic, or the IPv4 or IPv6 address of the network interface for incoming traffic on the network interface. The IPv4 address of the network interface is always its private IPv4 address.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
  • Thank you!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.