wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
6.96k stars 1.15k forks source link

Problem with icmp mode #461

Open mortag opened 1 year ago

mortag commented 1 year ago

Hello Yancey

I currently run the udp2raw app on an android phone, the "udp" and "faketcp" modes run perfectly, but the "icmp" mode can not run on the phone.

I appreciate you if you help me to find the problem.

Regards,

udp

mortag commented 1 year ago

icmp

mortag commented 1 year ago

when use with "-g " switch:

in server side: iptables -I INPUT -p icmp --icmp-type 8 -j DROP

in client side: iptables -I INPUT -s 192.168.43.235/32 -p icmp -j DROP

icmp-g