You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./udp2raw_amd64_hw_aes -s -l [::]:4096 -r 127.0.0.1:7777 -k passwd --raw-mode faketcp --fix-gro
[2020-07-26 13:12:36][INFO]argc=11 ./udp2raw_amd64_hw_aes -s -l [::]:4096 -r 127.0.0.1:7777 -k passwd --raw-mode faketcp --fix-gro
[2020-07-26 13:12:36][INFO]parsing address: [::]:4096
[2020-07-26 13:12:36][INFO]its an ipv6 adress
[2020-07-26 13:12:36][INFO]ip_address is {::}, port is {4096}
[2020-07-26 13:12:36][INFO]parsing address: 127.0.0.1:7777
[2020-07-26 13:12:36][INFO]its an ipv4 adress
[2020-07-26 13:12:36][INFO]ip_address is {127.0.0.1}, port is {7777}
[2020-07-26 13:12:36][INFO]--fix-gro enabled
[2020-07-26 13:12:36][INFO]important variables: log_level=4:INFO raw_mode=faketcp cipher_mode=aes128cbc auth_mode=md5 key=passwd local_addr=[::]:4096 remote_addr=127.0.0.1:7777 socket_buf_size=1048576
[2020-07-26 13:12:36][WARN]you can run udp2raw with non-root account for better security. check README.md in repo for more info.
[2020-07-26 13:12:36][INFO]remote_ip=[127.0.0.1], make sure this is a vaild IP address
[2020-07-26 13:12:36][INFO]const_id:f07c381
[2020-07-26 13:12:36][WARN] -a has not been set, make sure you have added the needed iptables rules manually
[2020-07-26 13:12:36][INFO]now listening at [::]:4096
[2020-07-26 13:12:46][INFO][[客户端IPv6]:62291]received syn,sent syn ack back
*** stack smashing detected ***: terminated
Aborted
服务端环境是Debian 9 x64.
The text was updated successfully, but these errors were encountered:
当服务端监听在IPv6地址时,接收到客户端发来的握手包时会报堆栈溢出错误并退出。
远程地址为IPv6的情形未测试,客户端不会退出。
日志如下
服务端环境是Debian 9 x64.
The text was updated successfully, but these errors were encountered: