View Single Post
  #4 (permalink)  
Old 2007-10-19
imslickrick2k imslickrick2k is offline
Junior Member
 
Join Date: 2007-06-19
Posts: 13
Rep Power: 0
imslickrick2k has an average reputation (10+)
Default Re: NGX R61 is changing DF bit on packets from 1 to 0 - HELp

Quote:
Originally Posted by cciesec2006 View Post
vi objects_5_0.C file and add "keep_DF_flag" and set it to "true"
to the cluster object name, above the property "log_consolidtor (false)"
For example, if your gateway cluster name is "gw-cluster" then
place the following line:
gw_cluster=(true)

I did this 3 months ago and it seemed to fix the problem.

Let me know if it works for you.

BTW, dbedit is another way of using vi to modify the objects_5_0.C file.
Hi and thanks for your reply, we were actually considering adding this line in there until our TAC told us it wouldn't work. i then came across your reply so we're thinking of giving this a shot. I'm a little confused however in your example you put gw_cluster=(true) did you mean under the gw_cluster add Keep_DF_Flag=(true)??

thanks for your help
Reply With Quote