4

Lotus Notes Error “Network operation did not complete in a reasonable amount of time” Resolution

I was working from home yesterday (had a dentist appointment to get my root canal crowned, and 2 fillings) and ran into an issue with Lotus Notes when I tried to send an email. Basiclly it failed with “Network operation did not complete in a reasonable amount of time”. But wait, pings never get lost, reverse dns is fine (wasn’t sure if notes did a reverse check when you sent or not) and my connectivity within VPN is perfect. So I pull out wireshark (which is a great packet troubleshooting program if you’ve never used or heard of it) went to send my mail and got:

Re-Transmissions

So I checked out the packet and found:
MTU Size

So when I send the packet it has an MTU size of 1500 and I never get it back. My guess is it hit the firewall, went through (with some possibly destination information) and got blocked on its way back. The re-transmissions were obviously because the client didn’t get the packet back.

So I lowered my MTU for my vpn device tun0 (you can find your device that vpn is on by running ifconfig or /sbin/ifconfig if /sbin is not in your $PATH).

To lower your MTU run:

sudo ifconfig tun0 mtu 1300

started a sniff, resent and all was good.


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

I am ben kevan.. Well yeah. .that's about it.

Comments (4)

Trackback URL | Comments RSS Feed

  1. Georg says:

    Seems like your maximum segment size (mss) is not lowered on the way to the server. If you are running a recent kernel, maybe the problem is related to the one described here: http://lwn.net/Articles/304791/

  2. ben.kevan says:

    Hey Georg,

    Thanks a ton.. that looks quite helpful. I am going to change the tcp timestamp to see if the issue goes away, and if it does, I’ll blame it on the issue you’ve pasted.

    I am running 2.6.27.4 :o ) .. most likely the reason I see the issue.

    Thanks a ton for that.. I’ll write up a bit on that when I read more.

  3. cwxwwwxwwxwx says:

    well, hi admin adn people nice forum indeed. how’s life? hope it’s introduce branch ;)

  4. A Excellent wordpress post, I will be sure to bookmark this in my Mixx account. Have a great day.

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.