mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2173] Webserver Reachable Locally but not over Proxy Adress #1729
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#1729
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 @ghost on GitHub (Jan 3, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2173
[REQUIRED] hat version of frp are you using
Version: v0.34.3
[REQUIRED] What operating system and processor architecture are you using
OS: Linux ubuntu 20.04
CPU architecture: AMD Ryzen
[REQUIRED] description of errors
Website is locally reachable over 192.168.0.51 without problems
but when trying to reach the website over the proxys ipadress it doesnt work at all
no errors are givin in the proxy console
confile
[web]
type = tcp
local_ip = 192.168.0.51
local_port = 80
remote_port = 80
log file
https://pastebin.com/XVuH19a7
Supplementary information
I used Apache2 and Nginx but issue on both
There is also currently a netdata server online what is also a webserver on port 19999 what works partally
http://www.auroraserver.de is the website that doesnt work
netdata with the same options just port 19999 work partially
http://www.auroraserver.de:19999
Can you guess what caused this issue
Maybe bad configuration or a port misunderstanding
Checklist:
@fatedier commented on GitHub (Jan 5, 2021):
Your configures make a port forwarder from
frps ip:80to192.168.0.51:80.When you visit
frps ip:80, the network traffic will be transfered to local service.@ghost commented on GitHub (Jan 5, 2021):
Yes thats sure and its configures correctly like that.
But, i can reach my Webserver on 192.168.0.51:80 , but i cant reach it over the frps ip:80
so somethings seems wrong and i dont know what.
@fatedier commented on GitHub (Jan 5, 2021):
I haven't seen your error log. Did you paste all your logs?
@ghost commented on GitHub (Jan 5, 2021):
Logs frps:
https://pastebin.com/GBJNVtYv
Logs frpc:
https://pastebin.com/Y915EmQ4
the proxy http says its successfull but when trying to reach the frps server on port 80 it will not be found:
see http://auroraserver.de
in my local network the website CAN be reached over http://192.168.0.51:80
@fatedier commented on GitHub (Jan 6, 2021):
You can deploy frpc and frps in the same machine to test if you have an mistake in your configures.
@ghost commented on GitHub (Jan 6, 2021):
Issue Finnaly Resolved after reinstalling the whole server os....