TCP/UDP/ICMP traffic over UDP tunneling
github.com
TCP/UDP/ICMP traffic over UDP tunneling
1–10 of 21 posts
Re: TCP/UDP/ICMP traffic over UDP tunneling
#2"How it works
By default mobile provider blocks any packet but UDP packet, unless you pay for the service. My method consists in sending TCP/UDP/ICMP frames as payload of an UDP packet to a known host (your server). Your server reinjects these frames to Internet."
Re: TCP/UDP/ICMP traffic over UDP tunneling
#3Is this assumption true of all mobile network providers? If yes, wouldn't the network provider notice the huge increase in UDP traffic from your phone and start blocking it? "How it works By default mobile provider blocks any packet but UDP packet, unless you pay for the service. My method consists in sending TCP/UDP/ICMP frames as payload of an UDP packet to a known host (your server). Your server reinjects these fr…
Re: TCP/UDP/ICMP traffic over UDP tunneling
#4Of course, it only works if DNS resolution is allowed without auth, which can vary a lot.
Re: TCP/UDP/ICMP traffic over UDP tunneling
#5Re: TCP/UDP/ICMP traffic over UDP tunneling
#6How is this different from a VPN over UDP, like OpenVPN or Cisco Anyconnect?
It's used to bypass DPI where known VPN softwares are already filtered.
Re: TCP/UDP/ICMP traffic over UDP tunneling
#7How is this different from a VPN over UDP, like OpenVPN or Cisco Anyconnect?
> It's useful to avoid Internet restrictions It's used to bypass DPI where known VPN softwares are already filtered.
Re: TCP/UDP/ICMP traffic over UDP tunneling
#8Is this assumption true of all mobile network providers? If yes, wouldn't the network provider notice the huge increase in UDP traffic from your phone and start blocking it? "How it works By default mobile provider blocks any packet but UDP packet, unless you pay for the service. My method consists in sending TCP/UDP/ICMP frames as payload of an UDP packet to a known host (your server). Your server reinjects these fr…
Re: TCP/UDP/ICMP traffic over UDP tunneling
#9How is this different from a VPN over UDP, like OpenVPN or Cisco Anyconnect?
My experience is, that UDP is also blocked like TCP. The only possible work around is then IP over DNS, which works but with very very limited bandwidth.
Re: TCP/UDP/ICMP traffic over UDP tunneling
#10How is this different from a VPN over UDP, like OpenVPN or Cisco Anyconnect?