Forum Discussion

space_simian's avatar
space_simian
Just Moved In
1 hour ago

Business Internet Captive Portal Hijack

I recently had my services set up and any outbound connection on port 80 is redirected to https://order.fibre.telus.com. All other traffic seems to be unaffected but this causes my devices to think they need to log in to the network.

Here is an example of it working as expected with HTTPS (port 443):

~ ❱ curl -4 https://icanhazip.com
75.158.x.x

This is an example where it is redirecting requests to port 80:

~ ❱ curl -4 http://icanhazip.com
~ ❱ curl -4 -v http://icanhazip.com
* Host icanhazip.com:80 was resolved.
* IPv6: (none)
* IPv4: 104.16.185.241, 104.16.184.241
*   Trying 104.16.185.241:80...
* Connected to icanhazip.com (104.16.185.241) port 80
* using HTTP/1.x
> GET / HTTP/1.1
> Host: icanhazip.com
> User-Agent: curl/8.14.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 307 Temporary redirect
< Location: https://order.fibre.telus.com
< Content-Length: 0
< Content-Type: text/html
<
* Connection #0 to host icanhazip.com left intact

Is anyone else seeing this as well? I've tried reaching out to support multiple times and the reps don't seem to have any understanding of this, or much outside of basic troubleshooting

No RepliesBe the first to reply