mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4756] virtual_net: vnet read from tun error: too many segments #3754
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3754
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @synclab-srl on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4756
Bug Description
Hi @fatedier
I started the client (100.86.0.1) and the vistors (100.86.0.2).
When on the visitors machine I try to access in ssh to the machine (ssh ubuntu@100.86.0.1) through the virtual network I get the following error:
FRPC CLIENT LOG:
FRPC VISISTORS LOG:
frpc Version
0.62.0
frps Version
0.62.0
System Architecture
linux/amd64
Configurations
frpc client:
frpd visitors:
Logs
client:
visitors:
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Apr 17, 2025):
Can you run these command and retest to verify if it is releated to GSO/GRO:
@synclab-srl commented on GitHub (Apr 17, 2025):
Hi, I retested with gso off and gro off applied both on client and visitors.
Ping and telnet works.
But when i try to connect with ssh:
Thank You.
Fabio
@fatedier commented on GitHub (Apr 17, 2025):
This is quite strange — theoretically, it should work normally after being turned off. I suspect it might be related to GSO/GRO in Linux. I'll try to fix it in the next version, but I'm not sure if it will truly resolve your issue.
@synclab-srl commented on GitHub (Apr 17, 2025):
Ok, thanks.
I use Mint Cinnamon (22.1) in visitors and ubuntu (24.04 server) in client.
If I can help you with any other tests, please ask. I will try to do them as soon as possible.
@synclab-srl commented on GitHub (Apr 17, 2025):
Hi @fatedier.
Running this command both on client and visitors:
It Works! 👍
These are the options after giving the commands:
Maybe, if possible, you could put an option in config toml on both client and visitors to disable these options on tun when frpc starts?
Thank you.
Fabio
@manprint commented on GitHub (Apr 29, 2025):
Seems to work in 0.62.1.
I'll do more testing in the next few days.
Thanks