Ajinkya
CDCloudflare Developers
•Created by Ajinkya on 8/29/2024 in #general-help
How to get a static public IP from CF when connected to CF VPN
Hi, I have zero trust setup working. My tunnel shows connected. When I am connected to the VPN, I get a public IP from
104.28.220.x
range. My colleagues get VPN public IP from 104.16.0.0./12
range. I need to allow this CIDR in security group otherwise we cannot access certain public facing apps that we have hosted.
How do I configure a static public IP so that anyone connecting to VPN through that tunnel will get the static public IP.5 replies
CDCloudflare Developers
•Created by Ajinkya on 8/13/2024 in #general-help
CF Tunnel - AWS Security group
I have CF tunnel implemented which only allows ssh acess to the allowed CIDR. In the same cidr, I also have a gitlab running on public IP. When connected to CF tunnel, I can only access it on port 443 when I allow
0.0.0.0/0
in the security group. I thought maybe I need to allow certain IPs/prefixes provided by CF so I added all the prefixes from https://www.cloudflare.com/ips/ but I still can't access gitlab. When I check the logs I am seeing 104.28.220.197
which is a cloudflare IP.
My question is how do I determine which IP cloudflare uses when connected to the tunnel so that I can just whitelist single IP3 replies
CDCloudflare Developers
•Created by Ajinkya on 8/12/2024 in #general-help
Domain registered with Route 53 and want to use cloudflare tunnel free tier
Hi,
I was looking at cloudflare zero trust for VPN solution as my org is very small (less than 50). While the SSH access via vpn works fine. I am struggling to find good document on how to access self hosted gitlab with domain in Route 53. Basically idea is to access
git.myorg.com
once I am connected to warp. On Route 53 side git.myorg.com = <public_ip>
. Please let me know if its possible and how?3 replies