Skip to content
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

Setting up Multipath QUIC #30

Open
Anirudh533 opened this issue Feb 19, 2022 · 7 comments
Open

Setting up Multipath QUIC #30

Anirudh533 opened this issue Feb 19, 2022 · 7 comments

Comments

@Anirudh533
Copy link

Hello all,

I have two mininet VMs and I'm unable to generate multipath QUIC due to this error. Any proper setup guidelines to setup this? And also is mininet VM a CMD line based VM, coz I'm not able to see GUI in my local machine.
image

Thank you.

@qdeconinck
Copy link
Owner

Without further information, it is not possible to identify your error. Specifically,

  • Do you exchange data within the VM, or are you trying to exchange QUIC packets outside of it?
  • Are you using the same mp-quic implementation at both end-hosts?

It would also be great to enable trace go logs.

@Anirudh533
Copy link
Author

Hey @qdeconinck ,

Thanks for the reply. I'm using this https://multipath-quic.org/kvm-mpquic.vmdk.zip as two VMs(client and server). Exchange happens outside. Yes, mp-quic is configured at both these vms. Still there was a crypto handshake error. Could you please assist me with a proper setup guidelines ?

Thank you,
Anirudh

@qdeconinck
Copy link
Owner

  • Can both your end hosts reach each others?
  • Do the initial packets sent by the client reach the server (you can check with tcpdump at server side)?
  • If it is the case, can you provide the debug trace of both the client and the server (use the environment variable QUIC_GO_LOG_LEVEL=debug)?

@Anirudh533
Copy link
Author

Anirudh533 commented Feb 21, 2022

Sure @qdeconinck , I'll check and post the screenshots here in a while.

Thank you

@qdeconinck
Copy link
Owner

If possible, please prefer plain text as it is easier to parse than screenshots.

@Anirudh533
Copy link
Author

Sure, I'll do that.

Thank you

@Zack-Tsang
Copy link

Hey @qdeconinck ,

Thanks for the reply. I'm using this https://multipath-quic.org/kvm-mpquic.vmdk.zip as two VMs(client and server). Exchange happens outside. Yes, mp-quic is configured at both these vms. Still there was a crypto handshake error. Could you please assist me with a proper setup guidelines ?

Thank you, Anirudh

Hello, Anirudh533! I also use two mininet VMs as client and server, however, I do not know how to use the scripts file provided by Quentin De Coninck, could you please tell me how to run the test scripts? Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants