Skip to content

No longer able to connect local Livebook to remote Fly.io node #1666

Answered by zachallaun
zachallaun asked this question in Q&A
Discussion options

You must be logged in to vote

Everything's working again!

This had nothing at all to do with Livebook, but instead was the result of a change in WSL2 that caused packets over a certain size to fail over Wireguard. Thanks for @josevalim's help, I was able to go "lower and lower" until I finally had a pretty easy-to-run test:

$ ping -s1168 -c1 -w1 $REMOTE_NODE_IP
PING [ipv6] 1168 data bytes
1176 bytes from [ipv6]: icmp_seq=1 ttl=62 time=41.7 ms

--- [ipv6] ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 41.734/41.734/41.734/0.000 ms

$ ping -s1169 -c1 -w1 $REMOTE_NODE_IP
PING [ipv6] 1169 data bytes

--- [ipv6] ping statistics ---
1 packets transmitted, 0 received, 1…

Replies: 2 comments 26 replies

Comment options

You must be logged in to vote
26 replies
@josevalim
Comment options

@josevalim
Comment options

@zachallaun
Comment options

@zachallaun
Comment options

@zachallaun
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zachallaun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants