Operating System - HP-UX
1833187 Members
2635 Online
110051 Solutions
New Discussion

change of ip_pmtu_strategy value

 
Alan Buenaventura
Occasional Contributor

change of ip_pmtu_strategy value

Hi,

When changing ip_pmtu_strategy value from 1 to 0, is the change effected immediately?

Thanks.
6 REPLIES 6
Ravi_8
Honored Contributor

Re: change of ip_pmtu_strategy value

Hi,
yes, it should
never give up
Alan Buenaventura
Occasional Contributor

Re: change of ip_pmtu_strategy value

hi,

how come the sniffer trace shows that it is still 1?

here's how i changed it:
ndd -set /dev/ip ip_pmtu_strategy 0

is this correct or have i missed something?

Thanks.
U.SivaKumar_2
Honored Contributor

Re: change of ip_pmtu_strategy value

Hi,

After changing PMTU strategy.

#route -f

Then

#/sbin/init.d/net start


Try again the sniffing

regards,

U.SivAKumar
Innovations are made when conventions are broken
T G Manikandan
Honored Contributor

Re: change of ip_pmtu_strategy value

You can use
ndd -get /dev/ip ip_pmtu_strategy

to check up the value.

These changes do not persist after reboot so make the appropriate changes in the /etc/rc.config.d/nddconf


Thanks
Alan Buenaventura
Occasional Contributor

Re: change of ip_pmtu_strategy value

That's why the changes can't be seen bec. the sniffing was on the other side.
Switched to the proper sniffing location and saw the changes.
But the changes was not effected immediately, the routes have to be deleted and re-added for the changes to effect.

rick jones
Honored Contributor

Re: change of ip_pmtu_strategy value

Certainly, once you change ip_pmtu_strategy to zero from one, any _new_ connection will see the change. I'm not sure if it will affect the segment sizes of existing connections right away or not. It may not "take" for them until ip_ire_flush_interval or somesuch.

Of course, one might ask why the change to zero in the first place since it will cripple your TCP connections with a smaller MSS than they could otherwise use.
there is no rest for the wicked yet the virtuous have no pillows