libimobiledevice / usbmuxd

A socket daemon to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU General Public License v2.0
1.47k stars 354 forks source link

access tcp service on conntected host? #148

Open posteingang opened 4 years ago

posteingang commented 4 years ago

We try to get access via a non-cellular iPad to a TCP server on our connected host computer via the USB cable. With a cellular iPad this works without problems trough the virtual ethernet adapter. With a non-cellular iPad i wasn't able so far to access the tcp host server.

On a non-cellular iPad usbmuxd / ipheth is also creating a interface (enp0s20f0u8c4i2), but the link state is still down.

Is there some idea / solution how we can reach our goal?

Regards, Martin

mfide commented 2 years ago

I also look for a solution to that