warp-sh icon indicating copy to clipboard operation
warp-sh copied to clipboard

Endpoint issue

Open LawVPN opened this issue 9 months ago • 3 comments

Im getting error installing menu.sh after step 3/3, is this because of kernel? Im using 5.4.0 ubuntu 20.04 Indonesian server, ipv6 only image

LawVPN avatar Apr 26 '24 06:04 LawVPN

Maybe your vps provider restricts the use of udp. you run it and see if there's a display, if there isn't it means it's restricted.

echo -ne '\x00\x01\x00\x00\x21\x12\xA4\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | nc -u -w1 stun.cloudflare.com 3478 | xxd -p
image

fscarmen avatar Apr 26 '24 11:04 fscarmen

Maybe your vps provider restricts the use of udp. you run it and see if there's a display, if there isn't it means it's restricted.

echo -ne '\x00\x01\x00\x00\x21\x12\xA4\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | nc -u -w1 stun.cloudflare.com 3478 | xxd -p
image

it displays something,

image

LawVPN avatar Apr 26 '24 13:04 LawVPN

It looks like udp is working, don't quite understand why it's failing as above.

fscarmen avatar Apr 27 '24 04:04 fscarmen