Piyush, If I'm not mistaken, the Vyatta system supports Path MTU discovery and has it enabled by default.
You should be able to check the current setting with this command at the bash prompt: # cat /proc/sys/net/ipv4/ip_no_pmtu_disc 0 When the output is "0", Path MTU discovery should be functioning. To disable it, # echo 1 > /proc/sys/net/ipv4/ip_no_pmtu_disc And to enable it if it's disabled, # echo 0 > /proc/sys/net/ipv4/ip_no_pmtu_disc - Steve piyush sharma wrote: > > Hi, > Does Vyatta support Path MTU discovery. > If yes, is there any configuration required for it and how can we > reset the related parameters to default? > > Thanks, > Piyush _______________________________________________ Vyatta-users mailing list Vyatta-users@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/vyatta-users