mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4760] virtual_net: init virtual network controller error: device or resource busy #3761
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#3761
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 18, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4760
Bug Description
Hi @fatedier
I am testing the functionality of virtual_network.
I have the following use case:
I have started two clients on two different remote machines.
When I try to start two visitors on my local laptop machine, I get the following error:
This happens because the utun interface is busy with one of the two visitors.
It would be necessary for each visitors to open a different interface (utun0, utun1, utun2, utunN)
In this way from the same host it is possible to connect to different remote clients:
example:
Thank you very much.
frpc Version
0.62.0
frps Version
0.62.0
System Architecture
linux/amd64
Configurations
VISITORS 1
VISITORS 2
Logs
Steps to reproduce
...
Affected area
@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