You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.
No apps related to piracy or intellectual property infringement is allowed.
We can't guarantee if the app will be ported by anyone.
We encourage you to port the app by yourself. This would be a great contribution to webOS homebrew community.
I understand conditions above
(Optional) I'd like to port this app by myself
Issue content starts below this line
OpenVPN builds perfectly fine for webOS and works well. (tun/tap driver is available on pretty much all devices)
This obviously needs a frontend and some maintenance background service.
OpenVPN build configuration:
. /opt/webos-sdk-x86_64/1.0.g/environment-setup-armv7a-neon-webos-linux-gnueabi
wget https://swupdate.openvpn.org/community/releases/openvpn-2.5.4.tar.gz && tar xvf openvpn-2.5.4.tar.gz &&cd openvpn-2.5.4
./configure --host arm-webos-linux-gnueabi --disable-lzo --disable-plugin-auth-pam
make
Boringtun - userspace wireguard implementation that supports tun/tap could also work well in here, if anyone wanted to make it an actual universal frontend.
connmand has some support for VPNs, but I have no idea if it would be possible to leverage their VPN handling code to connect our openvpn outside TVs rootfs.
If anyone is willing to take it up, I would be glad to help out.
The text was updated successfully, but these errors were encountered:
I would like to follow up on this, where can I find more documentation ? If I'm reading your explanation correctly, OpenVPN could be started manually on the TV by ssh-ing into it and editing the proper configuration files?
How would one SSH into webos sdkVersion 5.5.0? Everytime I try (using port 9922) it says: Unable to negotiate with 192.168.50.122 port 9922: no matching host key type found. Their offer: ssh-rsa. I even tried specifying the RSA private key that lives at ~/.ssh/Nick\'s_TV_webos for me, using ssh [email protected] -p 9922 -i ~/.ssh/Nick\'s_TV_webos, but it still says it can't find a matching key. Port 22 just fails to connect entirely.
Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.
Issue content starts below this line
OpenVPN builds perfectly fine for webOS and works well. (
tun
/tap
driver is available on pretty much all devices)This obviously needs a frontend and some maintenance background service.
OpenVPN build configuration:
Boringtun - userspace wireguard implementation that supports tun/tap could also work well in here, if anyone wanted to make it an actual universal frontend.
connmand has some support for VPNs, but I have no idea if it would be possible to leverage their VPN handling code to connect our openvpn outside TVs rootfs.
If anyone is willing to take it up, I would be glad to help out.
The text was updated successfully, but these errors were encountered: