From version 11.3 to 11.4 now often occurs after a problem has already become annoying! My computer connects to intertet through a router and sometimes after about 4, 5 hours going through the browser so I can not reach Google or someone else’s server Skype only stays connected!
This is not a hardware problem occurs because even after changing the router and the computer problem remains!
When this happens the router has access to the Internet and other computer via wifi can connect without a problem!
Please for ideas on how to figure out where the problem comes?
I attach the output of dmesg:
I checked this code in google and found that a similar prolem had people from the version 10.3 but I do not remember then I had this problem occur examples of 11,3
Please for ideas on how to figure out where the problem comes?
The code You posted is irrelevant. It is some firewall log entry I believe (it’s almost impossible for firewall rules to change over time by themselves).
If Skype works than it looks like a DNS problem because Skype does not need DNS to work.
Next time, when You get the disruption please try to ping 8.8.4.4 (public google DNS server) and post the output of :
cat /etc/resolv.conf
It also might be that You have ipv6 enabled and something among the way does not handle ipv6 DNS requests properly. Disabling ipv6 might solve the problem or have no effect at all if the problem lies somwhere esle.
I changed the router DNS to OpenDNS 208.67.222.222 and 208.67.220.220 also waved IPv6! After nine hours running smoothly, it appears the problem!
I followed> ping 208.67.222.222 - had a connection
cat / etc / resolv.conf shows these IP addresses
What does this mean ? You get a disruption in access to google.com and all the other sites except zamunda.net ?
No, i ping google too ! Browser only ,and vlc connection whit video streaming site not working !I think ktorrent has something to do with what happens.
Because lately does not work properly. Once the torrent is deleted is displayed again and so several times. Today I noticed that maybe has something to do
Ok I think I had the same problem. Had to disable ktorrent using the μTP protocol. When I get home I can give You a screenshot of the setting but I’m sure You will find the setting yourself.
Ok I think I had the same problem. Had to disable ktorrent using the μTP protocol. When I get home I can give You a screenshot of the setting but I’m sure You will find the setting yourself.
I disable uTP protocol but this not fix the problem!
cat /var/log/messages
Jun 28 07:52:55 box pppd[2877]: Interface eth0 has MTU of 576 – should be at least 1500.
Jun 28 07:52:55 box pppd[2877]: This may cause serious connection problems.
You’re welcome. Hopefully we will get to the bottom of this
Looks good. Try to change MTU=’’ to MTU=‘1500’ in order to force the value. Use ifconfig to see if that helps. Btw You can use ifconfig with your standard user privileges in order to just see the results.
I think this time we found the reason for the interruption. But I’m curious why did this happen,why it is necessary to fix MTU setting.
What sets the MTU value to 576 before I fix it?