I replaced my old Cisco 2825 with a new Cisco 2901 router and I was able to do almost everything after I moved the configuration but cannot connect into the network via https from the outside.
I did a show log on the router and it is giving me the following error:
*Nov 19 04:18:41.843: %IP_VFR-3-COALESCE_ERROR: Unable to coalesce fragments arriving through GigabitEthernet0/1.xxx - datagram 3994 bytes is too big. UDP packet xx.xx.xx.xx:53 -> 5.254.103.113:80 has ident: 7326 flags:0x40000000 and 3 fragments
I see over a dozen of these errors on my show log on the router.
I have upgraded router from:
OLD IOS
c2900-universalk9-mz.SPA.151-2.T5.bin"
NEW IOS
c2900-universalk9-mz.SPA.153-3.M1.bin
What do I need to do to fix this problem.
I can go on the internet from this network but cannot connect into this network from the internet.
Thanks
Routers
Last Comment
daryldavies
8/22/2022 - Mon
koudry
My first thought is that you have MTU issue, i.e. you have packet larger than your port GigabitEthernet0/1 can accommodate. If you do "Show interface GigabitEthernet0/1", you will see that MTU is 1500. You should also see that you the giant counter will be incrementing. You may want to try adjusting the MTU on port GigabitEthernet0/1.
(2) Check if the packets coming to the router, have DF (Do not Fragment) set. If DF is set, then the packets cannot be broken. I don't think that is the issue, but it is worth checking. You can use a packet analyser like WireShark for this. If the DF flag is set, try taking it off if possible.
(3) Try ping with different packet sizes
(4) Reload router
(5) Try another IOS, the very latest if possible - if you have CCO account, you should be able to download IOS.
(6) If everything fails, raise a TAC case with Cisco - this must be the last resort, as it could take some time to get to the bottom of the problem.
Second thought, you may be hitting a bug - see also https://supportforums.cisc
Alternatively, you can keep the new IOS but adjust buffer size - see also https://supportforums.cisc