I had to disable QUIC in Chrome in our environment, as we were having a lot of failures with Google Apps (i.e. non responsive Gmail, Hangout messages that could not be delivered, sites and search not loading...). Opening the same pages in Firefox works, so it is a problem with Chrome using QUIC in our environment. Failures are aleatory, hangouts using android devices always work.
Environment:
- Location: Madrid, Spain
- LAN PCs using Chrome as default browser, O.S: mostly Ubuntu 14.04.
- CISCO switches
- Everything connected at gigabit Ethernet
- Internet routers:
- Ubiquiti EdgeRouter ER-8 doing NAT --> to ER-8
- CISCO 3945E doing routing --> To Internet
- Connection to Internet using and enterprise symmetrical fiber optic with a 400/400 Mbps speed and 2ms ping.
I believe the problem is the timeout configuration for our NAT router (ER-8). I have played with the settings but it affects the VoIP UDP traffic and since issues are aleatory I have not been able to find a working configuration.
Current UDP conntrack timeouts for
ER-8:udp {
other 120
stream 300
}
Do you have any recommendations for timeout configuration or any suggestions about how to debug and fix the problem.