-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to the server from iPhone app #47
Comments
Ok I thought I was having this problem, but in my case I just forgot that I turned the wifi off on my phone. Once I turned it back on, it works fine now. |
The UI is pretty minimal right now, this error matches iPerf's Maybe I could surface herror / perror to help diagnose these issues. FWIW this error is different from the server being busy. I would use the local IP for my iPerf server to perform the test. |
I'm experiencing this issue as well. The server seems to be running properly on my MacOS machine (Big Sur) with no firewall enabled. The iOS app connected to the same network can't connect. |
I need to get back to publishing app updates, right now I am stuck with App Store certs issues (see #41), but once that is done I should be able to land a few improvements |
Just tried iperf on iPhone for first time. i have the same problem. The server is running fine and can be contacted by other clients but not this app. any progress fixing this? |
i had the same issue on windows and had to make a new rule for the firewall for this specific port, if that helps anyone. also with the firewall disabled it worked |
Issue
"Cannot connect to the server, please check that the server is running"
System
Steps to Repro
On Mac: Install iperf3 via Homebrew.
Start the server with
iperf3 -s -D
.Run
iperf -c my-ip
.All systems go!
With server still running, open the iperf3 app on iPhone
Type in
my-ip
(the same one as the Mac)ERROR: "Cannot connect to the server, please check that the server is running" error.
Am I testing this correctly, should I be using my wi-fi network IP? The IP that my iPhone shows for WiFI?
Nothing seems to work but, with not very much documentation, there's a chance I'm screwing something up.
Any help is appreciated. Thanks
The text was updated successfully, but these errors were encountered: