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

IPIP模式下,若MTU值为1400时,webrouter存在网络问题 #63

Open
cloudfly opened this issue Jun 14, 2016 · 3 comments
Open

IPIP模式下,若MTU值为1400时,webrouter存在网络问题 #63

cloudfly opened this issue Jun 14, 2016 · 3 comments
Labels

Comments

@cloudfly
Copy link
Contributor

webrouter 到其他节点的 container 请求都会超时。

Send-Q出现阻塞

Proto Recv-Q Send-Q Local Address Foreign Address State 
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 
tcp 0 0 127.0.0.11:39252 0.0.0.0:* LISTEN 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37913 CLOSE_WAIT 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37914 CLOSE_WAIT 
tcp 0 3326 172.20.0.66:8080 172.20.0.3:37912 ESTABLISHED 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37908 CLOSE_WAIT 
tcp 0 25041 172.20.0.66:8080 172.20.0.3:38179 LAST_ACK 
tcp 0 25040 172.20.0.66:8080 172.20.0.3:38218 ESTABLISHED 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37867 CLOSE_WAIT 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37858 CLOSE_WAIT 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37907 CLOSE_WAIT 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37868 CLOSE_WAIT 
tcp 1 83212 172.20.0.66:8080 172.20.0.3:37859 CLOSE_WAIT

Drop 了很多网络包

tunl0: flags=193<UP,RUNNING,NOARP> mtu 1440
inet 172.20.0.128 netmask 255.255.255.255
tunnel txqueuelen 0 (IPIP Tunnel)
RX packets 351 bytes 57201 (55.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 283 bytes 35129 (34.3 KiB)
TX errors 0 dropped 329 overruns 0 carrier 0 collisions 0
@cloudfly
Copy link
Contributor Author

@frostynova 了解是怎么个原理么?

想看看有没有方法绕过去,若不能就得在文档里说明一下了。

@frostynova
Copy link

@cloudfly
Copy link
Contributor Author

恩,看起来应该就是这个问题了。

@ericpai ericpai added this to the LAIN 2.1.0 milestone Jun 27, 2016
@fossilet fossilet modified the milestone: LAIN 2.1.0 Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants