mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #406] Failed to connect docker frps #298
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#298
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 @Zonciu on GitHub (Jul 18, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/406
What version of frp are you using (./frpc -v or ./frps -v)?
0.13.0
What operating system and processor architecture are you using (
go env)?Server: Centos 7 amd64
Client: Win10 amd64
frpc.ini
Run frps in host
frps.ini
Result: Success
Run frps in docker container
Config 1
frps.ini
Result:
frps error,
bind: cannot assign requested addressConfig 2
frps.ini
Docker add
net="host"configResult:
Client error,
login to server failed: No connection could be made because the target machine actively refused it.Config 3
frps.ini
Docker add
net="host"configResult:
Server error:
Read error, read: connection reset by peerClient error:
login to server failed: i/o timeout@fatedier commented on GitHub (Jul 31, 2017):
如果你认为这是一个 bug,指出可能存在的错误,否则自己排查下对于 docker 和 frp 的使用姿势是否有问题。