Problem with Wifi tethering
See original GitHub issueSo I attempted to create a wifi network with the phone that is connected to gnirehtet, the phone in question successfully gets internet, but the devices connected to it by wifi don’t. Every time something attempts to be loaded from one of the connected devices, gnirehtet will print the following in console:
WARN Router: Dropping invalid packet
The phone in question uses android oreo 8.1.
So, Computer -> Phone works fine, but Computer -> Phone -> Devices doesn’t.
I’m using the rust version, and linux (kernel version 4.17) if it matters.
Edit: Tried with another phone as “gateway”, this one with android 5.1, and the results are the same. Android 5.1 gets internet from gnirehtet but the devices connect to the phone through wifi tether don’t. I get the same warning.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Because apparently Android does not support both wifi hotspot and VpnService simultaneously. AFAIK there’s nothing we can do.
Why was this issue closed? There is a usecase for wifi tethering with gnirehtet