mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2331] 127.0.0.1本地测试connect refused #1851
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#1851
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 @ufoozhenghao on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2331
[REQUIRED] hat version of frp are you using
Version:0.36.2
[REQUIRED] What operating system and processor architecture are you using
OS:ubuntu 16.04 server
CPU architecture:intel E3
[REQUIRED] description of errors
使用127.0.0.1本地ssh远程端口提示connect refused
confile
frps.ini
[common]
bind_port = 7000
frpc.ini
[common]
server_addr = 127.0.0.1
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
log file
Steps to reproduce the issue
下载frp_0.36.2_linux_amd64.tar.gz
./frps -c ./frps.ini与./frpc -c ./frpc.ini后都提示proxy successssh -oPort=6000 dell@127.0.0.1提示connect refusedufw allow 6000无法连接Supplementary information
Can you guess what caused this issue
Checklist:
@blizard863 commented on GitHub (Mar 26, 2021):
@ufoozhenghao commented on GitHub (Mar 26, 2021):
感谢帮忙 我在虚拟机中用同样的配置可以实现 第二个步骤我明天去公司看看
127.0.0.1不通是啥问题啊?服务器是Dell PowerEdge R230 安装的是ubuntu 16.04 server
@blizard863 commented on GitHub (Mar 27, 2021):
问题原因可能是多方面的,当前无法判断,建议 tcpdump 抓个包看看。