-
Notifications
You must be signed in to change notification settings - Fork 133
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
masque connect-ip failure #73
Comments
Hi, can you confirm what commit of QUICHE and what build commands you used? |
The commit hash is: 6adc7c3b0bbae3ebb305fdf7735f96f8ea89b2eb and as far as I recall, I used ninja -C out/Debug masque_server masque_client Server command: Client command: Curl output + ping6 and normal connection:
I attached server and client logs and server pcap. These are freshly installed Ubuntu 22.04.4. Thanks @DavidSchinazi |
Thanks for the logs! Packets are flowing correctly through the tunnel, but the issue is that |
Thank you @DavidSchinazi for your comment. I tried with |
Hi.
I am trying to play with quic using https://www.chromium.org/quic/playing-with-quic/ and connect-ip.
I used chromium source and compiled masque client and server. Then I ran masque server with
./masque_server --masque_mode=open --certificate_file=leaf_cert.pem --key_file=leaf_key_pkcs8.der --port=10000 --allow_unknown_root_cert --v=2
and then connected masque client to it with
./masque_client --disable_certificate_verification=true --certificate_file=leaf_cert.pem --key_file=leaf_key_pkcs8.der --allow_unknown_root_cert --bring_up_tun --v=2 [IPV6]:10000
IPv6 was enabled on both machines. Then I used curl with HTTP/3 to connect to google.
As you see connection through IPv6 or v4 both failed. Client and server logs show they were communicating with each other.
Is my configuration correct or something else is wrong?
Thank you for your help.
The text was updated successfully, but these errors were encountered: