AWS VPC IPSEC site to site VPN using a Ubiquiti EdgeMax EdgeRouter with BGP routing
Silas Thomas
58
This:
set protocols bgp 64512 network 192.168.0.1/24
should actually be:
set protocols bgp 64512 network 192.168.0.0/24
Other than that it all worked fine, my local route was pushed to AWS, but not the AWS VPC routes to my local network. Still trying to figure out how to make that happen… (my vpg is connected to 2 VPC’s, that might be the problem)