cnbatch / kcptube

同时支持传送TCP与UDP的KCP通道,附带端口跳跃的功能,以及FEC,自带中继服务器支持
BSD 3-Clause "New" or "Revised" License
117 stars 15 forks source link

抄的配置文件 连接不上 我转发http tcp 端口经常被封 #33

Open ilovebamboo opened 1 week ago

ilovebamboo commented 1 week ago

mode=server kcp=manual kcp_mtu=1400 kcp_sndwnd=512 kcp_rcvwnd=2048 kcp_nodelay=1 kcp_interval=10 kcp_resend=2 kcp_nc=true udp_timeout=300 listen_port=3000-4000 destination_port=6000 destination_address=::1 encryption_password=qwerty1234 encryption_algorithm=none

image

mode=client kcp=manual kcp_mtu=1400 kcp_sndwnd=512 kcp_rcvwnd=2048 kcp_nodelay=1 kcp_interval=10 kcp_resend=2 kcp_nc=true udp_timeout=300 listen_port=6000 destination_port=3000-4000 destination_address=xxx.x0 dport_refresh=600 encryption_password=qwerty1234 encryption_algorithm=none

kcptube version 20241013 Error Found in Configuration File(s): No Servers: 0 Relays: 0 Clients: 1 kcptube is running in client mode Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused Connection refused

image

2边防火墙全关了 很奇怪 找不出问题 Connection refused Connection refused

cnbatch commented 1 week ago

最好使用高位端口,比如 53000-54000

ilovebamboo commented 6 days ago

最好使用高位端口,比如 53000-54000

谢谢 我改天再试试看 哎