Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] webui only listen on ipv6 #1766

Open
LSP0123 opened this issue Apr 5, 2024 · 1 comment
Open

[Bug] webui only listen on ipv6 #1766

LSP0123 opened this issue Apr 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LSP0123
Copy link

LSP0123 commented Apr 5, 2024

Describe the bug

use ipv4 access to web ui is too slowly

To Reproduce

  1. fresh install casaos 0.4.8 on armbian jammy (aarch64)
  2. use ipv4 address to access casaos webui
  3. too slowly to open webui

Desktop (please complete the following information):

 - OS: win11
 - Browser : firefox edge
 - version : browser and system are the newest version on stable chanell

Logs


rk:~:% sudo lsof -i | grep http   
casaos-ga    851    root    8u  IPv6 730593      0t0  TCP rk.local:http->192.168.2.200:64690 (ESTABLISHED)
casaos-ga    851    root    9u  IPv6 728719      0t0  TCP rk.local:http->192.168.2.200:64691 (ESTABLISHED)
casaos-ga    851    root   10u  IPv6 729797      0t0  TCP rk.local:http->192.168.2.200:64692 (ESTABLISHED)
casaos-ga    851    root   14u  IPv6 729800      0t0  TCP rk.local:http->192.168.2.200:64693 (ESTABLISHED)
casaos-ga    851    root   15u  IPv6 729801      0t0  TCP rk.local:http->192.168.2.200:64694 (ESTABLISHED)
casaos-ga    851    root   16u  IPv6 724962      0t0  TCP rk.local:http->192.168.2.200:64695 (ESTABLISHED)
casaos-ga    851    root   18u  IPv6 730589      0t0  TCP *:http (LISTEN)
casaos-ga    851    root   25u  IPv6 730602      0t0  TCP rk.local:http->192.168.2.200:64697 (ESTABLISHED)
casaos-ga    851    root   36u  IPv6 729807      0t0  TCP rk.local:http->192.168.2.200:64698 (ESTABLISHED)
casaos-ga    851    root   39u  IPv6 730605      0t0  TCP rk.local:http->192.168.2.200:64699 (ESTABLISHED)

@LSP0123 LSP0123 added the bug Something isn't working label Apr 5, 2024
@fightingsleep
Copy link

What's the workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants