Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payload size is small. #15

Open
spl0i7 opened this issue Mar 5, 2016 · 2 comments
Open

Payload size is small. #15

spl0i7 opened this issue Mar 5, 2016 · 2 comments

Comments

@spl0i7
Copy link

spl0i7 commented Mar 5, 2016

[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?

@DhavalKapil
Copy link
Owner

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?

@spl0i7
Copy link
Author

spl0i7 commented Mar 5, 2016

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants