-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
remote start-tunnel error when connect device with usbfluxd #930
Comments
Please provide exact steps to reproduce |
To Reproduce
|
I don't have two macs to test this with. For example: pymobiledevice3 syslog live --usbmux IP:5000 Also, if you need tunnel establishment, the easier way would be to use lockdown tunnels but that depends on iOS >= 17.4. sudo pymobiledevice3 lockdown start-tunnel --usbmux IP:5000 This should also prove much faster since it doesn't go through any middleware. I had problems implementing the remote pairing required for their devices since they did something weird to the device pairing process. |
remote tunnel requires IPv6 address (and a bonjour service on this address) provided by NCM, your iPhone is connected to another PC, so there's no iPhone's IPv6 address on the PC you runs |
hey @kelvin321, did you ever get your setup to work? I'm using the --usbmux parameter as mentioned: I wonder how this is handled on corellium side, probably something else needs to be "proxied", so the client machine can access the device through the host machine? |
yes, I followed the solution in this thread: #566 |
Test environment
Describe the bug
After connect device from usbfluxd, remote start-tunnel return
ERROR Device is not connected
but usbmux list can print my device info correctly.
The text was updated successfully, but these errors were encountered: