mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #18] server adder error #3
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#3
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 @fuzihaofzh on GitHub (Apr 7, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/18
I set server adderess in frpc.ini, and run frpc -c frpc.ini
the log show:
2016/04/07 09:00:48 [main.go:101] [I] Start frpc success
2016/04/07 09:00:48 [control.go:130] [E] ProxyName [ssh], connect to server [0.0.0.0:7000] error, dial tcp 0.0.0.0:7000: connection refused
2016/04/07 09:00:48 [control.go:39] [E] ProxyName [ssh], connect to server failed!
2016/04/07 09:00:48 [main.go:104] [W] All proxy exit!
It seems it also use 0.0.0.0 as server. Please help me to tackle this problem. Thanks
@fatedier commented on GitHub (Apr 7, 2016):
Can you show me your [common] section in frpc.ini?
@fuzihaofzh commented on GitHub (Apr 7, 2016):
@fatedier
@fatedier commented on GitHub (Apr 7, 2016):
server_addr is case-sensitive, you can try to use lower-case letters.
@fatedier commented on GitHub (Apr 7, 2016):
I will let it be compatible with uppercase letters soon.