[GH-ISSUE #4578] MTU issues #3619

Closed
opened 2026-05-05 14:19:29 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @abdeldjalil-fellah on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4578

Bug Description

dockerized frps with docker network mtu=1500 => no issue to get data using vhostHTTPSPort
dockerized frps with docker network mtu=1442 (openstack) => issues (timeout, data truncated)

frpc Version

0.54.0

frps Version

0.60.0

System Architecture

client: windows/amd64, server: linux/amd64

Configurations

bindAddr = "0.0.0.0"
bindPort = {{ .Envs.FRPS_BIND_PORT }}
vhostHTTPSPort = {{ .Envs.FRPS_VHTTPS_PORT }}
subDomainHost = "{{ .Envs.FRPS_SUBDOMAIN }}"

webServer.addr = "0.0.0.0"
webServer.port = {{ .Envs.FRPS_DASHBOARD_PORT }}
webServer.user = "{{ .Envs.FRPS_DASHBOARD_USER }}"
webServer.password = "{{ .Envs.FRPS_DASHBOARD_PASSWORD }}"

httpPlugins
name = "client-authenticator"
addr = "{{ .Envs.FRPS_CLIENT_AUTH_ADDRESS }}"
path = "{{ .Envs.FRPS_CLIENT_AUTH_PATH }}"
ops = ["Login"]
tlsVerify = false

Logs

No response

Steps to reproduce

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 @abdeldjalil-fellah on GitHub (Dec 10, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4578 ### Bug Description dockerized frps with docker network mtu=1500 => no issue to get data using vhostHTTPSPort dockerized frps with docker network mtu=1442 (openstack) => issues (timeout, data truncated) ### frpc Version 0.54.0 ### frps Version 0.60.0 ### System Architecture client: windows/amd64, server: linux/amd64 ### Configurations bindAddr = "0.0.0.0" bindPort = {{ .Envs.FRPS_BIND_PORT }} vhostHTTPSPort = {{ .Envs.FRPS_VHTTPS_PORT }} subDomainHost = "{{ .Envs.FRPS_SUBDOMAIN }}" webServer.addr = "0.0.0.0" webServer.port = {{ .Envs.FRPS_DASHBOARD_PORT }} webServer.user = "{{ .Envs.FRPS_DASHBOARD_USER }}" webServer.password = "{{ .Envs.FRPS_DASHBOARD_PASSWORD }}" [[httpPlugins]] name = "client-authenticator" addr = "{{ .Envs.FRPS_CLIENT_AUTH_ADDRESS }}" path = "{{ .Envs.FRPS_CLIENT_AUTH_PATH }}" ops = ["Login"] tlsVerify = false ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [X] Others
gitea-mirror 2026-05-05 14:19:29 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 25, 2024):

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

<!-- gh-comment-id:2561509204 --> @github-actions[bot] commented on GitHub (Dec 25, 2024): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d 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#3619
No description provided.