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

icmp relay hangs #225

Open
FreedomPrevails opened this issue May 23, 2023 · 2 comments
Open

icmp relay hangs #225

FreedomPrevails opened this issue May 23, 2023 · 2 comments

Comments

@FreedomPrevails
Copy link

FreedomPrevails commented May 23, 2023

ICMP relay only works for few minutes and then it stops working, restarting the client part resolves the issue immediately and again it hangs after a few minutes. I see no errors in the log.

Server : gost3 -L relay+icmp://:8443/:1234
Client : gost3 -L tcp://:443 -F relay+icmp://x.x.x.x:8443
Version : rc8

Edit : I also tried keepAlive option, but it didnt help.

@ariadarkkkis
Copy link

I have the same issue when there are many connections. it just hangs and dont work anymore. Dont know if its the protocol limitation or gost bug

@easyfast2008
Copy link

The same behavior is happening with forward+kcp, and restarting client service fixes the issue, I haven't found any related log yet. Any help will be appreciated.

Client service setup:

`[Unit]
Description=GO Simple Tunnel
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service

[Service]
Type=simple
User=root
DynamicUser=true
Restart=on-failure
RestartSec=10
LimitNOFILE=infinity
ExecStart=/usr/local/bin/gost -L=tcp://:35400 -F forward+kcp://forward-to-ip:35600

[Install]
WantedBy=multi-user.target`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants