Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.31k stars 578 forks source link

Error Message: Only one usage of each socket address is normally permitted #179

Open Austin4705 opened 5 years ago

Austin4705 commented 5 years ago

While using the command gnirehtet run the device puts out this error message: ERROR Main: Execution error: IO error: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)
What should I do to fix it?

2019-03-30 09:17:34.042 INFO Main: Starting relay server... 2019-03-30 09:17:34.042 INFO Main: Checking gnirehtet client... 2019-03-30 09:17:34.046 ERROR Main: Execution error: IO error: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)

rom1v commented 5 years ago

You probably already have a relay server running (or another program listening on port 31416).

TimChinye commented 10 months ago

Is there a way to check for a relay server before starting one.... with autorun? Or how do I stop the current relay server?