I want to forward my office network traffic to CF to mask our office IP
Hello All,
in my scenario I want to forward my office network traffic to CF to mask our office IP address. It is basically need a vpn connection between our router to CF. Is there such a services or something like that in CF ? many thanks.
7 Replies
you can look at Cloudflare WARP
Its in Zero Trust
About Cloudflare WARP · Cloudflare Zero Trust docs
The Cloudflare WARP client allows you to protect corporate devices by securely and privately sending traffic from those devices to Cloudflare’s global …
Add locations · Cloudflare Zero Trust docs
DNS locations are a collection of DNS endpoints which can be mapped to physical entities such as offices, homes, or data centers.
this is client based solutions. I need make router level configuration. my router must connect to CF or any vpn services. so all network connection goes to on that.
It's possible depending on your router.
If you have a UniFi router or a pfSense / OPNsense router, you can route all (or some VLAN) traffic through a WireGuard client you can set up at the router level to meet that need, and you can use one of the following configurations to tunnel your traffic via WARP:
1. https://github.com/ViRb3/wgcf (This is unofficial and not affiliated with CF and therefore can stop working at any time)
2. You can set up a linux server in your office, setup WARP, then install WireGuard and perform NAT on your traffic to the
CloudflareWARP
interface. Then you can setup the WireGuard client on your router to route traffic through this server which will be NAT'd through Cloudflare WARP.
This way you can force all of your clients who connect to that router to have their internet traffic routed via Cloudflareyes it still works
you can use the cloudflare DNS on your router and all traffic will go through there
alll traffic sent to your router will be routed through WARP
So with this idea, am I going to have external ip adrese from CF ?
Thank you for the ideas. I will try to make that on test environment. Then I will share the result.