icmptunnel
icmptunnel copied to clipboard
Payload size is small.
[DEBUG] Reading from tunnel [DEBUG] Sending ICMP packet with payload_size: 60, payload: E [DEBUG] Data needs to be readed from tun device [DEBUG] Preparing ICMP packet to be sent [DEBUG] Destination address: 192.168.56.105 [DEBUG] Reading from tunnel [DEBUG] Sending ICMP packet with payload_size: 60, payload: E [DEBUG] Data needs to be readed from tun device [DEBUG] Preparing ICMP packet to be sent [DEBUG] Destination address: 192.168.56.105 [DEBUG] Reading from tunnel [DEBUG] Sending ICMP packet with payload_size: 60, payload: E
As you can see payload_size
is very small and hence viewing any page is almost impossible , any workaround this problem?
Payload size is calculated here
It is the size of packets which are received on the tun
interface. So most probably it is an issue on your side. Can you describe in some more detail? As in what all interfaces are there and whether this is on the server side or the client?
@DhavalKapil Server has a simple setup , It has two interfaces eth0
(for routing traffic from and to tun ) and tun0
. Client also has similar setup . This issue was observed in three separate server. Two were setup on the internet and one on LAN but had same issue. I tried with 2 different client but result is no different.