Good day!
During a recent round of testing of my internal systems hosted on Cloudflare Tunnels for Teams, I realized that the connection used to go inbound of the network utilizes WARP but not WARP+. This change doesn’t seem that much but it seems to eliminate possible closer colocations to the Tunnels. Below is three different test cases. One is without Warp, The second is with Zero Trust enabled, and the third is the one with Warp+. My question, is it possible to get the same Warp+ colocations for teams?
Thanks!
amontoya
Test Computer: Missouri City (Texas)
Tunnels: Sugar Land, Missouri City, Rosenberg (Texas)
Standard Connection:
fl=557f103
h=cloudflare.com
ip=XX.XX.XX.XX
ts=1683870821.481
visit_scheme=https
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
colo=DFW
sliver=none
http=http/1.1
loc=US
tls=TLSv1.3
sni=plaintext
warp=off
gateway=off
rbi=off
kex=X25519
Zero Trust WARP:
fl=15f834
h=cloudflare.com
ip=XX.XX.XX.XX
ts=1683870891.158
visit_scheme=https
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
colo=DFW
sliver=none
http=http/1.1
loc=US
tls=TLSv1.2
sni=plaintext
warp=on
gateway=on
rbi=off
kex=X25519
WARP+:
fl=162f72
h=cloudflare.com
ip=XX.XX.XX.XX
ts=1683871259.81
visit_scheme=https
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
colo=IAH
sliver=none
http=http/1.1
loc=US
tls=TLSv1.3
sni=plaintext
warp=plus
gateway=off
rbi=off
kex=X25519
(Notice, with WARP and without WARP, it goes to Dallas (DFW) first, while WARP+ routes me to Houston (IAH). Also the Zero Trust WARP uses TLSv1.2 compared to v1.3.)