First question so please be kind!
issue: in the google cloud platform they block traffic on port 25 outbound to external addresses.
- 1 webserver needing to send mail via my corporate mail server.
- 1 mail server sitting inside my DMZ, that is routed on the firewall.
- 1 site to site VPN (on the firewall) between my office subnet and the GCP local subnet.
what i know so far:
So... after a day of being convinced that there was an issue with my firewall, turns out that google block outbound ports 25, 465 and 587. (all variations of SMTP protocol ports)
Found that nugget here: https://cloud.google.com/compute/docs/tutorials/sending-mail/
it describes here how the traffic is allowed between local networks but blocked from the internet.
Now, I have a Site-to-Site VPN setup between the GCP and my ASA5520 which is working great, there are routes for my local networks in GCP, to route it through. now is this considered part of the "local Network" or is restricted to the local subnet of the Google Instance?
I guess somebody must of come across this problem before me, with a similar setup, but i cannot find much.
Before a make changes to my live firewall to try and allow traffic to the DMZ from the VPN, i would like to know if anybody has any experience in this?
Also open to other suggestions on how to solve my problem... although i would rather not have to pay for anything, or rely on apps and other services.
cheers!