Skip to content
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

Wrong IP address #587

Open
kobezf opened this issue Aug 29, 2024 · 3 comments
Open

Wrong IP address #587

kobezf opened this issue Aug 29, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@kobezf
Copy link

kobezf commented Aug 29, 2024

I have a GoPRO camera HERO11 Black. I am trying to start live stream in a restricted network with the limited access to the internet. I noticed, that camera sends request to api.gopro.com before starting stream to check the internet connection. So, I added it to my DNS server, but camera uses another ip address instead of it. Here is my tcpdump:

10 Aug 27, 2024 12:04:48.112902000 CEST 7.385854 10.10.10.59 10.10.10.1 DNS 73 Standard query 0x734e A api.gopro.com
11 Aug 27, 2024 12:04:48.113806000 CEST 7.386758 10.10.10.1 10.10.10.59 DNS 89 Standard query response 0x734e A api.gopro.com A 10.0.6.30
12 Aug 27, 2024 12:04:48.125266000 CEST 7.398218 10.10.10.59 10.0.0.0 TCP 74 42396 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 SACK_PERM=1 TSval=2602477525 TSecr=0 WS=32

So you can see, that DNS server replies with 10.0.6.30, but the camera uses 10.0.0.0.

Do you know why?

@kobezf kobezf added the bug Something isn't working label Aug 29, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Aug 29, 2024
@tcamise-gpsw tcamise-gpsw removed the triage Needs to be reviewed and assigned label Sep 10, 2024
@tcamise-gpsw
Copy link
Collaborator

tcamise-gpsw commented Sep 10, 2024

Hello. There is a new feature coming in an upcoming Hero 13 firmware update that will allow you to connect a network without internet access which should solve your problems here.

I'll leave this open until that feature is released.

@kobezf
Copy link
Author

kobezf commented Sep 13, 2024

@tcamise-gpsw do you plan to make this firmware for HERO 11 and 12?

@tcamise-gpsw
Copy link
Collaborator

Currently the answer is no. But if there are future H11 / H12 firmware updates it is likely that this will be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants