Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI3 openelec 8.0.4 wifi tethering problem. #5078

Open
solevi opened this issue Sep 6, 2017 · 1 comment
Open

RPI3 openelec 8.0.4 wifi tethering problem. #5078

solevi opened this issue Sep 6, 2017 · 1 comment

Comments

@solevi
Copy link

solevi commented Sep 6, 2017

Hello,

I found out that at least on two latest versions of openelec (8.0.3 and 8.0.4) for RPI3 wifi tethering is not working as intended.
Devices are able to connect but there is no internet.
The problem is because by default ipv4 forwarding is disabled:

raspy:~ # sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0
raspy:~ # cat /proc/sys/net/ipv4/ip_forward
0
raspy:~ #

I implemented dirty but simple fix creating autostart file:

raspy:~ # cat /storage/.config/autostart.sh
sysctl -w net.ipv4.ip_forward=1
raspy:~ #

But please fix it in the next version!

@OpenELEC OpenELEC deleted a comment Nov 17, 2017
@eevleevs
Copy link

echo "net.ipv4.ip_forward = 1" > /storage/.config/sysctl.d/ip_forward.conf also works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants