Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.25k stars 573 forks source link

ERROR Router: Cannot create route, dropping packet: Permission denied (os error 13) #245

Open imponateado opened 4 years ago

imponateado commented 4 years ago
2019-11-21 19:22:01.101 ERROR Router: Cannot create route, dropping packet: Permission denied (os error 13)
2019-11-21 19:22:02.102 ERROR Router: Cannot create route, dropping packet: Permission denied (os error 13)
2019-11-21 19:22:03.104 ERROR Router: Cannot create route, dropping packet: Permission denied (os error 13)
2019-11-21 19:22:04.105 ERROR Router: Cannot create route, dropping packet: Permission denied (os error 13)

and more spam of the same message log.txt

rom1v commented 4 years ago

It's probably just UDP broadcasts: #28 #158. It should not prevent the app from working.

(your log.txt does not contain the message)

imponateado commented 4 years ago

seems like those error spams aren't a thing anymore, but the past issue I was getting with gnirehtet 2.3 not loading whatsapp status and reddit content is still here:

2019-11-22 19:58:57.827 WARN TcpConnection: 10.0.0.2:54954 -> 35.186.224.53:443 Unexpected first packet 3272683620; acking 3449714614; flags=25 2019-11-22 19:58:57.827 INFO TcpConnection: 10.0.0.2:54954 -> 35.186.224.53:443 Close 2019-11-22 19:58:57.874 INFO TcpConnection: 10.0.0.2:51362 -> 31.13.85.8:443 Open 2019-11-22 19:58:57.874 WARN TcpConnection: 10.0.0.2:51362 -> 31.13.85.8:443 Unexpected first packet 2193622039; acking 2850477426; flags=25 2019-11-22 19:58:57.874 INFO TcpConnection: 10.0.0.2:51362 -> 31.13.85.8:443 Close 2019-11-22 19:58:57.907 INFO TcpConnection: 10.0.0.2:57515 -> 23.10.50.56:443 Open 2019-11-22 19:58:57.907 WARN TcpConnection: 10.0.0.2:57515 -> 23.10.50.56:443 Unexpected first packet 497131144; acking 2501873935; flags=25 2019-11-22 19:58:57.907 INFO TcpConnection: 10.0.0.2:57515 -> 23.10.50.56:443 Close 2019-11-22 19:58:57.967 INFO TcpConnection: 10.0.0.2:56296 -> 157.240.222.16:443 Open 2019-11-22 19:58:57.968 WARN TcpConnection: 10.0.0.2:56296 -> 157.240.222.16:443 Unexpected first packet 2612645374; acking 3675091889; flags=25

Do I need to open an another issue or can I report it here?

rom1v commented 4 years ago

Do I need to open an another issue or can I report it here?

You already did: https://github.com/Genymobile/gnirehtet/issues/233

rom1v commented 4 years ago

2019-11-22 19:58:57.907 WARN TcpConnection: 10.0.0.2:57515 -> 23.10.50.56:443 Unexpected first packet 497131144; acking 2501873935; flags=25

This may or may not be a bug (just packets received from a previous connection).

Do you reproduce it every time?

MalekiRe commented 2 years ago

I also have this issue.