Hello!
We recently set up a BOVPN between my client and the HQ of the company that recently bought them. So far, they have not let me have access to the Cisco to see its settings.
The BOVPN is slow, sometimes as slow as 1Mbps. We have a 35/5 TWC connection, they have 10/10 speed from their provider.
I was thinking that it may be an MTU issue, so I tested with the following and I get fragmentation. The 172.23.230.3 is a server on their side of the BOVPN.
C:\ping -f -l 1472 172.23.230.3
Pinging 172.23.230.3 with 1472 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 172.23.230.3:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
I tried 1472, 1450, 1425, 1415, and all fragmented. At 1410, I...