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

wifi to eth not working #20

Closed
gitkav opened this issue Jul 17, 2018 · 4 comments
Closed

wifi to eth not working #20

gitkav opened this issue Jul 17, 2018 · 4 comments

Comments

@gitkav
Copy link

gitkav commented Jul 17, 2018

Hi Arpit

I have rapberry VERSION="9 (stretch)"
I tried your script wifi-to-eth-route.sh, but unfortunately its not working for me.
The device that wants to use the raspberry wifi connection is a TV.
I have connected the TV to raspberry pi through LAN cable and ran you script on reboot.
My network interface file is

My /etc/wpa_supplicant/wpa_supplicant.conf has
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Home WiFi"
psk="password_goes_here"
}

Can you please let me know what I am missing

The TV got an ip adress but its not connected to internet

@arpitjindal97
Copy link
Owner

try this one:

country=GB
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="Home WiFi"
psk="password_goes_here"
}

@arpitjindal97
Copy link
Owner

Thanks for notifying. I will fix the README with correct config.

@gitkav
Copy link
Author

gitkav commented Jul 18, 2018

Hi Arpit,

The TV show not connected but when I open a http link on a browser it works. When I try to access any https link I see a security message. Also I took the tcp dump on raspeberry pi and found that Sony TV is rejecting TLS connections which are routed through raspi

@gitkav
Copy link
Author

gitkav commented Jul 18, 2018

Its working now, the date and time on my tv was incorrect because of which TV was rejecting the TLS certificate. Thanks

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