Comment 4 for bug 1854391

Revision history for this message
Li The G No Lie (helpunclejackoff) wrote :

@alfonsosanchezbeato

I just want to share internet connectivity.

Maybe the existence of multiple network interfaces makes it necessary to specify which interface the packets have to be forwarded to from the wlan interface.
You could try and reproduce the issue by installing docker which will add its own interfaces.

My patch specifies exactly which interface the packets should be forwarded to e.g
wifi interface: wlan0
shared interface: eth0

--> any connections being forwarded out of wlan0 have to go to eth0
--> any established connections / responses for wlan0 entering eth0 have to go to wlan0

The current rules might be too ambiguous due to the additional interfaces.