Yuri
Yuri
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
you are welcome 🙂
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
thanks, might be useful for helping future troubleshooting
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
ah so the ipv6 forwarding was missing?
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
If the issue is solved, I invite you to continue the conversation on https://discord.com/channels/988743885121548329/988744244967653396
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
yeah that is a use case we have in mind. A similar situation is if you have a locked chromebook (like many schools give to students)
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
appreciated 🙂
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
I suggest trying to debug the issue without WebVM in the picture, so that you can ask help from Tailscale too. I think that we established that the WebVM side works, and that there is something wrong with the exit node setup on your pc
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
yeah so there is some issue with the exit node itself, but I am not sure how to help with that beyond what I initially suggested.
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
about the could not resolve issue, try the command a few times. I noticed that DNS is very sensitive to losing a few packets and that happens sometimes
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
I see. I was suggesting to use the phone as the user of the previous exit node, to make sure it was working correctly, without WebVM in the picture
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
wait, do you mean that you tried to use the phone as an exit node?
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
then it might be an actual issue with WebVM... would you mind trying again by refreshing the tab and logging in again?
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
a good test is to disable wifi on the phone, route all traffic through tailscale, and check that the external ip is seen as the same as your exit node, for example using https://www.whatismyip.com/
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
that also looks fine... are you able to use the device as an exit node from another client? like your phone for example or another pc
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
for the exit node
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
No description
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
1 means that it is enabled, so the issue is something else
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
cat /proc/sys/net/ipv4/ip_forward
56 replies
LTLeaning Technologies
Created by HX MutantRabbit767 on 11/14/2024 in #support
Tailscale networking not working.
do you have ip forwarding enabled in your exit node?
56 replies
LTLeaning Technologies
Created by Pedro on 3/26/2024 in #support
Calling JS object member functions from Wasm
I think that there is a compiler bug happening here. We need to investigate this further. As a general advice, to solve the issue of storing js data and use it from wasm: instead of trying to convert everything to wasm, try to have the "top-level" of your code in js, and call into a wasm function with the state it needs as parameters. You cannot store pointers to js memory in a [[cheerp::wasm]] struct, but you CAN do the opposite.
18 replies