[GH-ISSUE #2772] [Feature Request] how to visit switch through frp #2219

Closed
opened 2026-05-05 13:25:41 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @peter2022 on GitHub (Jan 23, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2772

Describe the feature request

how to visit switch or Optical Network Terminals Modem through frp?

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @peter2022 on GitHub (Jan 23, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2772 ### Describe the feature request how to visit switch or Optical Network Terminals Modem through frp? ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:25:41 -06:00
Author
Owner

@Becods commented on GitHub (Feb 4, 2022):

Access your computer in LAN by SSH

# frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000

[switch]
type = tcp
local_ip = <Your switch IP>
local_port = 80
remote_port = 80
<!-- gh-comment-id:1030214811 --> @Becods commented on GitHub (Feb 4, 2022): [Access your computer in LAN by SSH](https://github.com/fatedier/frp#access-your-computer-in-lan-by-ssh) ``` # frpc.ini [common] server_addr = x.x.x.x server_port = 7000 [switch] type = tcp local_ip = <Your switch IP> local_port = 80 remote_port = 80 ```
Author
Owner

@github-actions[bot] commented on GitHub (Mar 7, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1060078042 --> @github-actions[bot] commented on GitHub (Mar 7, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2219
No description provided.