mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-18 22:09:32 +08:00
Page:
rst==1 in log
Pages
Android Guide
Dirty experience in dealing with ISP traffic policies
Features
Frequently Asked Questions
Home
How to build
Known issues and solutions
Notes on encryption
Related Works
about mtu
bypass mtu limitation
faketcp方案和常见的udp over tcp、udp in tcp方案的区别
how to choose a binary for your device
keep udp2raw alive
nftables udp2raw
rst==1 in log
run udp2raw as non root
udp2raw wireguard example configurations
udp2raw openvpn config guide
中文文章
在windows mac上运行udp2raw客户端,带图形界面
常见错误
网络不允许桥接的情况下,如何在虚拟机运行udp2raw
进程保活
Clone
3
rst==1 in log
Yancey Wang edited this page 2024-06-11 18:24:46 -04:00
Table of Contents
- 1. You didnt run udp2raw with -a option, nor did you add the necessary iptables rule manually. Or you deleted the iptables rules after udp2raw added it. Then you may get rst==1 from any sides.
- 2. You killed udp2raw client after a connection has already established to server. Then you may get rst==1 from server log.
- 3. You killed udp2raw server while udp2raw client is running. Or you are using udp2raw to connect to an non-existed server. Then you may get rst==1 from client log.
- 4. Not covered by the above scenes, but you still got rst==1
You may get rst==1 in the following scenes:
1. You didnt run udp2raw with -a
option, nor did you add the necessary iptables rule manually. Or you deleted the iptables rules after udp2raw added it. Then you may get rst==1 from any sides.
In this case,its not suggested to ignore it, you have to run udp2raw with -a
option, or add iptables-rules manually with the help of -g
option (suggested).
2. You killed udp2raw client after a connection has already established to server. Then you may get rst==1 from server log.
In this case, it's not perfect but it's as expected. In most case it doesn't cause a problem.
If you want to be perfect, it's suggested to use -g
instead, add the rule manually and permanently.
3. You killed udp2raw server while udp2raw client is running. Or you are using udp2raw to connect to an non-existed server. Then you may get rst==1 from client log.
Start your server. And ignore the previous rst==1 logs.
4. Not covered by the above scenes, but you still got rst==1
Maybe the NAT middle-box or firewalls is trying to obstruct your connection. You can post a Issue for help.