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

TCP server side issues - sometimes lacking any reply to SYN #470

Open
hannesm opened this issue Jan 4, 2022 · 0 comments
Open

TCP server side issues - sometimes lacking any reply to SYN #470

hannesm opened this issue Jan 4, 2022 · 0 comments

Comments

@hannesm
Copy link
Member

hannesm commented Jan 4, 2022

Hello,

when testing connectivity to https://mirage.io using a simple shell script:

$ export att=0
$ while test $ret = 0 ; do curl -m 10 https://mirage.io > /dev/null ; foo=$? ; echo $foo ; export ret=$foo ; done

I receive some connection establishment troubles. At the moment after 30-40 requests. They're all sequential. Attached is a pcap, where you can see the last connection failed. The syn has been retransmitted 3 times, but there's no reply from the server.

FWIW, I'm not sure which mirage-tcpip version is deployed on miage.io.
mirage.io.pcap.zip

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

1 participant