I all had configured ip nut 1300 under the tunnel interface and ip tcp adjust-mss 1300 under lan interface ofice had work for afew hrs but went back down."
If the users were working for several hours across this tunnel then its unlikly to be an MTU issue, as that wont change without operator intervention.
How do the remote users access the Internet, across the tunnel, or a local breakout?
If your running OSPF across the tunnel, is the adjacency up? If not, remember the MTU on the OSPF interfaces has to match otherwise OSPF will not establish.
You can find out the MTU of you link by using ping -f -l <size> as shown here:
ping 10.1.2.2 -f -l 1400
Pinging 10.1.2.2 with 1400 bytes of data:
Reply from 10.1.2.2: bytes=1400 time=77ms TTL=242
Reply from 10.1.2.2: bytes=1400 time=73ms TTL=242
Ping statistics for 10.1.2.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 70ms, Maximum = 77ms, Average = 72ms
C:\Documents and Settings\andyco>ping 10.1.2.2 -f -l 1500
Pinging 10.1.2.2 with 1500 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Adjust the size vlaue in the ping and when you start getting the fragment message you have reached your MTU size.