0

I'm using GCP for building a simple scenario. I set 3 VMs in deferent locations in a default VPC. I would like to send/generate traffic in order to use VPC flow logs, but I don't know how to do that.

Khalil Mebarkia
  • 139
  • 1
  • 1
  • 13

1 Answers1

1

You can simply setup a basic web server in one the GCP VM instances and then run the curl tool from the client to generate HTTP/HTTPS request to the server. Similarly, you can use Netcat tool to send TCP/UDP traffic from the client to the server.

More details in regards to sending UDP traffic between server and client can be found in here.

Ishtiaque
  • 66
  • 3