ā05-08-2022 05:23 AM - edited ā05-10-2022 04:12 AM
Hi all,
we have our remote office. The router is having IPsec tunnel to our main head office. All the traffic from the remote office is forwarded through the tunnel to head office router. The head office router is getting internet services from ISP
Our Problem is that we can not ping 8.8.8.8 with size 1500 from the remote office the maximum size is 1000.
Kindly needs solution for this matter.
ā05-08-2022 05:32 AM
Hi
ICMP is not fragmented. Either it is delivered or dropped. For example, from my machine, right know, I can ping my default gateway with 1500 but I also can not pint google with 1500.
C:\Users\XX>ping 192.168.0.1 -l 1500
Disparando 192.168.0.1 com 1500 bytes de dados:
Resposta de 192.168.0.1: bytes=1500 tempo=1ms TTL=64
Resposta de 192.168.0.1: bytes=1500 tempo=2ms TTL=64
Resposta de 192.168.0.1: bytes=1500 tempo=2ms TTL=64
EstatĆsticas do Ping para 192.168.0.1:
Pacotes: Enviados = 3, Recebidos = 3, Perdidos = 0 (0% de
C:\Users\XX>ping 8.8.8.8 -l 1500
Disparando 8.8.8.8 com 1500 bytes de dados:
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
EstatĆsticas do Ping para 8.8.8.8:
Pacotes: Enviados = 4, Recebidos = 0, Perdidos = 4 (100% de
perda),
But I can Ping with 1472:
C:\Users\XX>ping 8.8.8.8 -l 1472
Disparando 8.8.8.8 com 1472 bytes de dados:
Resposta de 8.8.8.8: bytes=68 (enviado 1472) tempo=12ms TTL=58
Resposta de 8.8.8.8: bytes=68 (enviado 1472) tempo=13ms TTL=58
EstatĆsticas do Ping para 8.8.8.8:
Pacotes: Enviados = 2, Recebidos = 2, Perdidos = 0 (0% de
perda),
Aproximar um nĆŗmero redondo de vezes em milissegundos:
MĆnimo = 12ms, MĆ”ximo = 13ms, MĆ©dia = 12ms
Control-C
^C
C:\Users\XX>ping 8.8.8.8 -l 1473
Disparando 8.8.8.8 com 1473 bytes de dados:
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
Esgotado o tempo limite do pedido.
EstatĆsticas do Ping para 8.8.8.8:
Pacotes: Enviados = 4, Recebidos = 0, Perdidos = 4 (100% de
perda),
My advise is, try to use another protocol for your tests. ICMP can take you in the wrong direction for this tests.
ā05-08-2022 05:46 AM
Thanks for the reply,
what other way to check from our remote office that we can ping google with 1500 size?
ā05-08-2022 05:56 AM
But you can“t ping google with 1500. I just proved it using my own machine and internet link.
If you want to test your link, you can use different protocol or destination. Why do you need to ping google with 1500?
ā05-08-2022 06:00 AM
This is our requirement from our remote office. we achieved to Ping with size 1336 but can not make more then that.
ā05-08-2022 06:16 AM
Probably due the reason I mentiined above about fragmentarion.
As ICMP is not fragmented and the link between you and Google has different mtu sizes, you got dropped.
ā05-08-2022 06:22 AM
Probably due the reason I mentiined above about fragmentarion.
As ICMP is not fragmented and the link between you and Google has different mtu sizes, you got dropped
ā05-08-2022 06:30 AM
so how I can resolve this issue? we need a solution for this problem.
thanks
ā05-08-2022 06:34 AM
Its not an issue. the devices between you and google may have custom max MTUs. you dont have a control on that.
ā05-08-2022 06:35 AM
Thanks for the reply,
but i have seen ping to google with size of 1500 and getting reply. so my question is that what changes i need to do and where so that we can achieve it?
ā05-08-2022 09:51 AM
Your packet is U-trun in head office,
this mean that it appear that head office is ping not remote site,
so when you ping packet is U-trun in head office and head office config low mtg value "this value may recommend from ISP head office connect" then the MTU of whole path will be the MTU head office not remote side.
ā05-09-2022 01:27 AM
but when i change the mtu at remote side to value more then 1398, then I can not ping head office router with size 1500. so that is why i have to select lower value then 1398.
ā05-08-2022 06:43 AM
What you are trying to do? Measure latency? Capacity?
Probaly there are Better way to that.
ā05-08-2022 06:59 AM
we are trying to make connection with one of our servers in UAE and it needs to ping google with 1500 size. this requirement is strange for us but we need to have some solution for it.
ā05-08-2022 07:34 AM
Must be some aplication. Weid they test to Google DNS with 1500 bytes.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide