I'm trying to connect local machine to AWS VPC using site-to-site VPN. I've used ipsec protocol using libreswan, and succeeded to establish tunnel.(Confirmed at aws console that tunnel status is 'UP').
I was also bled to ping to each other, but not possible to execute curl command. (it hung for a while and got timed-out.)
Do I need to do any other steps? Or any way to debug this issue?
Thanks!