Opened 4 years ago
Last modified 4 years ago
#20392 awaitsfeedback defect
TCP reset on 50% of http POST
Reported by: | Pieter1234 | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 6.1.22 |
Keywords: | big sur, tcp reset | Cc: | |
Guest type: | all | Host type: | Mac OS X |
Description
Since MacOS Big sur I get about 50% TCP reset's. This can be reproduced with curl:
$ curl -d '{"request": "query"}' -H "Content-Type: application/json" -X POST http://local_network_host:21573/ >/dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 14668 0 14648 100 20 133k 186 --:--:-- --:--:-- --:--:-- 133k $ curl -d '{"request": "query"}' -H "Content-Type: application/json" -X POST http://routingtestb:21573/ >/dev/null % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 14668 0 14648 100 20 133k 186 --:--:-- --:--:-- --:--:-- 133k curl: (56) Recv failure: Connection reset by peer
I'm not able to reproduce with a public host yet. I can provide a pcap but prefer not to make it public.
Tried:
- Only NAT network. Did not try bridge.
- Tried various adapter types.
- Multiple hosts have same issue.
- Different guests have the same issue. (Windows / Linux)
Attachments (1)
Change History (4)
by , 4 years ago
Attachment: | Ubuntu Focal (20.04)-2021-06-10-15-02-36.log added |
---|
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Update: I'm starting to doubt it a VirtualBox issue. I do have similar problems on host. I'll update if I change my mind (again) :)
comment:3 by , 4 years ago
Status: | new → awaitsfeedback |
---|
Note:
See TracTickets
for help on using tickets.
Forgot to mention: On host system the curl command is working flawlessly.